.page-component {
  display: flex;
  flex-direction: column;
}
.page-listing {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.page-flex {
  display: flex;
}
.page-selection {
  align-self: center;
  margin-left: 40px;
  text-align: center;
}
.page-actions {
  height: 57px;
  align-self: center;
}
.page-content {
  display: flex;
  flex-flow: column;
  height: 100%;
  background: #ffffff;
}
.page-content .page-section {
  flex: 1;
  position: relative;
}
.double-line-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-icon-buttons {
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  height: 32px;
  margin-bottom: 20px;
  padding: 0;
}
.icon-button {
  background: transparent;
  border: none;
  color: #47505d;
  font-size: 26px;
  padding: 0;
  position: relative;
}
.icon-button > i {
  font-size: 26px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.icon-button > i:hover {
  background: #e2e9ef;
  border-radius: 50%;
}
.icon-button:not(:first-child) {
  margin-left: 10px;
}
.icon-button:disabled {
  color: #9ca5b3;
}
.details__stat-block {
  display: inline-block;
  position: relative;
  z-index: 200;
  text-align: center;
  color: #969fb8;
}
.details__stat-title {
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #8b95b1;
  white-space: nowrap;
}
.details__stat-value {
  display: inline-block;
  height: 75px;
  width: 120px;
  line-height: 71px;
  text-align: center;
  font-size: 40px;
  font-weight: 200;
  border: solid 2px #e2e4e6;
  padding: 0;
  border-radius: 41px;
  position: relative;
  z-index: 100;
  white-space: nowrap;
}
.details__header-switch {
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 20px;
  color: #969fb8;
  cursor: pointer;
}

.page-header-component {
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e7e9eb;
  background: #fff;
  padding: 0 20px;
  position: relative;
  flex: 0 0 auto;
}
.page-header-component .page-header-component-title,
.page-header-component h1 {
  float: left;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  font-weight: 400;
}
.page-header-component .back-controls {
  float: left;
  margin-right: 10px;
}
.page-header-component__label {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
}
.page-header-component__controls {
  float: right;
}
.page-header-component__controls > i {
  font-size: 16px;
  color: #707d91;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.page-header-component__controls > i:hover {
  background: #e2e9ef;
  color: #333d4c;
  border-radius: 15px;
}
.page-header-component__back {
  padding-right: 10px;
}

.page-content-component {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: relative;
  flex-direction: column;
}

.page-grid {
  position: relative;
  flex: 1 1 auto;
  max-height: 100%;
}
.page-grid > .listing-grid-v1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-filters {
  min-height: 72px;
  max-height: 72px;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1 1 auto;
  flex-wrap: nowrap;
}
.page-filters > * {
  height: 32px;
  margin-right: 10px!important;
  flex: 1;
  max-width: 245px;
}
.page-filters__padding {
  padding: 0 20px;
  flex: 0 0 auto;
  height: 52px;
}

.listing-table__content {
  min-height: 64px;
  overflow: hidden;
}
.listing-table__content_without-footer {
  border-bottom: 1px solid #dde1e6;
}
.listing-table__listing-footer {
  height: 32px;
}
.listing-table__listing-pagination {
  height: 66px;
  padding: 20px 20px 20px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing-table__listing-pagination-total {
  font-size: 14px;
  font-weight: 600;
  color: #5a6980;
}
.listing-table.a9-grid-secondary {
  border: none;
}
.listing-table.a9-grid-secondary .listing-table__content {
  border-left: 1px solid #dde1e6;
  border-right: 1px solid #dde1e6;
}
.listing-table.a9-grid-secondary .listing-table__listing-pagination {
  padding-left: 0;
  padding-right: 0;
}
.listing-table.listing-grid-v1__stretch {
  height: 100%;
}
.listing-table.listing-grid-v1__stretch > .listing-table__content {
  height: calc(100% - 98px);
}

.listing-grid-v1__content {
  min-height: 94px;
}
.listing-grid-v1__listing-footer {
  height: 32px;
}
.listing-grid-v1__listing-pagination {
  height: 66px;
  padding: 20px 20px 20px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing-grid-v1__listing-pagination-total {
  font-size: 14px;
  font-weight: 600;
  color: #5a6980;
}
.listing-grid-v1__listing-pagination-total.show-only-total {
  width: 100%;
  text-align: right;
}
.listing-grid-v1.a9-grid-secondary {
  border: none;
}
.listing-grid-v1.a9-grid-secondary .listing-grid-v1__content {
  border-left: 1px solid #dde1e6;
  border-right: 1px solid #dde1e6;
}
.listing-grid-v1.a9-grid-secondary .listing-grid-v1__listing-pagination {
  padding-right: 0;
  padding-left: 0;
}
.listing-grid-v1__stretch {
  height: 100%;
  max-height: 100%;
}
.listing-grid-v1__stretch > .listing-grid-v1__content {
  height: calc(100% - 98px);
  max-height: calc(100% - 98px);
}
.ui-grid-cell .ui-grid-cell-contents .i-favorite {
  color: #F8E81C;
  font-size: 16px;
}

.a9-table {
  width: 100%;
  height: 100%;
  min-height: 64px;
  position: relative;
}
.a9-table__component {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.a9-table__component__head__col {
  border: 1px solid #CDD2D9;
  border-bottom: 1px solid #e6e8ec;
  background: #EEF2F6;
  padding: 0;
  height: 32px;
}
.a9-table__component__head__col:first-child {
  border-left: none;
}
.a9-table__component__head__col:last-child {
  border-right: none;
}
.a9-table__component__head .ui-grid-cell-contents {
  line-height: 30px;
  padding-left: 10px;
  color: #47505D;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 12px;
}
.a9-table__component__body__no-records {
  width: 100%;
  position: absolute;
  padding-top: 8px;
  text-align: center;
  font-size: 14px;
}
.a9-table__component__body__col {
  border: none;
  font-size: 14px;
  color: #47505D;
  font-weight: 400;
  height: 32px;
}
.a9-table__component__body__row {
  height: 32px;
}
.a9-table__component__body__row_selected > td {
  background-color: #ecf5ff !important;
}
.a9-table__component__body__row_odd > td {
  background-color: #fff;
}
.a9-table__component__body__row_even > td {
  background-color: #F6F8FA;
}
.a9-table__component__body__row_default-cursor > td {
  cursor: default;
}
.a9-table__component__body .ui-grid-cell-contents {
  padding-left: 10px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
.a9-table__component__body .ui-grid-expandable-buttons-cell .a9-grid-icon-plus-squared:before {
  font-family: "a9-font";
  font-style: normal;
  color: rgba(51, 61, 76, 0.8);
  font-size: 15px;
  content: '\e867';
  text-align: center;
  transform: rotate(-90deg);
  display: inline-block;
}
.a9-table__component__body .ui-grid-expandable-buttons-cell .a9-grid-icon-minus-squared:before {
  font-family: "a9-font";
  font-style: normal;
  color: rgba(51, 61, 76, 0.8);
  font-size: 15px;
  content: '\e867';
  text-align: center;
}
.a9-table__component__body__expanded-row__content {
  padding: 20px;
  border-bottom: none;
  border-top: 1px solid #DDE1E6;
  display: block;
}
.a9-table__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  margin-top: 16px;
}
.a9-table__component_loading .a9-table__component__body_col {
  visibility: hidden;
}
.a9-table__component_loading .checkbox.checked::before {
  visibility: hidden !important;
}
/*
.ui-grid.loading {
  .ui-grid-viewport {
    visibility: hidden !important;

    .checkbox.checked::before {
      visibility: hidden !important;
    }
  }

  .ui-grid-row .expandableRow {
    //visibility: hidden !important;
    display: none;
  }
}
*/

.stat-parameters {
  height: 32px;
  display: flex;
}
.stat-parameters > div {
  display: flex;
  flex-direction: column;
}
.stat-parameters > div > span:first-child {
  font-size: 12px;
  font-weight: 600;
  color: #7B8799;
}
.stat-parameters > div > span:not(:first-child) {
  color: #47505D;
  font-size: 14px;
}
.stat-parameters > div:not(:first-child) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #DDE1E6;
}

.pdf-viewer {
  border: none;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
.pdf-viewer [role=doc-part] {
  border: 1px solid #dde1e6;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
.pdf-viewer [role=doc-part]:first-child {
  margin-top: 0;
}

.app-clock-root {
  font-weight: normal;
  text-transform: uppercase;
  color: #515966;
  height: 26px;
  padding: 0 20px 0 15px;
  border-left: 1px solid #e2e4e6;
  border-right: 1px solid #e2e4e6;
}
.app-clock-root .ac-time {
  font-size: 30px;
  height: 26px;
  line-height: 24px;
  font-weight: 300;
  color: rgba(51, 61, 76, 0.9);
  letter-spacing: -0.3px;
  text-align: right;
  padding-right: 8px;
  display: block;
}
.app-clock-root .ac-wday {
  font-size: 12px;
  display: block;
  height: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.app-clock-root .ac-date {
  font-size: 12px;
  display: block;
  height: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.common-listing-grid .loading-spinner-container {
  position: absolute;
  z-index: 1000;
  left: calc(50% - 36px);
  top: 50px;
}
.common-listing-grid .listing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 13px;
}
.common-listing-grid .listing-footer .total {
  font-size: 14px;
  font-weight: 600;
  color: #5a6980;
}

.listing-template-simple .container-meta {
  display: flex;
  flex-direction: column;
  padding: 20px;
  z-index: 2;
}
.listing-template-simple .container-meta > .controls-top {
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.listing-template-simple .container-meta > .controls-top > .selection {
  align-self: flex-end;
  margin: 0 auto;
  text-align: center;
}
.listing-template-simple .container-meta > .controls-top > .selection > .selection-indicator {
  margin-top: -5px;
}
.listing-template-simple .container-meta > .controls-top > .selection:last-child {
  margin: 0 0 0 auto;
}
.listing-template-simple .container-meta > .controls-top > .actions {
  height: 57px;
}
.listing-template-simple .container-meta > .container-filters {
  display: flex;
  justify-content: space-between;
  height: 32px;
  flex-direction: row;
}
.listing-template-simple .container-meta > .container-filters > * {
  width: auto;
  margin-right: 10px;
}
.listing-template-simple .container-content {
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.listing-template-blank .container-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.listing-template-blank .container-content {
  display: flex;
  flex-direction: column;
}



.task-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: 85px;
}
.task-bar .visible-groups {
  height: 100%;
}
.task-bar .visible-groups .module-group {
  margin-right: 10px;
  padding-left: 6px;
  border-top: 1px solid #cdcdda;
  border-right: 1px solid #cdcdda;
  border-radius: 5px 5px 0 0;
}
.task-bar .visible-groups .module-group .task .module-color-accent {
  left: 0;
}
.task-bar .visible-groups .module-group .arrow {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 2px 1.7px #e1e3e5);
}
.task-bar .visible-groups .task {
  height: 100%;
}
.task-bar .visible-groups .module-color-accent {
  border-top-left-radius: 5px;
}
.task-bar .visible-groups .multiple-list {
  position: absolute;
  left: 2px;
  background-color: #fff;
  bottom: 50px;
  width: 186px;
  display: block;
  border: 1px solid #cdcdda;
  border-radius: 0 5px 0 0;
}
.task-bar .visible-groups .multiple-list:after {
  content: '';
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0px 1px 0px #cdcdda);
}
.task-bar .hidden-groups {
  position: absolute;
  width: 188px;
  bottom: 58px;
  right: 0;
  border: solid #cdcdda 1px;
}
.task-bar .hidden-groups:after {
  bottom: -6px;
  content: '';
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0px 1px 0px #cdcdda);
}
.task-bar .hidden-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border: solid #cdcdda 1px;
  border-radius: 5px 5px 0 0;
  padding-top: 5px;
}
.task-bar .hidden-button .groups-count > .i-dashboard-icon {
  color: #8490a0;
  font-size: 28px;
  width: 29px;
  margin: 0 auto;
  display: block;
}
.task-bar .hidden-button .groups-count > span {
  position: absolute;
  top: 11px;
  right: 25px;
  color: #ffffff;
  font-size: 12px;
}
.task-bar .module-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 186px;
  height: 100%;
  cursor: pointer;
  background: #fff;
}
.task-bar .module-group .module-color-accent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
}
.task-bar .module-group .multiple-marker {
  z-index: 5;
  position: absolute;
  right: -4px;
  top: -4px;
  height: 48px;
  left: 4px;
  border-top: 1px solid #cdcdda;
  border-right: 1px solid #cdcdda;
  border-radius: 5px 5px 0 0;
}
.task-bar .task {
  height: 40px;
  z-index: 100;
  position: relative;
  padding: 4px 10px 0 10px;
}
.task-bar .task .module-color-accent {
  border-radius: 0;
  left: 7px;
}
.task-bar .task .top-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #8b95b1;
  line-height: 14px;
  max-width: 137px;
}
.task-bar .task .top-line > span {
  vertical-align: top;
  padding-top: 2px;
  display: inline-block;
  font-size: 10px;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.task-bar .task .top-line > i {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}
.task-bar .task .top-line > i:hover {
  background: #e2e9ef;
  color: #333;
}
.task-bar .task .top-line > i.opened:before {
  transform: scaleY(-1);
}
.task-bar .task .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 137px;
  line-height: 18px;
  font-size: 12px;
}
.task-bar .task > i {
  position: absolute;
  top: 9px;
  right: 3px;
  color: #8b95b1;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}
.task-bar .task > i:hover {
  background: #e2e9ef;
  color: #333;
}
.task-bar .multiple-list {
  z-index: 1000;
}
.task-bar .multiple-list .task {
  border-width: 0 0 1px 0;
}
.task-bar .multiple-list .task > .title {
  line-height: 40px;
}
.task-bar .multiple-list .task.active,
.task-bar .multiple-list .task:hover {
  background: #eef2f6;
}
.temporary-minimizing-frame {
  position: absolute;
  background: #ffffff;
  border: 5px solid #000000;
  z-index: 29;
  opacity: 0;
}
.temporary-minimizing-frame.ng-enter {
  opacity: 1;
  top: auto !important;
  bottom: 44px;
  animation: viewport-minimize 0.6s;
  animation-fill-mode: forwards;
}
.view-port.ng-enter {
  animation: viewport-maximize 0.5s;
}
.page.ng-leave {
  animation: viewport-close 0.5s;
  animation-timing-function: ease-in;
}
@keyframes viewport-minimize {
  0% {
    left: 20px;
  }
  50% {
    width: 50%;
    height: 50%;
    bottom: 124px;
    left: 200px;
  }
  100% {
    width: 0;
    height: 0;
    bottom: 10px;
  }
}
@keyframes viewport-maximize {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes viewport-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.disabled-nav > .task {
  cursor: not-allowed !important;
}

.grid-columns-wrap-before-ui-grid {
  height: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
.grid-columns-wrap-before-ui-grid .awl-grid-config {
  position: absolute;
  top: 32px;
  right: 59px;
}
.grid-columns-wrap-before-ui-grid .awl-grid-config::before {
  right: 10px;
}
.actions-with-actions .awl-grid-config {
  right: 18px;
}
.actions-with-actions-with-absolute .awl-grid-config {
  top: 11px;
  right: 52px;
}
.awl-grid-config {
  z-index: 1;
  text-align: left;
  white-space: normal;
  width: 600px;
  min-height: 314px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e0f4fd;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  display: block;
  color: #47505d;
  transform: none!important;
}
.awl-grid-config .awl-grid-config-pointer {
  position: absolute;
  content: '';
  transform: rotate(45deg);
  display: inline-block;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-left: 1px solid #e0f4fd;
  border-top: 1px solid #e0f4fd;
  background-color: #fff;
  top: -5px;
  right: 19px;
}
.awl-grid-config .agc-title {
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  height: 52px;
  width: 300px;
  line-height: 52px;
  padding: 0 0 0 10px;
  z-index: 10;
  /*		background:#f0f;*/
}
.awl-grid-config .agc-search {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  height: 52px;
  width: 300px;
  padding: 10px 65px 0 10px;
  font-weight: normal;
  border-right: 1px solid #eef2f6;
  /*		background:#0ff;*/
}
.awl-grid-config .agc-item-block {
  padding: 0;
  height: 100%;
}
.awl-grid-config .agc-item-block .agc-item {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px dashed #cdd2d9;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  vertical-align: middle;
  color: #848a94;
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awl-grid-config .agc-item-block .agc-item .checkbox {
  margin-right: 10px;
  float: left;
  margin-top: 8px;
}
.awl-grid-config .agc-item-block .agc-item .awl-dragger-icon {
  position: absolute;
  right: 4px;
  top: 7px;
  font-size: 16px;
  height: 28px;
  line-height: 16px;
  color: #848a94;
}
.awl-grid-config .agc-item-block .agc-item .awl-locker-icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 2px 0 -3px;
  color: #848a94;
}
.awl-grid-config .agc-item-block .agc-item .agc-item-icon {
  font-size: 16px;
}
.awl-grid-config .agc-item-block .agc-item-checked {
  z-index: 2;
  border-color: #999;
}
.awl-grid-config .agc-item-block .dndDragging {
  background: #e0f4fd;
  border-color: #82d0f5;
}
.awl-grid-config .agc-item-block .dndDraggingSource {
  background: #e0f4fd;
  border-color: #82d0f5;
  display: none;
}
.awl-grid-config .agc-item-block .dndPlaceholder {
  min-height: 32px;
  background-color: #e0f4fd;
}
.awl-grid-config .agc-deselected {
  width: 300px;
  height: 218px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 52px;
  left: 0;
  border-right: 1px solid #eef2f6;
}
.awl-grid-config .agc-deselected .agc-item-block {
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  padding: 0;
  height: auto;
}
.awl-grid-config .agc-deselected .agc-item-block .agc-item {
  margin-right: 65px;
}
.awl-grid-config .agc-deselected .agc-item-block .mCSB_container {
  padding: 0 0 0 0 !important;
  margin: 0 !important;
}
.awl-grid-config .agc-deselected .agc-item-block .mCSB_scrollTools {
  right: 10px !important;
  top: 0 !important;
  bottom: 0 !important;
}
.awl-grid-config .agc-deselected .agc-dragger-wrapper {
  padding-top: 1px;
  min-height: 218px;
  z-index: 1;
  padding-bottom: 10px;
}
.awl-grid-config .scrollbar-settings {
  justify-content: stretch;
  height: 100%;
}
.awl-grid-config .agc-selected {
  overflow: hidden;
  width: 300px;
  height: 218px;
  z-index: 1;
  position: absolute;
  top: 52px;
  right: 0;
}
.awl-grid-config .agc-selected .agc-dragger-wrapper {
  z-index: 1;
  min-height: 218px;
  padding-top: 1px;
  padding-bottom: 10px;
}
.awl-grid-config .agc-selected .agc-item-block {
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  padding: 0;
  height: auto;
}
.awl-grid-config .agc-selected .agc-item-block .agc-item {
  margin-right: 65px;
}
.awl-grid-config .agc-selected .agc-item-block .mCSB_container {
  padding: 0 0 0 0 !important;
  margin: 0 !important;
}
.awl-grid-config .agc-selected .agc-item-block .mCSB_scrollTools {
  right: 10px !important;
  top: 0 !important;
  bottom: 0 !important;
}
.awl-grid-config .agc-controls {
  z-index: 20;
  position: absolute;
  top: 52px;
  left: 245px;
  height: 217px;
  width: 26px;
  padding: 0 0 0 0;
}
.awl-grid-config .agc-controls .awl-button {
  margin: 0 0 5px 0;
}
.awl-grid-config .agc-controls2 {
  z-index: 2;
  position: absolute;
  top: 52px;
  height: 217px;
  width: 26px;
  right: 29px;
  padding: 0 0 0 0;
}
.awl-grid-config .agc-controls2 .awl-button {
  margin: 0 0 5px 0;
}
.awl-grid-config .agc-bottom {
  background: #eef2f6;
  padding: 10px;
  margin: 269px 0 0 0;
}
.awl-grid-config .agc-bottom > .awl-button {
  margin-left: 10px;
}
.awl-grid-config .agc-bottom .agc-special-settings {
  margin: 0 -15px 15px -15px;
  padding: 0 15px 10px 15px;
  font-size: 11px;
  border-bottom: 1px solid #d8d8d8;
}
.awl-grid-config .agc-bottom .agc-special-settings .checkbox {
  margin: 0 10px 0 10px;
  float: left;
}

.a9-pagination {
  display: inline-block;
  padding-left: 0;
  height: 26px;
  margin: 0;
  font-size: 14px;
}
.a9-pagination.__icon {
  font-size: 16px;
  line-height: 24px;
}
.a9-pagination__page-title {
  margin-top: -12px;
}
.a9-pagination__page-title .popover-content {
  height: 35px;
  white-space: nowrap;
  line-height: 35px;
  padding: 0 15px;
  background: #fff;
  color: #47505D;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 #bcc0c4;
}
.a9-pagination__page-title .arrow {
  bottom: -6px !important;
}
.a9-pagination > li {
  position: relative;
  display: inline-block;
  float: left;
}
.a9-pagination > li > a {
  position: relative;
  float: left;
  padding: 0;
  height: 26px;
  min-width: 28px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: solid #cdd2d9 1px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.1px;
  margin-left: -1px;
  color: #47505D;
}
.a9-pagination > li > a:hover,
.a9-pagination > li > a:focus {
  background-color: #fbfcfc;
}
.a9-pagination > li > em {
  font-weight: 400;
  color: #47505D;
  display: block;
  font-style: normal;
  padding: 0 0 0 10px;
  line-height: 26px;
}
.a9-pagination > li:first-child > a {
  margin-left: 0;
}
.a9-pagination > li.first-child > a {
  border-radius: 4px 0 0 4px;
}
.a9-pagination > li.last-child > a {
  border-radius: 0 4px 4px 0;
}
.a9-pagination > li.active > a,
.a9-pagination > li.active > a:hover,
.a9-pagination > li.active > a:focus {
  cursor: default;
  color: #fff;
}
.a9-pagination > li.disabled > a,
.a9-pagination > li.disabled > a:hover,
.a9-pagination > li.disabled > a:focus {
  cursor: default;
  color: #9ca5b3;
}
.application-input-type-keyboard .a9-pagination a:focus {
  box-shadow: 0 0 6px 0 #3b99fc;
  z-index: 1;
}
.my-page-records {
  display: block;
  float: right;
  height: 26px;
  line-height: 26px;
  font-weight: 400;
  font-size: 14px;
  color: #47505D;
}

.photo {
  padding: 20px;
}
.photo div.button-shot {
  line-height: 32px;
  height: 42px;
  text-align: right;
  padding: 10px 0 0 0;
}
.photo div.button-shot .awl-button {
  float: left;
}
.photo .allow-message {
  margin-bottom: 10px;
  color: #47505D;
  font-size: 12px;
}
.photo .allow-message > .bold {
  font-weight: 600;
}
.photo h3 {
  color: #303b4a;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.photo table {
  table-layout: auto;
  border-collapse: collapse;
}
.photo table td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.photo table td .cont-mask {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 400px;
}
.photo table td .cont-mask > div {
  width: 394px;
  height: 394px;
  margin-top: 3px;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  position: absolute;
}
.photo table td .cont-mask.live > div {
  border: 2px dashed #fff;
  box-shadow: 0 0 0 400px rgba(93, 104, 117, 0.62);
}
.photo table td .cont-mask.preview {
  border: 1px solid #EFEFEF;
}
.photo table td .cont-mask.preview > div {
  box-shadow: 0 0 0 400px #fff;
}

/* look mom, no hands! */

.details-form {
  display: flex;
  flex-wrap: nowrap;
}
.details-form__column {
  padding-left: 40px;
  padding-right: 40px;
}
.details-form__column--one-column {
  width: auto;
}
.details-form__column--two-columns {
  width: 50%;
}
.details-form__column--x-columns {
  min-width: 0;
}
.a9-popup-wrap:not(.another-fullscreen-popup):not(.a9-popup-full-size) .details-form__column {
  width: auto;
}
.details-form__column:first-child {
  padding-left: 0;
}
.details-form__column:last-child {
  padding-right: 0;
}
.details-form__table {
  margin: -5px 0;
}
.details-form--view .details-form__table {
  width: 100%;
}
.details-form--edit .details-form__table {
  width: auto;
}
.details-form__row {
  height: 32px;
}
.details-form--edit .details-form__row {
  height: 42px;
}
.details-form--edit .details-form__row--help-text {
  height: unset;
}
.details-form__row--small {
  height: 15px!important;
}
.details-form__row--help-text {
  height: unset;
}
.details-form__row .details-form__help-text {
  color: #7B8799;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.details-form--edit .details-form__row .details-form__help-text {
  font-size: 10px;
  line-height: 14px;
}
.details-form--edit.details-form--hide-empty .details-form__row:empty {
  height: 0 !important;
}
.details-form--view .details-form__row:not(:first-child) > td.details-form__title {
  height: 46px;
}
.details-form--view tbody:not(:first-child) .details-form__row > td.details-form__title {
  padding-top: 14px;
  height: 46px;
}
.details-form__title {
  font-size: 16px;
  color: #47505D;
  font-weight: 600;
  padding: 5px 0 5px 0;
  margin: 0;
  line-height: 32px;
}
.details-form__title > * {
  line-height: 32px;
}
.details-form__title.disabled {
  color: #C3CAD4;
}
.details-form--edit .details-form__title {
  font-size: 14px;
}
.details-form__label {
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap;
  padding-right: 40px;
}
.details-form--edit .details-form__label {
  font-size: 12px;
}
.details-form__label.disabled {
  color: #C3CAD4;
}
.high .details-form__label {
  padding-top: 5px;
  vertical-align: top;
  line-height: 32px;
}
.details-form__value {
  vertical-align: middle;
}
.details-form--view .details-form__value {
  font-weight: 600;
}
.details-form--edit .details-form__value {
  width: 245px;
}
.details-form--edit .details-form__column--x-columns .details-form__value {
  width: auto;
}
.details-form--edit .details-form__column--auto-columns .details-form__value {
  width: auto;
  padding-right: 40px;
}
.details-form--edit .details-form__column--auto-columns .details-form__value:last-child {
  padding-right: 0;
}
.details-form--layout-stretch .details-form__table--two-columns .details-form__value {
  width: 100%;
}
.details-form--layout-stretch .details-form__table--three-columns .details-form__value {
  width: 50%;
}
.details-form__value.full-width {
  width: 100%;
}
.high .details-form__value {
  padding: 5px 0;
}
.details-form__value textarea {
  height: 80px;
  max-width: 245px;
  border-radius: 4px;
  overflow-x: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  resize: none;
  width: 100%;
}
.details-form_out-right {
  padding-right: 42px;
}

.a9-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 20px;
  z-index: 1001;
  background: rgba(48, 59, 74, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.a9-popup.a9-popup-light {
  background: transparent !important;
}
.a9-popup.a9-popup-appearing {
  background: rgba(48, 59, 74, 0.6);
  transition: background 0.5s ease;
}
.a9-popup.a9-popup-appearing-complete {
  background: rgba(48, 59, 74, 0.6);
}
.a9-popup .a9-popup-disappearing {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.a9-popup > .a9-popup-wrap {
  width: auto;
  min-width: 290px;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  flex-basis: 0;
  background: #ffffff;
  position: relative;
  transform: scale(0);
  opacity: 0.3;
}
.a9-popup > .a9-popup-wrap.a9-popup-appearing {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(1);
  opacity: 1;
}
.a9-popup > .a9-popup-wrap.a9-popup-disappearing {
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.5s ease;
}
.a9-popup > .a9-popup-wrap.a9-popup-appearing-complete {
  transform: none;
  opacity: 1;
}
.a9-popup > .a9-popup-wrap.scrollbar-over .mCustomScrollbar {
  padding: 0;
}
.a9-popup > .a9-popup-wrap.scrollbar-over .mCustomScrollbar > .mCustomScrollBox.mCS-a9 {
  padding: 0;
}
.a9-popup > .a9-popup-wrap.scrollbar-over .mCustomScrollbar > .mCustomScrollBox.mCS-a9 > .mCSB_container_wrapper {
  padding: 0 0 0 0;
  margin: 0;
}
.a9-popup > .a9-popup-wrap.scrollbar-over .mCustomScrollbar > .mCustomScrollBox.mCS-a9 > .mCSB_container_wrapper > .mCSB_container {
  padding: 0 0 0 0;
  margin: 0;
}
.a9-popup > .a9-popup-wrap.scrollbar-over .mCustomScrollbar > .mCustomScrollBox.mCS-a9 > .mCSB_container {
  padding: 0 0 0 0;
  margin: 0;
}
.a9-popup > .a9-popup-wrap > .a9-popup-content {
  display: flex;
  width: 100%;
  height: 100%;
}
.a9-popup .a9-popup-min-width {
  min-width: auto;
}
.a9-popup .a9-popup-full-size {
  width: 100%;
  height: 100%;
  flex-basis: auto;
}
.a9-popup .a9-popup-full-size .popup-dialog-v2 > section,
.a9-popup .a9-popup-full-size .popup-dialog > section {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.a9-popup .a9-popup-full-size .popup-dialog-v2 > section .popup-in-section,
.a9-popup .a9-popup-full-size .popup-dialog > section .popup-in-section {
  width: 100%;
}
.a9-popup .a9-popup-full-height {
  flex-basis: auto;
  height: 100%;
}
.a9-popup .a9-popup-section-overflow-hidden .popup-dialog-v2 > section,
.a9-popup .a9-popup-section-overflow-hidden .popup-dialog > section {
  overflow: hidden;
}
.a9-popup > .fullscreen-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: none;
}
.a9-popup > .fullscreen-popup .scrollbar-autowidth {
  height: 100%;
  max-height: none;
}
.a9-popup > .fullscreen-popup .scrollbar-autowidth .mCSB_container {
  height: 100%;
}
.a9-popup .popup-dialog > footer .left,
.a9-popup .popup-dialog-v2 > footer .left {
  float: left;
}
.a9-popup > .vertical-fullscreen-popup {
  position: absolute;
  top: 20px;
  bottom: 20px;
  width: auto;
  max-width: 100% !important;
}
.a9-popup > .another-fullscreen-popup {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  max-width: none;
}
.a9-popup > .another-fullscreen-popup .popup-dialog > section,
.a9-popup > .another-fullscreen-popup .popup-dialog-v2 > section {
  position: relative;
  /* 20170412 disable flex otherwize it will start flexin mCustomScrollBox and mCSB_scrollTools and content does not take full width - IE11*/
  display: block;
}
.a9-popup > .another-fullscreen-popup .popup-dialog > section > .ps-content > .popup-in-section,
.a9-popup > .another-fullscreen-popup .popup-dialog-v2 > section > .ps-content > .popup-in-section,
.a9-popup > .another-fullscreen-popup .popup-dialog > section > .popup-in-section,
.a9-popup > .another-fullscreen-popup .popup-dialog-v2 > section > .popup-in-section {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.a9-popup > .another-fullscreen-popup.flexable .popup-dialog > section,
.a9-popup > .another-fullscreen-popup.flexable .popup-dialog-v2 > section {
  display: flex;
}
.a9-popup > .another-full-width {
  max-width: none !important;
  width: 100% !important;
}
.a9-popup > .another-full-width section .popup-in-section {
  width: 100%;
}
.a9-popup > .another-full-max-width {
  max-width: 100% !important;
}
.a9-popup > .another-fixedsize-popup {
  width: 900px !important;
}
.a9-popup > .another-padding-popup .popup-dialog > section,
.a9-popup > .another-padding-popup .popup-dialog-v2 > section {
  padding: 20px;
}
.a9-popup > .another-half-fixed-width {
  width: 450px !important;
}

popup-dialog-v2 {
  width: 100%;
  height: 100%;
}
aside.popup-dialog-v2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 100%;
}
aside.popup-dialog-v2 > header {
  flex: 0 0 auto;
  height: 50px;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 20px;
  background: #eef2f6;
  color: #333d4c;
  position: relative;
}
aside.popup-dialog-v2 > header .i-close-delete {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 16px;
  color: #7b8799;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
aside.popup-dialog-v2 > section {
  flex: 1 1 auto;
  max-width: 100%;
  position: relative;
  display: flex;
}
aside.popup-dialog-v2 > section.ps-wrap {
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
aside.popup-dialog-v2 > section.ps-wrap > .ps-content {
  min-width: 100%;
}
aside.popup-dialog-v2 .main-content {
  padding: 20px;
}
aside.popup-dialog-v2 .main-content .warning {
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
}
aside.popup-dialog-v2 .main-content .warning i {
  font-size: 40px;
  color: #ff4141;
}
aside.popup-dialog-v2 .align-center {
  text-align: center;
}
aside.popup-dialog-v2 .align-right {
  text-align: right;
}
aside.popup-dialog-v2 .align-left {
  text-align: left;
}
aside.popup-dialog-v2 > footer {
  height: 60px;
  padding: 14px 20px;
  text-align: right;
  background: #eef2f6;
  flex: 0 0 auto;
}
aside.popup-dialog-v2 > footer .awl-button {
  margin: 0 0 0 10px;
}
aside.popup-dialog-v2 > footer .awl-button:first-child {
  margin-left: 0;
}

popup-dialog {
  width: 100%;
  height: 100%;
}
aside.popup-dialog {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 100%;
}
aside.popup-dialog > header {
  flex: 0 0 auto;
  height: 50px;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 20px;
  background: #EEF2F6;
  color: #333D4C;
  position: relative;
}
aside.popup-dialog > header .i-close-delete {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 16px;
  color: #7b8799;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
aside.popup-dialog > section {
  flex: 1 1 auto;
  max-width: 100%;
  display: flex;
}
aside.popup-dialog > section.scrollable {
  overflow-y: auto;
  overflow-x: auto;
}
aside.popup-dialog .main-content {
  padding: 20px;
}
aside.popup-dialog .main-content .warning {
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
}
aside.popup-dialog .main-content .warning i {
  font-size: 40px;
  color: #FF4141;
}
aside.popup-dialog .align-center {
  text-align: center;
}
aside.popup-dialog .align-right {
  text-align: right;
}
aside.popup-dialog .align-left {
  text-align: left;
}
aside.popup-dialog > footer {
  height: 60px;
  padding: 14px 20px;
  text-align: right;
  background: #EEF2F6;
  flex: 0 0 auto;
}
aside.popup-dialog > footer .awl-button {
  margin: 0 0 0 10px;
}
aside.popup-dialog > footer .awl-button:first-child {
  margin-left: 0;
}

.progress-popup {
  padding: 20px;
  min-width: 380px;
}
.progress-popup__percentage {
  font-size: 20px;
  line-height: 27px;
  height: 27px;
  margin: auto;
}
.progress-popup__tip {
  margin: auto;
  font-size: 12px;
}
.progress-popup__container {
  padding: 10px 20px;
}
.progress-popup__container__wrapper {
  width: 100%;
  height: 10px;
  border-radius: 100px;
  background-color: #f1f1f1;
  overflow: hidden;
}
.progress-popup__container__bar {
  height: 100%;
  background-color: #9e8dd1;
}
.eds-rounds-transfer-process aside.popup-dialog > header {
  padding: 10px 20px;
}
.eds-rounds-transfer-process aside.popup-dialog > header h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 27px;
}

.toast-component {
  position: absolute;
  left: 50vw;
  bottom: 124px;
  transform: translateX(-50%);
  z-index: 100000;
  background: #ffffff;
  transition: opacity 1s;
  opacity: 0;
  box-shadow: 1px 2px 5px rgba(48, 59, 74, 0.4);
  padding: 15px 20px 20px;
  border-radius: 5px;
  min-width: 268px;
}
.toast-component__visible {
  opacity: 1;
}
.toast-component__header {
  display: flex;
  justify-content: space-between;
}
.toast-component__title {
  font-size: 14px;
  font-weight: bold;
  align-self: center;
}
.toast-component__button {
  margin-left: 15px;
}
.toast-component__close {
  cursor: pointer;
  color: #7b8799;
  font-size: 14pt;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.toast-component__content {
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 20px;
}
.toast-component.wrap-content .toast-component__content {
  white-space: normal;
}

.range-slider {
  position: relative;
  /* Chrome, Safari track style settings */
  /* Firefox track style settings */
  /* IE track style settings */
}
.range-slider > .selection {
  width: 0;
  left: 0;
  z-index: 1;
  background: #CBD1DB;
  height: 6px;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}
.range-slider > .track {
  width: 100%;
  height: 6px;
  z-index: 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CBD1DB;
  top: 50%;
  left: 0;
  margin-top: -3px;
  display: block;
  position: absolute;
}
.range-slider input[type=range] {
  -webkit-appearance: none;
  /*        margin: 10px 0;*/
  width: 100%;
  vertical-align: middle;
  background-color: transparent;
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
}
.range-slider input[type=range]:focus {
  outline: none;
  border: none;
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: transparent;
  border: none;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #5A6980;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
  z-index: 2000;
  position: relative;
}
.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}
.range-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: transparent;
  border: none;
}
.range-slider input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #5A6980;
  cursor: pointer;
  z-index: 100;
}
.range-slider input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
  margin-top: -1px;
}
.range-slider input[type=range]::-ms-fill-lower {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.range-slider input[type=range]::-ms-fill-upper {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.range-slider input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: none;
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #5A6980;
  cursor: pointer;
}
.range-slider input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}
.range-slider input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}
.range-slider input[type=range]::-ms-tooltip {
  display: none;
}
.range-slider.range-slider__switch > .track {
  height: 4px;
  background: #e9e9e9;
  border-radius: 4px;
  border: none;
}
.range-slider.range-slider__switch input[type=range] {
  height: 16px;
}
.range-slider.range-slider__switch input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
}
.range-slider.range-slider__switch input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  margin-top: -7px;
}
.range-slider.range-slider__switch input[type=range]::-moz-range-track {
  height: 4px;
}
.range-slider.range-slider__switch input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 8px;
}
.range-slider.range-slider__switch input[type=range]::-ms-track {
  height: 4px;
}
.range-slider.range-slider__switch input[type=range]::-ms-thumb {
  margin-top: 1px;
  height: 16px;
  width: 16px;
  border-radius: 8px;
}

.extended-datepicker-range input {
  padding: 0 32px 0 40px;
  height: 32px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}

.extended-selector input {
  padding: 0 32px 0 40px;
  height: 32px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}

/*
  COLOR PALETTE
*/
/*
  DIMENSIONS
*/
/*
  TYPOGRAPHY
*/
/*
  APPLICATIONS
*/
.awl-progress-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 16777271;
  /* zIndexService not required, progress must be shown over all? */
}
.awl-progress-wrap .awl-progress-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background-color: #bfbfbf;
  opacity: 0.75;
}
.awl-progress-wrap table {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.awl-progress-wrap table td {
  vertical-align: middle;
  text-align: center;
}
.awl-progress-wrap table td .awl-progress-in {
  min-width: 50%;
  display: inline-block;
  background: #ffffff;
}
.awl-progress-wrap table td .awl-progress-in .awl-progress-body {
  background: #fff;
  padding: 15px;
}
.awl-progress-wrap table td .awl-progress-in .awl-progress-body .awl-progress-bar {
  height: 14px;
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.awl-progress-wrap table td .awl-progress-in .awl-progress-body .awl-progress-bar .awl-progress-bar-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 12px;
  z-index: 100;
  font-size: 10px;
  font-weight: 300;
  color: #000;
}
.awl-progress-wrap table td .awl-progress-in .awl-progress-body .awl-progress-bar .awl-progress-bar-value {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: 50;
  background: #999;
  border-radius: 4px;
}
.awl-progress-wrap table td .awl-progress-in .awl-progress-header {
  padding: 15px 15px 14px 15px;
  min-height: 28px;
  background: #ebebeb;
  border-bottom: 1px solid #d9d9d9;
}
.awl-progress-wrap table td .awl-progress-in .awl-progress-footer {
  padding: 14px 15px 15px 15px;
  min-height: 28px;
  text-align: right;
  background: #ebebeb;
  border-top: 1px solid #d9d9d9;
}
.awl-progress-wrap.awl-progress-waiter .awl-progress-bg {
  background-color: #a1a1a1;
  opacity: 1;
}
.awl-progress-wrap.awl-progress-waiter .awl-waiter-body {
  display: inline-block;
  width: 100px;
  height: 72px;
  padding: 20px 0 0 0;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
.awl-progress-wrap.awl-progress-waiter .awl-waiter-body .button-button {
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  background: #82d0f5;
  color: #ffffff;
  position: absolute;
  left: 34px;
  top: 120px;
  cursor: pointer;
}

.comp.accordion {
  /* 20170720 TMax hack to prevent display lots of empty space on init display for about 300ms even in chrome */
}
.comp.accordion .panel-heading > h4 {
  text-transform: none;
  margin: 0;
}
.comp.accordion .panel-heading .heading-a {
  text-transform: none;
  margin: 0;
  display: block;
  text-decoration: none;
}
.comp.accordion .panel-heading .heading-span {
  display: block;
  height: 33px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 0 0 20px;
  margin: 0 0 0 0;
  position: relative;
  font-weight: 400;
  color: #333d4c;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dde1e6;
  cursor: pointer;
}
.comp.accordion .panel-heading .heading-span .i-expandarrow,
.comp.accordion .panel-heading .heading-span .i-collapsearrow {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: -3px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 100;
  color: #5c5c5c;
}
.comp.accordion .panel-heading .heading-span .button-placeholder {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.comp.accordion .panel-collapse {
  border: none;
  padding: 0 !important;
  border-bottom: 1px solid #dde1e6;
  /*		background:#00f;*/
}
.comp.accordion .panel-default.expanded > .panel-collapse {
  padding: 20px 0 20px 20px !important;
  /*		background:#f90;*/
}
.accordion .panel-body {
  position: relative;
}
.accordion .panel-heading {
  position: relative;
  margin-bottom: 0;
}
.accordion .panel-heading .button-placeholder {
  position: absolute;
  right: 0;
}
.comp.accordion > div > div {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 0px;
}
.comp.accordion > div > div > .panel-heading > h4 {
  text-transform: none;
  margin: 0;
}
.comp.accordion > div > div > .panel-heading > h4 > a {
  display: block;
  text-decoration: none;
}
.comp.accordion > div > div > .panel-heading > h4 > a > span {
  display: block;
  height: 33px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 0 0 20px;
  margin: 0 0 0 0;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  color: #333d4c;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dde1e6;
}
.comp.accordion > div > div > .panel-heading > h4 > a > span .i-expandarrow,
.comp.accordion > div > div > .panel-heading > h4 > a > span .i-collapsearrow {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: -3px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 100;
  color: #5c5c5c;
}
.comp.accordion > div > div > .panel-heading > h4 > a > span > .button-placeholder {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.comp.accordion > div > div.expanded > .panel-heading > h4 > a > span {
  font-weight: 600;
}
.comp.accordion > div > div.expanded > .panel-heading .i-expandarrow {
  transform: rotate(90deg);
  display: inline-block;
}
.comp.accordion > div > div > .panel-collapse {
  border: none;
  padding: 20px 0 20px 20px;
}
.comp.accordion > div > div > .panel-collapse > .panel-body {
  padding: 0;
  border: none;
}
.panel-without-paddings > .panel > .panel-collapse,
.panel-without-paddings.panel-default > .panel > .panel-collapse,
.panel-without-paddings > .panel.panel-default > .panel-collapse,
.panel-without-paddings.panel-default > .panel.panel-default > .panel-collapse,
.panel-without-paddings > .panel.expanded > .panel-collapse,
.panel-without-paddings.panel-default > .panel.expanded > .panel-collapse {
  padding: 0 !important;
}
.panel-with-left-paddings > .panel > .panel-collapse,
.panel-with-left-paddings.panel-default > .panel > .panel-collapse,
.panel-with-left-paddings > .panel.panel-default > .panel-collapse,
.panel-with-left-paddings.panel-default > .panel.panel-default > .panel-collapse,
.panel-with-left-paddings > .panel.expanded > .panel-collapse,
.panel-with-left-paddings.panel-default > .panel.expanded > .panel-collapse {
  padding: 0 0 0 20px !important;
}

/*
  COLOR PALETTE
*/
/*
  DIMENSIONS
*/
/*
  TYPOGRAPHY
*/
/*
  APPLICATIONS
*/
.comp.tabs .tabs-menu {
  padding: 0 15px;
  border-bottom: 1px solid #bfbfbf;
}
.comp.tabs .tab-menu-item {
  font: 400 15px/21px 'Open Sans', sans-serif;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  cursor: pointer;
}
.comp.tabs .tab-menu-item.item-selected {
  background: #ffffff;
  color: #1AAF4B;
  border: 1px solid #bfbfbf;
  border-bottom: none;
  position: relative;
  top: 2px;
}
.comp.tabs .tab-menu-item.tab-right {
  float: right;
}
.comp.tabs .tab-menu-item:hover {
  color: #1AAF4B;
}
.comp.tabs .tab-content {
  margin: 15px;
}

.dnd-sort-form {
  padding: 20px;
}
.dnd-sort-form .currency {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dnd-sort-form ul.main-cont {
  padding: 0;
  margin: 0;
  min-width: 500px;
  color: #47505D;
  font-size: 14px;
  font-weight: 600;
  list-style-type: none;
}
.dnd-sort-form ul.main-cont li.dndPlaceholder {
  opacity: 0.52;
}
.dnd-sort-form ul.main-cont li.row {
  display: flex;
}
.dnd-sort-form ul.main-cont li.row .info {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px dashed #969FB8;
  border-radius: 4px;
  background-color: #F0F4F8;
  padding: 0 20px 0 10px;
}
.dnd-sort-form ul.main-cont li.row .info > span {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dnd-sort-form ul.main-cont li.row:not(:last-child) {
  margin-bottom: 10px;
}
.dnd-sort-form ul.main-cont li.row.dndDragging {
  border: 5px dashed red;
}

.customizable-selector {
  flex: 1 1 auto;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
}
.customizable-selector .customizable-selector-cont {
  flex: 1 1 auto;
  max-width: 100%;
  position: relative;
  cursor: pointer;
}
.customizable-selector .customizable-selector-cont .nice-static-filed {
  padding-right: 25px !important;
}
.customizable-selector .customizable-selector-cont .tpamrs__readonly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.customizable-selector .selector-title .item-piece {
  vertical-align: top;
}
.selector-fix-width {
  width: 245px;
}
.customizable-selector-popup {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
  margin-bottom: 2px;
}
.customizable-selector-popup .customizable-selector-popup__template {
  overflow: hidden;
}
.customizable-selector-popup .customizable-selector-popup__template .tpamrspt__item {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.customizable-selector-popup .customizable-selector-popup__template .tpamrspt__item:hover {
  background-color: #EEF2F6;
}
.customizable-selector-popup .customizable-selector-popup__template .tpamrspt__item.selected {
  background-color: #EEF2F6;
}
.customizable-selector-popup .customizable-selector-popup__template .ps__rail-y {
  left: auto !important;
  right: 0 !important;
}
.customizable-selector-popup .customizable-selector-popup__template .tpamrspt__header {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  padding: 10px 10px 0 10px;
}
.customizable-selector-popup .customizable-selector-popup__template .tpamrspt__title {
  padding-left: 10px;
  max-width: calc(100% - 20px);
  display: flex;
  align-content: center;
  white-space: nowrap;
}
.customizable-selector-popup .customizable-selector-popup__template .tpamrspt__title > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.customizable-selector-popup .customizable-selector-popup__template .tpamrspt__title__dash {
  padding: 0 3px;
}
.customizable-selector-popup__footer {
  text-align: right;
  padding: 10px;
  background-color: #eef2f6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.customizable-selector-popup__footer > .awl-button {
  flex: 0 1 auto;
  display: block;
  min-width: 0;
}
.customizable-selector-popup__footer > .awl-button > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  min-height: 5%;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
  z-index: 2;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #D8D8D8;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #D8D8D8;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*overwrite:*/
.ps__rail-x,
.ps__rail-y {
  opacity: 1;
  transition: none;
}
.ps__rail-x {
  height: 6px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  margin: 5px 10px 3px 10px;
}
.ps__rail-y {
  width: 6px;
  margin: 10px 5px 10px 0;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
}
.ps__thumb-x {
  transition: none;
  height: 6px;
  border-radius: 6px;
  background-color: #D8D8D8;
  top: -1px;
}
.ps__rail-y {
  margin: 10px 5px 10px 0;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  width: 6px;
}
.ps__rail-y .ps__thumb-y {
  width: 6px;
  left: -1px;
}
.ps__thumb-y {
  transition: none;
  width: 6px;
  border-radius: 6px;
  background-color: #D8D8D8;
  left: -1px;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  opacity: 1;
  height: 6px;
  background-color: #D8D8D8;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  opacity: 1;
  width: 6px;
  background-color: #D8D8D8;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  background-color: #fff;
  opacity: 1;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #fff;
  opacity: 1;
}
.ps.scrollbar-over {
  padding: 0;
}
.ps-over {
  position: relative;
  padding: 0;
}
.ps-over .ps__rail-y {
  right: 5px;
  left: unset !important;
}
.ps-force-right .ps__rail-y {
  right: 0 !important;
  left: auto !important;
}
.ps.ps-y-scrollbar-to-the-left .ps__rail-y {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: 5px;
}

.popover-v2 {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.23);
  margin-bottom: 2px;
}
.popover-v2__content {
  white-space: nowrap;
  pointer-events: auto;
}
.popover-v2__arrow {
  position: absolute;
  bottom: -4px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  filter: drop-shadow(0px 2px 1px #ececec);
}
.popover-v2__container {
  pointer-events: none;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.vi-atom-tabs {
  height: 50px;
  display: flex;
  border-bottom: 1px solid #dde1e6;
}
.vi-atom-tabs.new-tabs {
  padding-top: 8px;
}
.vi-atom-tabs.new-tabs .vi-atom-tabs__tab {
  height: 42px;
  line-height: 42px;
  background: #f9f6ff;
  border: 1px solid #dde1e6;
  margin-left: -1px;
  font-weight: 600;
}
.vi-atom-tabs.new-tabs .vi-atom-tabs__tab.active {
  height: 42px;
  background: #ffffff;
  border-top: 2px solid #9E8DD1;
  border-bottom: 1px solid white;
}
.vi-atom-tabs.new-tabs .vi-atom-tabs__tab:first-child {
  margin-left: 21px;
}
.vi-atom-tabs.blue-tabs {
  padding-top: 8px;
}
.vi-atom-tabs.blue-tabs .vi-atom-tabs__tab {
  height: 42px;
  line-height: 42px;
  background: #f9f6ff;
  border: 1px solid #dde1e6;
  margin-left: -1px;
  font-weight: 600;
}
.vi-atom-tabs.blue-tabs .vi-atom-tabs__tab.active {
  height: 42px;
  background: #ffffff;
  border-top: 2px solid #50B1CD;
  border-bottom: 1px solid white;
}
.vi-atom-tabs.blue-tabs .vi-atom-tabs__tab:first-child {
  margin-left: 21px;
}
.vi-atom-tabs__tab {
  color: #47505D;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  white-space: nowrap;
}
.vi-atom-tabs__tab.active {
  cursor: default;
  color: #47505D;
  font-weight: 600;
  border-bottom: 3px solid #a2aac1;
}
.vi-atom-tabs__tab:hover {
  color: #28313E;
}
.vi-atom-tabs__title {
  padding: 3px 4px;
}
.tab-image {
  margin-left: 10px;
}

.vi-atom-tabs-general {
  height: 40px;
  display: flex;
  border-bottom: 1px solid #dde1e6;
  color: #47505d;
  font-size: 14px;
}
.vi-atom-tabs-general .tab-item {
  position: relative;
  border-top: 1px solid #dde1e6;
  border-left: 1px solid #dde1e6;
  border-bottom: 1px solid #dde1e6;
  border-right: 1px solid #dde1e6;
  margin-right: -1px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  min-width: 170px;
  white-space: nowrap;
  font-weight: 400;
  text-align: center;
}
.vi-atom-tabs-general .tab-item .tab-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: none;
}
.vi-atom-tabs-general .tab-item.active {
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.vi-atom-tabs-general .tab-item.active .tab-decoration {
  display: block;
}

.application-input-type-keyboard .vi-atom-switch .items .item:focus {
  border-radius: 16px !important;
}
.vi-atom-switch {
  display: inline-flex;
  flex-direction: row;
  border-radius: 5px;
  height: 32px;
  position: relative;
}
.vi-atom-switch .border {
  display: block;
  position: absolute;
  height: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  left: 5px;
  width: calc(100% -  5px * 2);
}
.vi-atom-switch .border.round {
  left: 16px;
  width: calc(100% -  16px * 2);
}
.vi-atom-switch .items {
  display: inline-flex;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.vi-atom-switch .items .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5px;
  z-index: 1;
  justify-content: center;
  height: 32px;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.vi-atom-switch .items .item.active > .item-caption {
  color: #fff;
  font-weight: 600;
}
.vi-atom-switch .items .item.active .templateView > * {
  color: #fff;
  font-weight: 600;
}
.vi-atom-switch .items .item.active.static {
  border: 0;
}
.vi-atom-switch .items .item:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-radius: 5px 0 0 5px;
}
.vi-atom-switch .items .item:last-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-radius: 0 5px 5px 0;
}
.vi-atom-switch .items .item.static > .item-caption {
  transition-property: none;
}
.vi-atom-switch .items .item > .item-caption {
  color: #47505d;
  font-size: 12px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  text-align: center;
}
.vi-atom-switch .items .item > .item-caption.bold {
  font-weight: bold;
}
.vi-atom-switch .roller {
  display: block;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  border: 1px;
}
.vi-atom-switch .roller.animate {
  transition: left 0.3s ease;
}
.vi-atom-switch.round {
  border-radius: 16px;
}
.vi-atom-switch.round .items .item {
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  text-align: center;
}
.vi-atom-switch.round .items .item:first-child {
  border-radius: 16px 0 0 16px;
}
.vi-atom-switch.round .items .item:last-child {
  border-radius: 0 16px 16px 0;
}
.vi-atom-switch.round .items .item > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vi-atom-switch.round .roller {
  border-radius: 32px;
}

.vi-atom-busy-button {
  position: relative;
}
.vi-atom-busy-button.disabled {
  cursor: default;
}
.vi-atom-busy-button .vi-atom-busy-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vi-atom-busy-indicator > div {
  height: 32px;
  width: 74px;
  position: relative;
  display: block;
  margin: auto;
}
.vi-atom-busy-indicator > div > div {
  top: 3px;
  bottom: 3px;
  width: 14px;
  position: absolute;
  border-radius: 2px;
  background-color: #cccccc;
  animation-direction: alternate;
  animation-duration: 1.4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-play-state: running;
  transform-origin: 50% 50%;
}
.vi-atom-busy-indicator > div > div.block1 {
  animation-name: busy-indicator-1;
  left: 0;
}
.vi-atom-busy-indicator > div > div.block2 {
  animation-name: busy-indicator-2;
  left: 20px;
}
.vi-atom-busy-indicator > div > div.block3 {
  animation-name: busy-indicator-3;
  left: 40px;
}
.vi-atom-busy-indicator > div > div.block4 {
  animation-name: busy-indicator-4;
  left: 60px;
}
.vi-atom-busy-indicator > div.small {
  height: 26px;
  top: 3px;
  bottom: 3px;
  width: 49px;
}
.vi-atom-busy-indicator > div.small > div {
  width: 10px;
}
.vi-atom-busy-indicator > div.small > div.block1 {
  left: 0;
}
.vi-atom-busy-indicator > div.small > div.block2 {
  left: 13px;
}
.vi-atom-busy-indicator > div.small > div.block3 {
  left: 26px;
}
.vi-atom-busy-indicator > div.small > div.block4 {
  left: 39px;
}
@keyframes busy-indicator-1 {
  0% {
    transform: scale(1) translateZ(0) perspective(1px);
  }
  12.5% {
    transform: scale(1.3) translateZ(0) perspective(1px);
  }
  25% {
    transform: scale(1) translateZ(0) perspective(1px);
  }
}
@keyframes busy-indicator-2 {
  25% {
    transform: scale(1) translateZ(0) perspective(1px);
  }
  37.5% {
    transform: scale(1.3) translateZ(0) perspective(1px);
  }
  50% {
    transform: scale(1) translateZ(0) perspective(1px);
  }
}
@keyframes busy-indicator-3 {
  50% {
    transform: scale(1) translateZ(0) perspective(1px);
  }
  62.5% {
    transform: scale(1.3) translateZ(0) perspective(1px);
  }
  75% {
    transform: scale(1) translateZ(0) perspective(1px);
  }
}
@keyframes busy-indicator-4 {
  75% {
    transform: scale(1) translateZ(0) perspective(1px);
  }
  87.5% {
    transform: scale(1.3) translateZ(0) perspective(1px);
  }
  100% {
    transform: scale(1) translateZ(0) perspective(1px);
  }
}

.vi-atom-busy-indicator-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
}

.vi-atom-busy-span {
  position: relative;
}
.vi-atom-busy-span .vi-atom-busy-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vi-atom-busy-spinner > div {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  transform: scale(1);
}
.vi-atom-busy-spinner > div > .half {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
}
.vi-atom-busy-spinner > div > .half > .moon {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  border-left-color: rgba(0, 0, 0, 0) !important;
}
.vi-atom-busy-spinner > div > .half.half-left {
  left: 0;
}
.vi-atom-busy-spinner > div > .half.half-left > .moon {
  left: 0;
  transform: rotate(45deg);
  animation: moon-left 2s infinite linear;
}
.vi-atom-busy-spinner > div > .half.half-right {
  right: 0;
}
.vi-atom-busy-spinner > div > .half.half-right > .moon {
  right: 0;
  transform: rotate(-135deg);
  animation: moon-right 2s infinite linear;
}
@keyframes moon-left {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(205deg);
  }
  75% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes moon-right {
  0% {
    transform: rotate(-135deg);
  }
  25% {
    transform: rotate(45deg);
  }
  40% {
    transform: rotate(55deg);
  }
  50% {
    transform: rotate(55deg);
  }
  75% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(225deg);
  }
}

.vi-atom-from-to__arrow {
  padding: 0 10px;
}

.vi-atom-busy-arrows {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.vi-atom-busy-arrows .vi-atom-busy-arrows-svg {
  animation-direction: normal;
  animation-duration: 1.1s;
  animation-name: vi-atom-busy-arrows-rotate-animation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-play-state: running;
}
@keyframes vi-atom-busy-arrows-rotate-animation {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.awl-timepick2-wrap {
  display: flex;
  height: 32px;
  position: relative;
}
.awl-timepick2-wrap.without-ampm {
  width: 70px;
}
.awl-timepick2-wrap.with-seconds {
  width: 183px;
}
.awl-timepick2-wrap.with-seconds.without-ampm {
  width: 105px;
}
.awl-timepick2-wrap.with-seconds .time-controls {
  width: 105px;
}
.awl-timepick2-wrap.with-seconds .ampm {
  margin-left: 115px;
}
.awl-timepick2-wrap.disabled .ampm {
  background: #EEF2F6;
  color: #9ca5b3;
}
.awl-timepick2-wrap.disabled .time-controls {
  border: 1px solid #CDD2D9;
}
.awl-timepick2-wrap.disabled .time-controls .hours,
.awl-timepick2-wrap.disabled .time-controls .colon,
.awl-timepick2-wrap.disabled .time-controls .minutes,
.awl-timepick2-wrap.disabled .time-controls .seconds {
  background: #EEF2F6;
  color: #9ca5b3;
}
.awl-timepick2-wrap.disabled .time-controls .hours input,
.awl-timepick2-wrap.disabled .time-controls .colon input,
.awl-timepick2-wrap.disabled .time-controls .minutes input,
.awl-timepick2-wrap.disabled .time-controls .seconds input {
  color: #9ca5b3;
}
.awl-timepick2-wrap .time-controls {
  width: 70px;
  height: 32px;
  border: 1px solid #CDD2D9;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}
.awl-timepick2-wrap .time-controls .hours,
.awl-timepick2-wrap .time-controls .colon,
.awl-timepick2-wrap .time-controls .minutes,
.awl-timepick2-wrap .time-controls .seconds {
  flex: 1 1 auto;
  background: #fff;
}
.awl-timepick2-wrap .time-controls .hours input,
.awl-timepick2-wrap .time-controls .colon input,
.awl-timepick2-wrap .time-controls .minutes input,
.awl-timepick2-wrap .time-controls .seconds input {
  background: none;
  border: none;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  color: #47505D;
}
.awl-timepick2-wrap .time-controls .hours.focused,
.awl-timepick2-wrap .time-controls .colon.focused,
.awl-timepick2-wrap .time-controls .minutes.focused,
.awl-timepick2-wrap .time-controls .seconds.focused {
  background: #eef2f6;
}
.awl-timepick2-wrap .time-controls .hours {
  max-width: 31px;
  width: 31px;
}
.awl-timepick2-wrap .time-controls .colon {
  line-height: 30px;
  text-align: center;
  color: #7b8799;
  width: 6px;
  max-width: 6px;
}
.awl-timepick2-wrap .time-controls .minutes {
  width: 31px;
  max-width: 31px;
}
.awl-timepick2-wrap .time-controls .seconds {
  width: 31px;
  max-width: 31px;
}
.awl-timepick2-wrap .ampm {
  width: 68px;
  max-width: 68px;
  height: 32px;
  display: block;
  position: absolute;
  border: 1px solid #d9dde2;
  border-radius: 4px;
  overflow: hidden;
  top: 0;
}
.awl-timepick2-wrap .ampm > .part {
  display: block;
  position: absolute;
  top: 0;
  height: 30px;
  text-align: center;
  width: 33px;
  line-height: 30px;
}
.awl-timepick2-wrap .ampm > .part.am {
  left: 0;
}
.awl-timepick2-wrap .ampm > .part.pm {
  left: 33px;
}
.awl-timepick2-drop {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
  width: 40px;
  padding-right: 0;
  height: 144px;
  overflow: hidden;
}
.awl-timepick2-drop.ps-over .ps__rail-y {
  right: -3px;
}
.awl-timepick2-drop .drop-item {
  height: 24px;
  line-height: 24px;
  color: #58606c;
  text-align: right;
  padding-right: 14px;
}
.awl-timepick2-drop .drop-item:hover,
.awl-timepick2-drop .drop-item.selected {
  background: #eef2f6;
}
.awl-timepick2-drop .drop-item.disallowed {
  background: #EEF2F6;
  color: #9ca5b3;
  text-decoration: line-through;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.awl-time-duration-wrap {
  display: flex;
  height: 32px;
  position: relative;
  width: 70px;
}
.awl-time-duration-wrap.with-seconds {
  width: 105px;
}
.awl-time-duration-wrap.with-seconds .time-controls {
  width: 105px;
}
.awl-time-duration-wrap.with-days {
  width: 105px;
}
.awl-time-duration-wrap.with-days .time-controls {
  width: 105px;
}
.awl-time-duration-wrap.disabled .time-controls {
  border: 1px solid #CDD2D9;
}
.awl-time-duration-wrap.disabled .time-controls .hours,
.awl-time-duration-wrap.disabled .time-controls .colon,
.awl-time-duration-wrap.disabled .time-controls .minutes,
.awl-time-duration-wrap.disabled .time-controls .seconds,
.awl-time-duration-wrap.disabled .time-controls .days {
  background: #EEF2F6;
  color: #9ca5b3;
}
.awl-time-duration-wrap.disabled .time-controls .hours input,
.awl-time-duration-wrap.disabled .time-controls .colon input,
.awl-time-duration-wrap.disabled .time-controls .minutes input,
.awl-time-duration-wrap.disabled .time-controls .seconds input,
.awl-time-duration-wrap.disabled .time-controls .days input {
  color: #9ca5b3;
}
.awl-time-duration-wrap .time-controls {
  width: 70px;
  height: 32px;
  border: 1px solid #CDD2D9;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}
.awl-time-duration-wrap .time-controls .hours,
.awl-time-duration-wrap .time-controls .colon,
.awl-time-duration-wrap .time-controls .minutes,
.awl-time-duration-wrap .time-controls .seconds,
.awl-time-duration-wrap .time-controls .days {
  flex: 1 1 auto;
  background: #fff;
}
.awl-time-duration-wrap .time-controls .hours input,
.awl-time-duration-wrap .time-controls .colon input,
.awl-time-duration-wrap .time-controls .minutes input,
.awl-time-duration-wrap .time-controls .seconds input,
.awl-time-duration-wrap .time-controls .days input {
  background: none;
  border: none;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  color: #47505D;
}
.awl-time-duration-wrap .time-controls .hours.focused,
.awl-time-duration-wrap .time-controls .colon.focused,
.awl-time-duration-wrap .time-controls .minutes.focused,
.awl-time-duration-wrap .time-controls .seconds.focused,
.awl-time-duration-wrap .time-controls .days.focused {
  background: #eef2f6;
}
.awl-time-duration-wrap .time-controls .hours {
  max-width: 31px;
  width: 31px;
}
.awl-time-duration-wrap .time-controls .colon {
  line-height: 30px;
  text-align: center;
  color: #7b8799;
  width: 6px;
  max-width: 6px;
}
.awl-time-duration-wrap .time-controls .minutes {
  width: 31px;
  max-width: 31px;
}
.awl-time-duration-wrap .time-controls .seconds {
  width: 31px;
  max-width: 31px;
}
.awl-time-duration-wrap .time-controls .days {
  width: 31px;
  max-width: 31px;
}
.awl-time-duration-drop {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
  width: 40px;
  padding-right: 0;
  height: 144px;
  overflow: hidden;
}
.awl-time-duration-drop.ps-over .ps__rail-y {
  right: -3px;
}
.awl-time-duration-drop .drop-item {
  height: 24px;
  line-height: 24px;
  color: #58606c;
  text-align: right;
  padding-right: 14px;
}
.awl-time-duration-drop .drop-item:hover,
.awl-time-duration-drop .drop-item.selected {
  background: #eef2f6;
}
.awl-time-duration-drop .drop-item.disallowed {
  background: #EEF2F6;
  color: #9ca5b3;
  text-decoration: line-through;
}

.awl-time-range-popup {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  display: block;
}
.awl-time-range-popup__content {
  display: flex;
  justify-content: space-around;
  padding: 20px 5px;
}
.awl-time-range-popup__content_cont {
  display: flex;
  flex-direction: column;
}
.awl-time-range-popup__content_cont .awl-amount-label {
  font-size: 12px;
}
.awl-time-range-popup__content .time-range-dash {
  display: flex;
  align-items: center;
}
.awl-time-range-popup > .popup-footer {
  height: 52px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background-color: #eef2f6;
}
.awl-time-range-popup > .popup-footer button:first-child {
  margin-right: 10px;
}

.vi-atom-tag-close {
  max-width: calc(100% - 30px);
  position: absolute;
  margin: -30px 0 0 3px;
  padding: 0 10px;
  background: #969fb8;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  line-height: 28px;
  display: flex;
}
.vi-atom-tag-close > span {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
}

.vi-atom-input-tag {
  max-width: calc(100% - 30px);
  position: absolute;
  margin: -30px 0 0 3px;
  padding: 0 10px;
  background: #969fb8;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  line-height: 28px;
  display: flex;
}
.vi-atom-input-tag > span {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
}
.temp-nice-looking-search-text-input .i-search {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 32px;
  height: 32px;
  width: 36px !important;
  padding: 0 10px;
  z-index: 10;
  font-size: 16px;
}
.temp-nice-looking-search-text-input .awl-button--picker-icon.nice-input-icon.awl-button {
  color: white;
}

.hover-tooltip,
.simple-tooltip {
  position: absolute;
  padding: 5px 20px;
  z-index: 10;
  background-color: #303843;
  color: white;
  border-radius: 15.5px;
  font-style: normal;
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}

.awl-actions-icon {
  text-align: left;
  height: 25px;
  line-height: 25px;
  padding: 0 5px 0 0;
}
.awl-actions-icon.state-disabled .actions-button {
  background: #EEF2F6;
  color: #9CA5B3;
  border-color: #CDD2D9;
}
.awl-actions-icon-dropdown {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  min-height: 32px;
  color: #47505d;
  font-weight: normal;
}
.awl-actions-icon-dropdown .dropdown-item {
  height: 32px;
  min-width: 160px;
  line-height: 32px;
  text-align: left;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awl-actions-icon-dropdown .dropdown-item:hover {
  background-color: #eef2f6;
}
.awl-actions-icon-dropdown .dropdown-item[disabled] {
  color: #9b9b9b;
  cursor: default;
}
.awl-actions-icon-dropdown .dropdown-item[disabled]:hover {
  color: #9b9b9b;
  background-color: none;
}

.application-input-type-keyboard .vi-atom-toggle-selector li:focus {
  border-radius: 16px;
}
.vi-atom-toggle-selector ul.vi-atom-toggle-selector-container {
  display: flex;
  flex-direction: row;
  border-radius: 45px;
  border-width: 1px;
  border-style: solid;
  height: 32px;
  padding: 0;
  background: #FFFFFF;
}
.vi-atom-toggle-selector ul.vi-atom-toggle-selector-container > li {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #47505D;
  padding-left: 36px;
  padding-right: 36px;
  cursor: pointer;
  white-space: nowrap;
}
.vi-atom-toggle-selector ul.vi-atom-toggle-selector-container > li.active {
  cursor: default;
  border-radius: 45px;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: -1px;
}
.vi-atom-toggle-selector.state-disabled .themed-background {
  background-color: #e8ebee !important;
}
.vi-atom-toggle-selector.state-disabled .themed-borders {
  border-color: #e8ebee !important;
}
.vi-atom-toggle-selector.state-disabled ul.vi-atom-toggle-selector-container > li {
  color: #aeb5c1;
}
.vi-atom-toggle-selector.state-disabled ul.vi-atom-toggle-selector-container > li.active {
  color: #9ba5b2;
}

.subitem-multiselect {
  position: relative;
}
.subitem-multiselect .i18n-hidden-translate {
  position: absolute;
  left: 0;
  top: 0;
}
.subitem-multiselect-cont {
  width: 100%;
  overflow: hidden;
}
.subitem-multiselect-cont .subitem-multiselect-all-items {
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding-top: 0px;
  margin: 0px 0 10px 0px;
  line-height: 14px;
}
.subitem-multiselect-cont .subitem-multiselect-all-items.deactivated {
  color: #c3cad4 !important;
}
.subitem-multiselect-cont .items {
  padding: 10px;
}
.subitem-multiselect-cont .items .accordion {
  display: flex;
  flex-direction: column;
  color: #47505d;
}
.subitem-multiselect-cont .items .accordion .name {
  margin-left: 10px;
}
.subitem-multiselect-cont .items .accordion .head {
  height: 32px;
  border-bottom: 1px solid #dde1e6;
  display: flex;
}
.subitem-multiselect-cont .items .accordion .head .arrow-wrap {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-left: -10px;
}
.subitem-multiselect-cont .items .accordion .head .arrow-wrap .icon {
  color: #8a93b0;
  display: inline-flex;
  transform: rotate(-90deg);
}
.subitem-multiselect-cont .items .accordion .head .arrow-wrap .icon.active {
  transform: rotate(0);
}
.subitem-multiselect-cont .items .accordion .head .title {
  width: 100%;
  height: 32px;
  display: flex;
  padding-right: 20px;
  align-items: center;
}
.subitem-multiselect-cont .items .accordion .head .title .not-full {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  height: 15px;
  width: 15px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 2px;
  font-style: normal;
  text-align: center;
  text-indent: 0;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.subitem-multiselect-cont .items .accordion .head .title .not-full:before {
  display: block;
  position: absolute;
  margin-top: 0;
}
.subitem-multiselect-cont .items .accordion .head .title .disabled {
  background-color: #cdd2d9 !important;
  border-color: #cdd2d9 !important;
}
.subitem-multiselect-cont .items .accordion .body {
  padding-left: 34px;
  padding-right: 20px;
}
.subitem-multiselect-cont .items .accordion .body.border {
  border-bottom: 1px solid #dde1e6;
}
.subitem-multiselect-cont .items .accordion .body .item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.subitem-multiselect-cont .controls {
  background: #eef2f6;
  text-align: right;
  padding: 10px;
}
.space-align {
  margin-left: 20px;
}

.password-field {
  width: 245px;
  position: relative;
}
.password-field .i-pos-icon-no-show {
  position: absolute;
  right: 10px;
  font-size: 20px;
  color: #7b8799;
  top: 6px;
}

.subitem-multiselect {
  position: relative;
}
.subitem-multiselect .i18n-hidden-translate {
  position: absolute;
  left: 0;
  top: 0;
}
.subitem-multiselect-cont {
  width: 100%;
  overflow: hidden;
}
.subitem-multiselect-cont .subitem-multiselect-all-items {
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding-top: 0px;
  margin: 0px 0 10px 0px;
  line-height: 14px;
}
.subitem-multiselect-cont .subitem-multiselect-all-items.deactivated {
  color: #c3cad4 !important;
}
.subitem-multiselect-cont .items {
  padding: 10px;
}
.subitem-multiselect-cont .items .accordion {
  display: flex;
  flex-direction: column;
  color: #47505d;
}
.subitem-multiselect-cont .items .accordion .name {
  margin-left: 10px;
}
.subitem-multiselect-cont .items .accordion .head {
  height: 32px;
  border-bottom: 1px solid #dde1e6;
  display: flex;
}
.subitem-multiselect-cont .items .accordion .head .arrow-wrap {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-left: -10px;
}
.subitem-multiselect-cont .items .accordion .head .arrow-wrap .icon {
  color: #8a93b0;
  display: inline-flex;
  transform: rotate(-90deg);
}
.subitem-multiselect-cont .items .accordion .head .arrow-wrap .icon.active {
  transform: rotate(0);
}
.subitem-multiselect-cont .items .accordion .head .title {
  width: 100%;
  height: 32px;
  display: flex;
  padding-right: 20px;
  align-items: center;
}
.subitem-multiselect-cont .items .accordion .head .title .not-full {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  height: 15px;
  width: 15px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 2px;
  font-style: normal;
  text-align: center;
  text-indent: 0;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.subitem-multiselect-cont .items .accordion .head .title .not-full:before {
  display: block;
  position: absolute;
  margin-top: 0;
}
.subitem-multiselect-cont .items .accordion .head .title .disabled {
  background-color: #cdd2d9 !important;
  border-color: #cdd2d9 !important;
}
.subitem-multiselect-cont .items .accordion .body {
  padding-left: 34px;
  padding-right: 20px;
}
.subitem-multiselect-cont .items .accordion .body.border {
  border-bottom: 1px solid #dde1e6;
}
.subitem-multiselect-cont .items .accordion .body .item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.subitem-multiselect-cont .controls {
  background: #eef2f6;
  text-align: right;
  padding: 10px;
}
.space-align {
  margin-left: 20px;
}

.vi-atom-input {
  /* Hide the default increment/decrement spinners in WebKit-based browsers for number types */
  /* Hide the default increment/decrement spinners in Firefox */
}
.vi-atom-input[type="text"],
.vi-atom-input[type="number"],
.vi-atom-input[type="password"] {
  display: block;
  border-radius: 4px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: normal;
  /* fixes chrome placeholder vertical alignment */
  font-weight: 400;
  background: #fff;
  color: #47505D;
  border: 1px solid #CDD2D9;
  padding: 3px 3px 3px 10px;
  box-sizing: border-box;
}
.vi-atom-input[type="number"]::-webkit-inner-spin-button,
.vi-atom-input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.vi-atom-input[type="number"] {
  -moz-appearance: textfield;
}

.vi-atom-button {
  font-family: inherit;
  text-align: left;
  text-decoration: none;
  background: #FFFFFF;
  color: #47505d;
  border: solid 1px #cdd2d9;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  padding: 0 15px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*
  COLOR PALETTE
*/
/*
  DIMENSIONS
*/
/*
  TYPOGRAPHY
*/
/*
  APPLICATIONS
*/
.vi-atom-button-icon {
  font-size: large;
}
.vi-atom-button-icon-light {
  color: rgba(90, 105, 128, 0.6);
}

.vi-atom-circle-loader {
  width: 0;
  height: 0;
  padding: 0;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  border-top: 9px solid #999;
  border-right: 9px solid #ccc;
  border-bottom: 9px solid #999;
  border-left: 9px solid #ccc;
  animation-direction: normal;
  animation-duration: 1.791s;
  animation-name: vi-atom-circle-loader-rotate-animation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-play-state: running;
}
@keyframes vi-atom-circle-loader-rotate-animation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.vi-atom-page-content {
  display: flex;
  flex-flow: column;
  height: 100%;
  background: #FFFFFF;
}
.vi-atom-page-content .page-section {
  flex: 1;
  position: relative;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}

.vi-atom-select-checkboxes {
  position: relative;
}
.vi-atom-select-checkboxes-input {
  display: flex;
  width: 100%;
  height: 32px;
  font-size: 14px;
  z-index: 1;
  font-weight: 400;
  background: #fff;
  color: #47505D;
  border-radius: 4px;
  border: 1px solid #CDD2D9;
}
.vi-atom-select-checkboxes-label {
  flex: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.vi-atom-select-checkboxes-label-placeholder {
  padding-left: 10px;
}
.vi-atom-select-checkboxes-label-multiselect-overflow-sensor {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible;
}
.vi-atom-select-checkboxes-label-multiselect-overflow-sensor.overflow {
  visibility: hidden;
}
.vi-atom-select-checkboxes-label-multiselect-overflow-placeholder {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: hidden;
}
.vi-atom-select-checkboxes-label-multiselect-overflow-placeholder.overflow {
  visibility: visible;
}
.vi-atom-select-checkboxes-icon {
  flex: 1;
  min-width: 32px;
  max-width: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.vi-atom-select-checkboxes-icon:hover {
  background-color: #f2f2f2;
}
.vi-atom-select-checkboxes-icon:before {
  line-height: 30px;
  height: 30px;
  width: 32px;
}
.vi-atom-select-checkboxes-container {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  display: block;
  border: 1px solid #dde1e6;
}
.vi-atom-select-checkboxes-container-ul {
  margin: 0;
  padding: 0;
}
.vi-atom-select-checkboxes-container-li {
  list-style: none;
  padding: 7px;
  margin: 0 8px;
  color: gray;
  cursor: pointer;
}
.vi-atom-select-checkboxes-container-li:first-child {
  margin-top: 8px;
}
.vi-atom-select-checkboxes-container-li:last-child {
  margin-bottom: 8px;
}
.vi-atom-select-checkboxes-container-li:hover {
  background-color: #f2f2f2;
}
.vi-atom-select-checkboxes-container-checkbox {
  margin-right: 8px!important;
}
.vi-atom-select-checkboxes-container-header {
  padding: 10px;
  border-bottom: 1px solid #dde1e6;
}
.vi-atom-select-checkboxes-container-footer {
  padding: 5px;
  border-top: 1px solid #dde1e6;
}
.vi-atom-select-checkboxes-container-footer-default {
  font-weight: 400;
  padding: 5px;
}

.field-error {
  display: inline-block !important;
  width: 100%;
}
.include-field-error {
  white-space: nowrap !important;
}

.error-icon {
  display: inline-block;
  width: 14px;
  height: 32px;
  font-size: 0;
  vertical-align: top;
  padding-top: 8px;
  margin-left: 4px;
}
.error-icon.right {
  margin-left: 10px;
}
.error-icon .trigger-icon {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 10px;
  background-color: #FF4141;
  color: #FFF;
}
.details-form__value .error-icon {
  width: 18px;
  padding-top: 7px;
  position: absolute;
  margin-left: -28px;
}
.details-form__value .error-icon.right {
  margin-left: 10px;
}
.details-form__value .error-icon .trigger-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 18px;
}
.error-icon-popover-general-template .popover-v2 {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.23);
  background-color: #ff4141;
  margin-bottom: 0;
}
.error-icon-popover-general-template.awlAbsoluteAbsoluteAbsoluteContainerV3.awlAbsoluteAbsoluteAbsoluteContainerV3 .awlArrow.above {
  border-color: #ff4141;
  background-color: #ff4141;
  filter: none;
}
.error-icon-popover-content-template {
  color: white;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  font-family: Tahoma, Helvetica, sans-serif;
  border: none;
  max-width: 324px;
  white-space: normal;
}

.awlTeeNumberElement {
  display: inline-block;
  border: 1px solid #000;
  height: 18px;
  overflow: hidden;
  width: 18px;
  padding: 0;
  line-height: 16px;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}

.awl-int-spinner.ais-root {
  height: 32px;
  width: 100px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #ced3da;
  border-radius: 4px;
  position: relative;
}
.awl-int-spinner.ais-root:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}
.awl-int-spinner.focused {
  border: 1px solid var(--a9-module-color);
}
.awl-int-spinner.compact {
  width: 58px;
}
.awl-int-spinner.compact > .ais-action {
  width: 16px;
  font-size: 12px;
}
.awl-int-spinner.compact > .ais-text {
  left: 20px;
  right: 20px;
}
.awl-int-spinner > .ais-action {
  display: block;
  width: 26px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 16px;
  position: absolute;
  top: 0;
  background: #fff;
  color: #47505D;
  font-weight: 600;
}
.awl-int-spinner > .ais-action.disabled {
  background: #ced3da !important;
}
.awl-int-spinner > .ais-action-minus {
  left: 0;
  border-right: 1px solid #CDD2D9;
}
.awl-int-spinner > .ais-action-plus {
  right: 0;
  border-left: 1px solid #CDD2D9;
}
.awl-int-spinner > .ais-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  right: 26px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.awl-int-spinner > .ais-text > input {
  border: none;
  border-radius: none;
  text-align: center;
  padding: 0;
  line-height: 30px;
  height: 30px;
  width: 100%;
  background: none;
}
.awl-int-spinner.state-disabled > .ais-text > input {
  color: #a5adba;
}

/* double class selector for higher priority over other rules*/
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input {
  position: relative;
  display: block;
  height: 32px;
  /* for backwards compat */
  /* for backwards compat 2*/
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input > .i-loupe {
  position: absolute;
  top: 5px;
  right: 6px;
  line-height: 17px;
  height: 18px;
  z-index: 10;
  font-size: 16px;
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input > .i-search {
  position: absolute;
  top: 8px;
  right: 9px;
  line-height: 16px;
  height: 16px;
  z-index: 10;
  font-size: 16px;
  color: #6b788d;
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input > .nice-input-icon {
  position: absolute;
  top: 8px;
  right: 9px;
  line-height: 16px;
  height: 16px;
  z-index: 10;
  font-size: 16px;
  color: #6b788d;
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input > input {
  line-height: 18px;
  padding-right: 28px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input .multi-items {
  height: 40px;
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input input::-ms-clear {
  width: 0;
  height: 0;
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input > .nice-static-filed {
  padding-right: 32px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  display: block;
  border-radius: 4px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #47505D;
  border: 1px solid #CDD2D9;
  padding: 3px 32px 3px 13px;
  line-height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  white-space: nowrap;
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input > .nice-static-filed[disabled] {
  background: #EEF2F6;
  color: #9CA5B3;
  border: 1px solid #CDD2D9;
}
/* 2017-06-26 TMax copied from static less these rules should override rules above */
/* selector explains himself */
/* double class selector for higher priority over other rules*/
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input {
  position: relative;
  display: block;
  /* for backwards compat */
  /* for backwards compat 2*/
  /* it is repeat */
  /*
  >input {line-height:18px;padding-right:28px;overflow:hidden;width:100%;text-overflow:ellipsis;box-sizing:border-box;}
*/
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input > .i-loupe {
  position: absolute;
  top: 5px;
  right: 6px;
  line-height: 17px;
  height: 18px;
  z-index: 10;
  font-size: 16px;
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input > .i-search {
  position: absolute;
  top: 8px;
  right: 9px;
  line-height: 16px;
  height: 16px;
  z-index: 10;
  font-size: 16px;
  color: #6b788d;
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input > .nice-input-icon {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-align: center;
  z-index: 5;
  font-size: 16px;
  color: #6b788d;
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input .multi-items {
  height: 40px;
}
.temp-nice-looking-search-text-input.temp-nice-looking-search-text-input input::-ms-clear {
  width: 0;
  height: 0;
}

/* double class selector for higher priority over other rules*/
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input {
  position: relative;
  display: block;
  height: 32px;
  /* for backwards compat */
  /* for backwards compat 2*/
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input > .i-loupe {
  position: absolute;
  top: 5px;
  right: 6px;
  line-height: 17px;
  height: 18px;
  z-index: 10;
  font-size: 16px;
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input > .i-search {
  position: absolute;
  top: 8px;
  right: 9px;
  line-height: 16px;
  height: 16px;
  z-index: 10;
  font-size: 16px;
  color: #6b788d;
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input > .unique-input-icon-search {
  position: absolute;
  top: 8px;
  right: 9px;
  line-height: 16px;
  height: 16px;
  z-index: 10;
  font-size: 16px;
  color: #6b788d;
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input > input {
  line-height: 18px;
  padding-right: 28px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input .multi-items {
  height: 40px;
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input input::-ms-clear {
  width: 0;
  height: 0;
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input > .nice-static-field {
  padding-right: 32px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  display: block;
  border-radius: 4px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #47505D;
  border: 1px solid #CDD2D9;
  padding: 3px 32px 3px 13px;
  line-height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  white-space: nowrap;
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input > .nice-static-field[disabled] {
  background: #EEF2F6;
  color: #9CA5B3;
  border: 1px solid #CDD2D9;
}
/* double class selector for higher priority over other rules*/
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input {
  position: relative;
  display: block;
  /* for backwards compat */
  /* for backwards compat 2*/
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input > .i-loupe {
  position: absolute;
  top: 5px;
  right: 6px;
  line-height: 17px;
  height: 18px;
  z-index: 10;
  font-size: 16px;
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input > .i-search {
  position: absolute;
  top: 8px;
  right: 9px;
  line-height: 16px;
  height: 16px;
  z-index: 10;
  font-size: 16px;
  color: #6b788d;
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input > .unique-input-icon-search {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 32px;
  height: 32px;
  width: 36px;
  text-align: center;
  padding: 0 10px;
  z-index: 5;
  font-size: 16px;
  color: #ffffff;
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input .multi-items {
  height: 40px;
}
.unique-nice-looking-search-text-input.unique-nice-looking-search-text-input input::-ms-clear {
  width: 0;
  height: 0;
}

.awl-required-icon {
  display: inline-block;
  margin: 0 0 0 3px;
  color: #82d7f0;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}


.awl-spinner-icon {
  width: 0px;
  height: 0px;
  padding: 0;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  border-top: 9px solid #999;
  border-right: 9px solid #ccc;
  border-bottom: 9px solid #999;
  border-left: 9px solid #ccc;
  animation-direction: normal;
  animation-duration: 1.791s;
  animation-name: awl-spinner-icon-rotate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-play-state: running;
}
@keyframes awl-spinner-icon-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.awl-amount-range-popup {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.awl-amount-range-popup > .popup-layout {
  table-layout: auto;
  border-collapse: collapse;
}
.awl-amount-range-popup > .popup-layout > tbody > tr > td {
  vertical-align: top;
  padding: 0;
}
.awl-amount-range-popup > .popup-layout > tbody > tr > td .awl-amount-label {
  font-size: 12px;
}
.awl-amount-range-popup > .popup-layout > tbody > tr > td > input {
  width: 100px;
}
.awl-amount-range-popup > .popup-layout > tbody > tr > td:nth-child(1) {
  padding: 10px;
}
.awl-amount-range-popup > .popup-layout > tbody > tr > td:nth-child(2) {
  padding: 10px;
}
.awl-amount-range-popup > .popup-footer {
  height: 52px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background-color: #eef2f6;
}
.awl-amount-range-popup > .popup-footer button:first-child {
  margin-right: 10px;
}

.comp.back-button {
  color: #707d91;
  font-size: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.comp.back-button:hover {
  background: #e2e9ef;
  border-radius: 50%;
  color: #333d4c;
}

.awl-tick {
  cursor: default;
  display: inline-block;
  margin: 0;
  font-weight: normal;
  height: 16px;
  width: 16px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 3px;
  font-style: normal;
  text-align: center;
  text-indent: 0;
  position: relative;
  vertical-align: middle;
}
.awl-tick::before {
  margin-top: 1px;
  /* works with vertical-align middle */
  visibility: hidden;
  display: block;
  font-family: 'a9-font';
  content: "\e859";
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.awl-tick.checked {
  background: #999;
}
.awl-tick.checked::before {
  visibility: visible;
}

.comp.checkbox.radio {
  border-radius: 50%;
}
.comp.checkbox.checkbox-disabled {
  border-color: #bfbfbf;
}
.comp.checkbox.checkbox-disabled.checked {
  background-color: #808080;
}
.checkbox {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  height: 15px;
  width: 15px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 2px;
  font-style: normal;
  text-align: center;
  text-indent: 0;
  position: relative;
  vertical-align: middle;
}
.checkbox::before {
  /*		visibility: hidden;*/
  opacity: 0;
  display: block;
  font-family: 'a9-font';
  content: "\e859";
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 0;
  /* works with vertical-align middle */
  left: -1px;
  width: 15px;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
  transition: opacity 0.2s linear;
}
.checkbox.checked {
  background: #999;
}
.checkbox.checked::before {
  opacity: 1;
}
.checkbox[type="radio"],
.checkbox[type="uncheckable-radio"] {
  border-radius: 50%;
}
.checkbox[type="radio"]::before,
.checkbox[type="uncheckable-radio"]::before {
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  display: block;
  content: '';
  border-radius: 50%;
  background: #999;
  border: 2px solid #fff;
  margin: 0 0 0 0;
}
.checkbox[disabled="disabled"] {
  cursor: default;
  background-color: #cdd2d9 !important;
  border-color: #cdd2d9 !important;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.awl-select-mk2 {
  position: relative;
}
.awl-select-mk2 > .awl-select-icon-loading {
  display: none;
}
.awl-select-mk2 span[ng-model="value-text"] {
  background: #fff;
  color: #47505D;
  border: 1px solid #CDD2D9;
}
.awl-select-mk2.state-empty span[ng-model="value-text"] {
  background: #fff;
  color: #7B8799;
  border: 1px solid #CDD2D9;
}
.awl-select-mk2.state-open span[ng-model="value-text"],
.awl-select-mk2.state-focused span[ng-model="value-text"] {
  background: #fff;
  color: #47505D;
  border: 1px solid #4298FB;
}
.awl-select-mk2.state-loading .nice-input-icon {
  display: none;
}
.awl-select-mk2.state-loading .awl-select-icon-loading {
  z-index: 15;
  position: absolute;
  top: 0;
  right: 9px;
  display: block;
}
.awl-select-mk2.state-disabled span[ng-model="value-text"] {
  background: #EEF2F6;
  color: #9CA5B3;
  border: 1px solid #CDD2D9;
}
.awl-select-mk2-custom-template {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  background: #fff;
  color: #47505D;
}
.awl-select-mk2.state-disabled .awl-select-mk2-custom-template {
  background: #EEF2F6;
  color: #9CA5B3;
}
.awl-select-mk2-popup > .popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.awl-select-mk2-popup > .popup-layout .common-list-item {
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awl-select-mk2-popup > .popup-layout .common-list-item:hover {
  background-color: #EEF2F6;
}
.awl-select-mk2-popup > .popup-layout .common-list-item.selected {
  background-color: #EEF2F6;
}
.awl-select-mk2-popup > .popup-layout .common-list-item.disabled {
  color: #C2C9D6;
}
.awl-select-mk2-popup > .popup-layout .list-item {
  display: block;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awl-select-mk2-popup > .popup-layout .list-item:hover {
  background-color: #EEF2F6;
}
.awl-select-mk2-popup > .popup-layout .list-item.selected {
  background-color: #EEF2F6;
}
.awl-select-mk2-popup > .popup-layout .list-item.disabled {
  color: #C2C9D6;
}
.awl-select-mk2-popup > .popup-layout .list-item.heading {
  display: flex;
  justify-content: space-between;
}
.awl-select-mk2-popup > .popup-layout .sub-list-container .sub-list-item {
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
}
.awl-select-mk2-popup > .popup-layout .sub-list-container .sub-list-item:hover {
  background-color: #EEF2F6;
}
.awl-select-mk2-popup > .popup-layout .sub-list-container .sub-list-item.selected {
  background-color: #EEF2F6;
}
.awl-select-mk2-popup > .popup-layout .sub-list-container .sub-list-item.disabled {
  color: #C2C9D6;
}
.awl-select-mk2-popup > .popup-layout .sub-list-container.show-list {
  display: block !important;
}
.awl-select-mk2-popup > .popup-layout .sub-list-container.hide-list {
  display: none !important;
}
.awl-select-mk2-popup > .popup-layout.ps--active-y .list-item {
  padding: 0 24px 0 10px;
}

/* double selector notation to make its priority a bit higher over selectors same level */
/* reset all properties which can be received from page-[app] classes */
/* we are should be only positioning container, no decoration at all */
.awlAbsoluteAbsoluteAbsoluteContainer.awlAbsoluteAbsoluteAbsoluteContainer {
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
}

/* double selector notation to make its priority a bit higher over selectors same level */
/* reset all properties which can be received from page-[app] classes */
/* we are should be only positioning container, no decoration at all */
.awlAbsoluteAbsoluteAbsoluteContainerV2.awlAbsoluteAbsoluteAbsoluteContainerV2 {
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-app-region: no-drag;
}
.awlAbsoluteAbsoluteAbsoluteContainerV2.awlAbsoluteAbsoluteAbsoluteContainerV2.awlAbsoluteAbsoluteAbsoluteContainerV2Invisible {
  transition: opacity 0.3s linear;
  opacity: 0;
}

/* double selector notation to make its priority a bit higher over selectors same level */
/* reset all properties which can be received from page-[app] classes */
/* we are should be only positioning container, no decoration at all */
.awlAbsoluteAbsoluteAbsoluteContainerV3.awlAbsoluteAbsoluteAbsoluteContainerV3 {
  padding: 0 !important;
  box-shadow: none;
  border: none !important;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-app-region: no-drag;
}
.awlAbsoluteAbsoluteAbsoluteContainerV3.awlAbsoluteAbsoluteAbsoluteContainerV3.awlAbsoluteAbsoluteAbsoluteContainerV3Invisible {
  transition: opacity 0.3s linear;
  opacity: 0;
}
.awlAbsoluteAbsoluteAbsoluteContainerV3.awlAbsoluteAbsoluteAbsoluteContainerV3.box-shadow {
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.awlAbsoluteAbsoluteAbsoluteContainerV3.awlAbsoluteAbsoluteAbsoluteContainerV3 .awlArrow {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  display: inline-block;
  border-top: 1px solid #dde1e6;
  border-left: 1px solid #dde1e6;
}
.awlAbsoluteAbsoluteAbsoluteContainerV3.awlAbsoluteAbsoluteAbsoluteContainerV3 .awlArrow.below {
  bottom: auto;
  top: -5px;
  transform: rotate(45deg);
}
.awlAbsoluteAbsoluteAbsoluteContainerV3.awlAbsoluteAbsoluteAbsoluteContainerV3 .awlArrow.above {
  top: auto;
  bottom: -5px;
  transform: rotate(-135deg);
  background-color: #eef2f6;
}
.awlAbsoluteAbsoluteAbsoluteContainerV3.awlAbsoluteAbsoluteAbsoluteContainerV3 .awlArrow.left {
  right: 10px;
  left: auto;
}
.awlAbsoluteAbsoluteAbsoluteContainerV3.awlAbsoluteAbsoluteAbsoluteContainerV3 .awlArrow.right {
  right: auto;
  left: 10px;
}
.awlAbsoluteAbsoluteAbsoluteContainerV3.awlAbsoluteAbsoluteAbsoluteContainerV3 .suggest-menu {
  border: none;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.awl-datepicker-disabled-day {
  background: rgba(207, 218, 229, 0.3) !important;
  color: #8B95B1 !important;
  cursor: default !important;
  font-weight: 400 !important;
}
.awl-datepicker-disabled-day:hover {
  color: #8B95B1 !important;
}
.awl-datepick-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  font-size: 14px;
  z-index: 1;
  /* disabled at the end - to override state-value and others statuses */
}
.awl-datepick-wrap .awl-datepick-focuser {
  width: 0;
  height: 0;
  position: absolute;
}
.awl-datepick-wrap .awl-datepick-view {
  display: block;
  height: 32px;
  width: 100%;
  line-height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  padding: 0 32px 0 0;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  color: #7B8799;
  border: 1px solid #CDD2D9;
}
.awl-datepick-wrap .awl-datepick-view .awl-datepick-view-text {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 0px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  background: none;
  color: inherit;
  width: 100%;
}
.awl-datepick-wrap .awl-datepick-view .awl-datepick-view-text::-ms-clear {
  width: 0;
  height: 0;
}
.awl-datepick-wrap .awl-datepick-view .awl-datepick-icon {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 6;
  color: #5a6980;
}
.awl-datepick-wrap .awl-datepick-view .awl-datepick-icon::before {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
}
.awl-datepick-wrap .awl-datepick-view .awl-datepick-icon:hover {
  background-color: #f2f2f2;
}
.awl-datepick-wrap.state-focus .awl-datepick-view {
  background: #fff;
  color: #47505D;
  border: 1px solid #4298FB;
}
.awl-datepick-wrap.state-opened .awl-datepick-view {
  background: #fff;
  color: #47505D;
  border: 1px solid #4298FB;
}
.awl-datepick-wrap.state-has-value .awl-datepick-view {
  background: #fff;
  color: #47505D;
  border: 1px solid #CDD2D9;
}
.awl-datepick-wrap[disabled] .awl-datepick-view {
  background: #EEF2F6;
  color: #9CA5B3;
  border: 1px solid #CDD2D9;
}
.awl-datepick-popup:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  display: inline-block;
  border-top: 1px solid #dde1e6;
  border-left: 1px solid #dde1e6;
}
.awl-position-v2-below > .awl-datepick-popup:before {
  top: -6px;
  right: 10px;
  transform: rotate(45deg);
}
.awl-position-v2-above > .awl-datepick-popup:before {
  bottom: -6px;
  right: 10px;
  transform: rotate(-135deg);
}
.awl-datepick-popup {
  position: absolute;
  z-index: 1;
  /*z-index to be set in directive */
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.awl-datepick-popup.awl-datepick-preset-birthday .awl-datepick-action-today {
  display: none;
}
.awl-datepick-popup table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}
.awl-datepick-popup .awl-datepick-nav {
  position: relative;
  height: 46px;
  font-size: 14px;
  color: #333D4C;
}
.awl-datepick-popup .awl-datepick-nav-prev,
.awl-datepick-popup .awl-datepick-nav-next {
  position: absolute;
  top: 14px;
  width: 41px;
  height: 26px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}
.awl-datepick-popup .awl-datepick-nav-prev {
  left: 0;
}
.awl-datepick-popup .awl-datepick-nav-next {
  right: 0;
}
.awl-datepick-popup .awl-datepick-nav-text {
  display: block;
  padding: 0 42px;
  height: 26px;
  position: relative;
  z-index: 1;
}
.awl-datepick-popup .awl-datepick-nav-text-day,
.awl-datepick-popup .awl-datepick-nav-text-month,
.awl-datepick-popup .awl-datepick-nav-text-year {
  position: absolute;
  top: 10px;
  text-align: center;
  border: 1px solid #d7dbe0;
  height: 26px;
  line-height: 24px;
  cursor: pointer;
}
.awl-datepick-popup .awl-datepick-nav-text-day:hover,
.awl-datepick-popup .awl-datepick-nav-text-month:hover,
.awl-datepick-popup .awl-datepick-nav-text-year:hover {
  background: rgba(139, 149, 177, 0.2);
}
.awl-datepick-popup .awl-datepick-nav-text-day {
  width: 60px;
  left: 42px;
}
.awl-datepick-popup .awl-datepick-nav-text-month {
  left: 112px;
  right: 112px;
}
.awl-datepick-popup .awl-datepick-nav-text-year {
  width: 60px;
  right: 42px;
}
.awl-datepick-popup .awl-datepick-footer {
  height: 50px;
  display: flex;
  line-height: 45px;
  padding: 10px 10px 10px 0;
  justify-content: flex-end;
}
.awl-datepick-popup .awl-datepick-footer > button {
  display: block;
  cursor: pointer;
  margin-left: 10px;
}
.awl-datepick-popup .awl-datepick-action-today {
  margin-right: auto;
}
.awl-datepick-popup .awl-datepick-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 28px;
  height: 25px;
  line-height: 25px;
  text-align: right;
  font-size: 16px;
  cursor: pointer;
  color: #5A6980;
}
.awl-datepick-popup.inline {
  border: none;
  border-radius: 0;
  position: relative;
  box-shadow: none;
}
.awl-datepick-popup.inline::before {
  display: none;
}
.awl-datepick-block.type-day {
  position: relative;
  height: 162px;
  width: 329px;
  font-size: 14px;
}
.awl-datepick-block.type-day > div {
  position: absolute;
  width: 42px;
  height: 28px;
  text-align: center;
  z-index: 1;
  line-height: 26px;
  border-top: 1px solid rgba(90, 105, 128, 0.4);
  border-left: 1px solid rgba(90, 105, 128, 0.4);
  background-color: #fff;
}
.awl-datepick-block.type-day .awl-row0 {
  top: 0;
  height: 27px;
}
.awl-datepick-block.type-day .awl-row1 {
  top: 27px;
}
.awl-datepick-block.type-day .awl-row2 {
  top: 54px;
}
.awl-datepick-block.type-day .awl-row3 {
  top: 81px;
}
.awl-datepick-block.type-day .awl-row4 {
  top: 108px;
}
.awl-datepick-block.type-day .awl-row5 {
  top: 135px;
}
.awl-datepick-block.type-day .awl-row6 {
  top: 162px;
}
.awl-datepick-block.type-day .awl-col0 {
  left: 0;
}
.awl-datepick-block.type-day .awl-col1 {
  left: 41px;
}
.awl-datepick-block.type-day .awl-col2 {
  left: 82px;
}
.awl-datepick-block.type-day .awl-col3 {
  left: 123px;
}
.awl-datepick-block.type-day .awl-col4 {
  left: 164px;
}
.awl-datepick-block.type-day .awl-col5 {
  left: 205px;
}
.awl-datepick-block.type-day .awl-col6 {
  left: 246px;
}
.awl-datepick-block.type-day .awl-col7 {
  left: 287px;
}
.awl-datepick-block.type-day .awl-col0 {
  border-left: 1px solid rgba(90, 105, 128, 0.4);
  background: rgba(139, 149, 177, 0.2);
  color: #333d4c;
}
.awl-datepick-block.type-day .awl-row0 {
  background: #8B95B1;
  color: #fff;
  border: none;
}
.awl-datepick-block.type-day .awl-col0.awl-row0 {
  border-bottom: 1px solid rgba(139, 149, 177, 0.2);
}
.awl-datepick-block.type-day .awl-row1 {
  border-top: none;
}
.awl-datepick-block.type-day .awl-col7 {
  border-right: 1px solid rgba(90, 105, 128, 0.4);
}
.awl-datepick-block.type-day .awl-value-selectable {
  cursor: pointer;
}
.awl-datepick-block.type-day .awl-value-selectable:hover {
  background: #999;
  color: #fff;
}
.awl-datepick-block.type-day .day-not-inmonth.day-not-inmonth {
  background: rgba(207, 218, 229, 0.3);
  color: #8B95B1;
  cursor: default;
}
.awl-datepick-block.type-day .day-current.day-current {
  color: #fff;
}
.awl-datepick-block.type-day .day-current.day-current.awl-row1 {
  height: 29px;
  transform: translate(0, -1px);
}
.awl-datepick-block.type-day.type-weeks4 {
  height: 135px;
}
.awl-datepick-block.type-day.type-weeks4 .awl-row4 {
  border-bottom: 1px solid rgba(90, 105, 128, 0.4);
}
.awl-datepick-block.type-day.type-weeks5 {
  height: 162px;
}
.awl-datepick-block.type-day.type-weeks5 .awl-row5 {
  border-bottom: 1px solid rgba(90, 105, 128, 0.4);
}
.awl-datepick-block.type-day.type-weeks6 {
  height: 189px;
}
.awl-datepick-block.type-day.type-weeks6 .awl-row6 {
  border-bottom: 1px solid rgba(90, 105, 128, 0.4);
}
.awl-datepick-block.type-month {
  position: relative;
  height: 82px;
  width: 329px;
  font-size: 14px;
}
.awl-datepick-block.type-month > div {
  position: absolute;
  width: 82px;
  height: 28px;
  text-align: center;
  z-index: 1;
  line-height: 26px;
  border-top: 1px solid rgba(90, 105, 128, 0.4);
  border-left: 1px solid rgba(90, 105, 128, 0.4);
  background-color: #fff;
}
.awl-datepick-block.type-month .awl-row0 {
  top: 0;
}
.awl-datepick-block.type-month .awl-row1 {
  top: 27px;
}
.awl-datepick-block.type-month .awl-row2 {
  top: 54px;
}
.awl-datepick-block.type-month .awl-col0 {
  left: 1px;
}
.awl-datepick-block.type-month .awl-col1 {
  left: 82px;
}
.awl-datepick-block.type-month .awl-col2 {
  left: 163px;
}
.awl-datepick-block.type-month .awl-col3 {
  left: 244px;
  border-right: 1px solid rgba(90, 105, 128, 0.4);
}
.awl-datepick-block.type-month .awl-col3 {
  width: 83px;
}
.awl-datepick-block.type-month .awl-row2 {
  border-bottom: 1px solid rgba(90, 105, 128, 0.4);
}
.awl-datepick-block.type-month .awl-selected-square {
  border: 1px solid !important;
  z-index: 2;
}
.awl-datepick-block.type-month .awl-selected-square:hover {
  border: none !important;
}
.awl-datepick-block.type-month .awl-value-selectable {
  cursor: pointer;
}
.awl-datepick-block.type-month .awl-value-selectable:hover {
  background: #999;
  color: #fff;
}
.awl-datepick-block.type-month .awl-month-current.awl-month-current {
  background: #999;
  color: #fff;
}
.awl-datepick-block.type-year {
  position: relative;
  height: 82px;
  width: 329px;
  font-size: 14px;
}
.awl-datepick-block.type-year > div {
  position: absolute;
  width: 82px;
  height: 28px;
  text-align: center;
  z-index: 1;
  line-height: 26px;
  border-top: 1px solid rgba(90, 105, 128, 0.4);
  border-left: 1px solid rgba(90, 105, 128, 0.4);
  background-color: #fff;
}
.awl-datepick-block.type-year .awl-row0 {
  top: 0;
}
.awl-datepick-block.type-year .awl-row1 {
  top: 27px;
}
.awl-datepick-block.type-year .awl-row2 {
  top: 54px;
}
.awl-datepick-block.type-year .awl-col0 {
  left: 1px;
}
.awl-datepick-block.type-year .awl-col1 {
  left: 82px;
}
.awl-datepick-block.type-year .awl-col2 {
  left: 163px;
}
.awl-datepick-block.type-year .awl-col3 {
  left: 244px;
  border-right: 1px solid rgba(90, 105, 128, 0.4);
}
.awl-datepick-block.type-year .awl-col3 {
  width: 83px;
}
.awl-datepick-block.type-year .awl-row2 {
  border-bottom: 1px solid rgba(90, 105, 128, 0.4);
}
.awl-datepick-block.type-year .awl-selected-square {
  border: 1px solid !important;
  z-index: 2;
}
.awl-datepick-block.type-year .awl-selected-square:hover {
  border: none !important;
}
.awl-datepick-block.type-year .awl-value-selectable {
  cursor: pointer;
}
.awl-datepick-block.type-year .awl-value-selectable:hover {
  background: #999;
  color: #fff;
}
.awl-datepick-block.type-year .awl-year-current.awl-year-current {
  background: #999;
  color: #fff;
}
.awl-date-month-days {
  width: 100%;
}
.awl-date-month-days > table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.awl-date-month-days > table th,
.awl-date-month-days > table td {
  height: 27px;
  width: 35px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  font-size: 14px;
}
.awl-date-month-days > table > thead > tr > th {
  background: #959fb7;
  color: #fff;
  border: 1px solid #959fb7;
}
.awl-date-month-days > table > tbody > tr > th {
  background: #959fb7;
  border: 1px solid #959fb7;
  color: #fff;
}
.awl-date-month-days > table > tbody > tr > td {
  border: 1px solid #dde3e8;
  background: #fff;
  color: #69707d;
}
.awl-datepick-today.day-current {
  color: black !important;
}

.awl-datepicker-range.adr-root {
  position: relative;
  z-index: 1;
}
.awl-datepicker-range-selection-cont {
  position: relative;
}
.awl-datepicker-range-selection-cont .awl-datepicker-range-selection {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  border: 1px solid !important;
}
.awl-datepicker-range-selection-cont .awl-datepicker-range-selection:hover {
  border: none !important;
}
.awl-datepicker-range-today.start {
  color: black !important;
}
.awl-datepicker-range-today.end {
  color: black !important;
}
.awl-button.awl-icon-small.i-expandarrow2.daterange-arrow-inactive {
  color: #9CA5B3;
  background-color: transparent;
}
.awl-datepicker-range-popup {
  width: 750px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px solid #dde1e6;
}
.awl-datepicker-range-popup .adr-popup-layout {
  position: relative;
  display: flex;
  flex-direction: row;
}
.awl-datepicker-range-popup .adr-buttons {
  flex: 0 0 150px;
  padding: 10px;
  width: 150px;
  border-right: solid 1px #dde1e6;
  min-height: 294px;
}
.awl-datepicker-range-popup .adr-buttons .awl-button {
  width: 100%;
  display: block;
  margin: 0 0 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.awl-datepicker-range-popup .adr-buttons .awl-button.active {
  background-color: #EEF2F6;
  border-width: 2px;
  line-height: 28px;
}
.awl-datepicker-range-popup .adr-buttons .awl-button:last-child {
  margin-bottom: 0;
}
.awl-datepicker-range-popup .adr-dateview {
  flex: 1;
  padding: 0 10px;
}
.awl-datepicker-range-popup .adr-popup-footer {
  height: 52px;
  text-align: right;
  padding: 10px;
  border-radius-bottom-left: 4px;
  border-radius-bottom-right: 4px;
  background-color: #eef2f6;
}
.adr-dateview .date-period-controls {
  padding: 10px 0 10px 0;
  text-align: center;
}
.adr-dateview .date-period-controls .date-range-arrow {
  line-height: 14px;
  position: relative;
  bottom: 1px;
}
.adr-dateview .date-period-controls .date-range-text {
  font-weight: bold;
  font-size: 16px;
  color: #47505d;
  white-space: nowrap;
}
.adr-dateview .date-period-controls .span-clear-dialog {
  font-weight: 600;
  padding: 0 10px 0 10px;
}
.adr-dateview .title-view {
  padding: 10px 0;
}
.adr-dateview .title-view table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.adr-dateview .title-view table td:nth-child(1) {
  padding: 0 5px 0 0;
}
.adr-dateview .title-view table td:nth-child(2) {
  padding: 0 0 0 5px;
}
.adr-dateview .day-view {
  height: 190px;
}
.adr-dateview .day-view > table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.adr-dateview .day-view > table > tbody > tr > td {
  vertical-align: top;
}
.adr-dateview .day-view > table > tbody > tr > td:nth-child(1) {
  padding: 0 5px 0 0;
}
.adr-dateview .day-view > table > tbody > tr > td:nth-child(2) {
  padding: 0 0 0 5px;
}
.adr-dateview .month-view {
  height: 190px;
}
.adr-dateview .month-view > table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.adr-dateview .month-view > table > tbody > tr > td {
  text-align: center;
  border: 1px solid #dde3e8;
  height: 45px;
}
.adr-dateview .month-view > table > tbody > tr > td.ololo-disabled {
  background: #f6f7f9 !important;
  color: #c3cad4 !important;
  cursor: default !important;
}
.adr-dateview .year-view {
  height: 190px;
}
.adr-dateview .year-view > table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.adr-dateview .year-view > table > tbody > tr > td {
  text-align: center;
  border: 1px solid #dde3e8;
  height: 32px;
}
.adr-dateview .year-view > table > tbody > tr > td.ololo-disabled {
  background: #f6f7f9 !important;
  color: #c3cad4 !important;
  cursor: default !important;
}
.adr-dateview .date-title {
  margin: 0 0 0 0;
  height: 32px;
  position: relative;
}
.adr-dateview .date-title > .year {
  float: left;
  display: block;
  border: 1px solid #dde3e8;
  border-radius: 4px;
  height: 32px;
  width: 100px;
  line-height: 30px;
  text-align: center;
}
.adr-dateview .date-title > .month {
  float: left;
  width: 145px;
  display: block;
  border: 1px solid #dde3e8;
  border-radius: 4px;
  height: 32px;
  line-height: 30px;
  text-align: center;
}
.adr-dateview .date-title > .date {
  float: left;
  width: 45px;
  display: block;
  border: 1px solid #dde3e8;
  border-radius: 4px;
  height: 32px;
  line-height: 30px;
  text-align: center;
}
.adr-dateview .date-title .control {
  float: left;
  background: none;
  display: block;
  position: absolute;
  top: 3px;
  color: #333d4c;
}
.adr-dateview .adr-date2 .date-title .control {
  right: -7px;
}
.adr-dateview .adr-date2 .date-title .year,
.adr-dateview .adr-date2 .date-title .month,
.adr-dateview .adr-date2 .date-title .date {
  margin: 0 10px 0 0;
}
.adr-dateview .adr-date1 .date-title {
  float: right;
}
.adr-dateview .adr-date1 .date-title .control {
  right: 267px;
}
.adr-dateview .adr-date1 .date-title .year,
.adr-dateview .adr-date1 .date-title .month,
.adr-dateview .adr-date1 .date-title .date {
  margin: 0 0 0 10px;
}
.adr-dateview .awl-date-month-days > table > tbody > tr > td {
  cursor: pointer;
}
.adr-dateview .awl-date-month-days > table > tbody > tr > td.ololo-disabled {
  background: #f6f7f9;
  color: #c3cad4;
  cursor: default;
}
.adr-dateview .awl-date-month-days > table > tbody > tr > td.not_in_month {
  background: #eff4f7;
  color: #acb4c0;
  cursor: default;
}
.adr-dateview .awl-date-month-days > table > tbody > tr > td:hover {
  background: #dde3e8;
}

.awl-multiselect-mk2 {
  position: relative;
}
.awl-multiselect-mk2 .awl-select-mk2-custom-template {
  right: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fix-min-width {
  min-width: 160px;
}
.awl-multiselect-mk2-popup {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  display: block;
}
.awl-multiselect-mk2-popup > .popup-layout .select-all-item {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0 10px 10px;
  line-height: 14px;
}
.awl-multiselect-mk2-popup > .popup-layout .select-all-item.deactivated {
  cursor: default;
  color: #c3cad4 !important;
}
.awl-multiselect-mk2-popup > .popup-layout .list-item {
  height: 32px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #47505d;
  padding: 8px 10px;
  display: flex;
}
.awl-multiselect-mk2-popup > .popup-layout .list-item .checkbox {
  margin-right: 5px;
  vertical-align: top;
  flex-shrink: 0;
}
.awl-multiselect-mk2-popup > .popup-layout .list-item .disabled {
  background-color: #cdd2d9;
  border-color: #cdd2d9;
}
.awl-multiselect-mk2-popup > .popup-layout .list-item.separator {
  padding-top: 14px;
  position: relative;
  height: 38px;
}
.awl-multiselect-mk2-popup > .popup-layout .list-item.separator:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  top: 3px;
  left: 0;
  background: #e4e7eb;
}
.awl-multiselect-mk2-popup > .popup-layout .list-item.section {
  font-weight: 600;
}
.awl-multiselect-mk2-popup > .popup-layout .list-item .multiselect-item-template-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awl-multiselect-mk2-popup > .popup-footer {
  text-align: right;
  padding: 10px;
  background-color: #eef2f6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.awl-multiselect-mk2-popup > .popup-footer button + button {
  margin-left: 20px;
}
.awl-multiselect-mk2-popup > .popup-footer > .awl-button {
  flex: 0 1 auto;
  display: block;
  min-width: 0;
}
.awl-multiselect-mk2-popup > .popup-footer > .awl-button > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.multiselect-button-text {
  font-family: Open Sans !important;
  font-weight: 600 !important;
  font-style: SemiBold !important;
  font-size: 14px !important;
  leading-trim: NONE !important;
  line-height: 20px !important;
  letter-spacing: 0% !important;
  color: var(--Text-Medium, #7b8799) !important;
  padding: 0 15px 0px 0px !important;
}
.multiselect-button-icon {
  padding: 0px 5px 0px 10px;
}
.new-item-input .temp-nice-looking-search-text-input {
  width: 100%;
}
.loader-awl-select {
  margin: auto;
}
.loader-awl-select div {
  height: 20px !important;
}

.awl-datepicker-inline-today.day-current {
  color: black !important;
}

.awlDateTimePickerInline {
  background: #fff;
  width: 550px;
}
.awlDateTimePickerInline > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.awlDateTimePickerInline > table > tbody > tr > td {
  vertical-align: top;
  padding: 10px;
}
.awlDateTimePickerInline > table > tbody > tr > td .value-title {
  height: 32px;
  line-height: 32px;
}
.awlDateTimePickerInline > table > tbody > tr > td:nth-child(1) {
  width: 200px;
  border-right: 1px solid #eef2f6;
}
.awlDateTimePickerInline > table > tbody > tr > td:nth-child(1) input {
  margin-bottom: 10px;
}
.awlDateTimePickerInline > table > tbody > tr > td:nth-child(1) .awl-button {
  margin-bottom: 10px;
}
.awlDateTimePickerInline > table > tbody > tr > td > .date_view {
  padding: 0 0 10px 0;
}
.awlDateTimePickerInline .time_view {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
}
.awlDateTimePickerInline .time_view td {
  padding: 0;
  vertical-align: top;
}


.awl-file-selector-root {
  position: relative;
  /* in a separate rule for less priority */
}
.awl-file-selector-root .awl-file-selector-warning-popup {
  display: none;
}
.awl-file-selector-root.awl-file-selector-error-visible .awl-file-selector-warning-popup {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 28px;
  right: 0px;
  padding: 5px 28px 5px 5px;
  z-index: 100;
  min-height: 28px;
  background: #e40039;
  color: #fff;
}
.awl-file-selector-root.awl-file-selector-error-visible .awl-file-selector-warning-popup:before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid #e40039;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}
.awl-file-selector-root.awl-file-selector-error-visible .awl-file-selector-warning-popup .awl-close-icon {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  font-size: 16px;
}
.awl-file-selector-root > .awl-file-selector-layout {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
}
.awl-file-selector-root > .awl-file-selector-layout > tbody > tr > td {
  padding: 0;
  text-align: left;
}
.awl-file-selector-root > .awl-file-selector-layout > tbody > tr > td:first-child {
  width: 100%;
}
.awl-file-selector-root > .awl-file-selector-layout > tbody > tr > td > .awl-file-selector-button {
  position: relative;
  left: 1px;
  white-space: nowrap;
  margin: 0 0 0 0px;
  padding: 0 10px;
  height: 32px;
}
.awl-file-selector-root > .awl-file-selector-layout > tbody > tr > td > .awl-file-selector-value {
  height: 32px;
  display: block;
  width: 97%;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
}
.awl-file-selector-root .awl-file-selector-warning {
  display: none;
}
.awl-file-selector-root > .awl-file-selector-file {
  display: none;
}
.awl-file-selector-root.awl-file-selector-error .awl-file-selector-value {
  padding-left: 28px !important;
}
.awl-file-selector-root.awl-file-selector-error .awl-file-selector-value .awl-file-selector-warning {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  height: 28px;
  line-height: 26px;
  font-size: 11px;
}
.awl-file-selector-root.awl-file-selector-error .awl-file-selector-value .awl-file-selector-warning .awl-warning-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  line-height: 18px;
  background: #e40039;
  color: #fff;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.awl-button-popup.abp-root {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.awl-button-popup > .abp-icon {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #82d0f6;
  color: #fff;
}
.awl-button-popup > .abp-icon::before {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
}
.awl-button-popup.state-clicked > .abp-icon {
  background: #78b928;
}
.awl-button-popup.state-clicked > .abp-popup {
  display: block;
}
.abp-popup {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
  padding: 15px;
}
.abp-popup::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  padding: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}
.abp-popup > .abp-ok {
  text-align: right;
}
.awl-position-v2-below.awl-position-v2-right > .abp-popup::before {
  top: -3px;
  right: 11px;
  transform: rotate(45deg);
  display: inline-block;
}
.awl-position-v2-below.awl-position-v2-left > .abp-popup::before {
  top: -3px;
  left: 11px;
  transform: rotate(45deg);
  display: inline-block;
}
.awl-position-v2-above.awl-position-v2-left > .abp-popup::before {
  bottom: -3px;
  left: 11px;
  transform: rotate(-135deg);
  display: inline-block;
}
.awl-position-v2-above.awl-position-v2-right > .abp-popup::before {
  bottom: -3px;
  right: 11px;
  transform: rotate(-135deg);
  display: inline-block;
}



.vi-atom-input-tags {
  position: relative;
  display: flex;
  width: 100%;
  font-weight: normal;
  table-layout: fixed;
}
.vi-atom-input-tags .input-tags-search {
  cursor: text;
  border: 1px solid #CDD2D9;
  background-color: #fff;
  border-radius: 4px;
  min-height: 96px;
  margin-right: 10px;
}
.vi-atom-input-tags .input-tags-search-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.vi-atom-input-tags .input-tags-search-list-item {
  font-size: 14px;
  margin: 2px 4px;
  vertical-align: middle;
  white-space: normal;
}
.vi-atom-input-tags .input-tags-search-list-item_selection {
  padding: 0 9px;
  line-height: 26px;
  border-radius: 4px;
  background-color: #969fb8;
  color: #fff;
}
.vi-atom-input-tags .input-tags-search-list-item_selection-remove {
  margin-left: 9px;
}
.vi-atom-input-tags .input-tags-search-list-item_input {
  flex-grow: 1;
  width: 100%;
  position: relative;
}
.vi-atom-input-tags .input-tags-search-list-item_input input {
  padding: 0;
  border: 0;
  width: 100%;
  height: 26px;
}
.vi-atom-input-tags .input-tags-search-list-item_hide {
  position: fixed;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  text-indent: -9999em;
}
.vi-atom-input-tags[disabled="disabled"] .input-tags-search {
  cursor: not-allowed;
  background: #eee;
  border: 1px solid #bdbdbd;
  opacity: 0.5;
}
.vi-atom-input-tags[disabled="disabled"] .input-tags-search-list-item_selection {
  cursor: not-allowed;
  box-shadow: none;
  border-color: transparent;
}
.vi-atom-input-tags[disabled="disabled"] .input-tags-search-list-item_selection-remove {
  visibility: hidden;
}
.vi-atom-input-tags[disabled="disabled"] .input-tags-search-list-item_input input:disabled {
  cursor: not-allowed;
  background: none;
}
.vi-atom-input-tags.limited .input-tags-search,
.vi-atom-input-tags.invalid-item .input-tags-search,
.vi-atom-input-tags.limited .input-tags-dropdown,
.vi-atom-input-tags.invalid-item .input-tags-dropdown {
  border-color: #f1bc28;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 189, 46, 0.6);
}
.vi-atom-input-tags.emptyList .input-tags-dropdown-optgroup-option strong {
  font-weight: normal;
}
.vi-atom-input-tags.loading .input-tags-search-list-item_input:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: top url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAANTU1JSUlGFhYUFBQUVFRW9vb6Kiotzc3KSkpCUlJSkpKTExMTc3Nz8/P2tra7q6uh0dHXNzc+zs7O7u7sLCwoqKilFRUV9fX76+vtDQ0Ds7OxcXF4yMjKqqql1dXX19feLi4oaGhg8PD2lpaZycnGdnZ7a2tkdHRwsLC7CwsJaWlhkZGQcHB+jo6PT09Hl5eYSEhPb29oKCgqioqPr6+vz8/MDAwMrKyvj4+NbW1q6urvDw8NLS0uTk5N7e3s7OzsbGxry8vODg4NjY2PLy8tra2nt7e7S0tLKysk1NTVNTU1tbW2NjY0NDQz09PcTExHd3dzMzM+rq6isrK46OjllZWS0tLR8fH6CgoE9PTxMTE4iIiGVlZTU1NcjIyMzMzObm5ri4uH9/f5KSkp6enldXV5CQkEtLS0lJSSMjI6amphEREQ0NDaysrAUFBZqamicnJxUVFTk5OXV1dS8vLwkJCXFxcSEhIVVVVW1tbYCAgAAAAAAAAAAAACH5BAkKAAAAIf4aQ3JlYXRlZCB3aXRoIGFqYXhsb2FkLmluZm8AIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAAHjYAAgoOEhYUbIykthoUIHCQqLoI2OjeFCgsdJSsvgjcwPTaDAgYSHoY2FBSWAAMLE4wAPT89ggQMEbEzQD+CBQ0UsQA7RYIGDhWxN0E+ggcPFrEUQjuCCAYXsT5DRIIJEBgfhjsrFkaDERkgJhswMwk4CDzdhBohJwcxNB4sPAmMIlCwkOGhRo5gwhIGAgAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYU7A1dYDFtdG4YAPBhVC1ktXCRfJoVKT1NIERRUSl4qXIRHBFCbhTKFCgYjkII3g0hLUbMAOjaCBEw9ukZGgidNxLMUFYIXTkGzOmLLAEkQCLNUQMEAPxdSGoYvAkS9gjkyNEkJOjovRWAb04NBJlYsWh9KQ2FUkFQ5SWqsEJIAhq6DAAIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhQkKE2kGXiwChgBDB0sGDw4NDGpshTheZ2hRFRVDUmsMCIMiZE48hmgtUBuCYxBmkAAQbV2CLBM+t0puaoIySDC3VC4tgh40M7eFNRdH0IRgZUO3NjqDFB9mv4U6Pc+DRzUfQVQ3NzAULxU2hUBDKENCQTtAL9yGRgkbcvggEq9atUAAIfkECQoAAAAsAAAAABAAEAAAB4+AAIKDhIWFPygeEE4hbEeGADkXBycZZ1tqTkqFQSNIbBtGPUJdD088g1QmMjiGZl9MO4I5ViiQAEgMA4JKLAm3EWtXgmxmOrcUElWCb2zHkFQdcoIWPGK3Sm1LgkcoPrdOKiOCRmA4IpBwDUGDL2A5IjCCN/QAcYUURQIJIlQ9MzZu6aAgRgwFGAFvKRwUCAAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYUUYW9lHiYRP4YACStxZRc0SBMyFoVEPAoWQDMzAgolEBqDRjg8O4ZKIBNAgkBjG5AAZVtsgj44VLdCanWCYUI3txUPS7xBx5AVDgazAjC3Q3ZeghUJv5B1cgOCNmI/1YUeWSkCgzNUFDODKydzCwqFNkYwOoIubnQIt244MzDC1q2DggIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhTBAOSgrEUEUhgBUQThjSh8IcQo+hRUbYEdUNjoiGlZWQYM2QD4vhkI0ZWKCPQmtkG9SEYJURDOQAD4HaLuyv0ZeB4IVj8ZNJ4IwRje/QkxkgjYz05BdamyDN9uFJg9OR4YEK1RUYzFTT0qGdnduXC1Zchg8kEEjaQsMzpTZ8avgoEAAIfkECQoAAAAsAAAAABAAEAAAB4iAAIKDhIWFNz0/Oz47IjCGADpURAkCQUI4USKFNhUvFTMANxU7KElAhDA9OoZHH0oVgjczrJBRZkGyNpCCRCw8vIUzHmXBhDM0HoIGLsCQAjEmgjIqXrxaBxGCGw5cF4Y8TnybglprLXhjFBUWVnpeOIUIT3lydg4PantDz2UZDwYOIEhgzFggACH5BAkKAAAALAAAAAAQABAAAAeLgACCg4SFhjc6RhUVRjaGgzYzRhRiREQ9hSaGOhRFOxSDQQ0uj1RBPjOCIypOjwAJFkSCSyQrrhRDOYILXFSuNkpjggwtvo86H7YAZ1korkRaEYJlC3WuESxBggJLWHGGFhcIxgBvUHQyUT1GQWwhFxuFKyBPakxNXgceYY9HCDEZTlxA8cOVwUGBAAA7);
}
.vi-atom-input-tags.readonly .input-tags-search-list {
  padding: 0;
}
.vi-atom-input-tags.readonly .input-tags-search-list-item {
  color: #808C9D;
  background-color: #EEF2F6;
  font-size: 0.9em;
  font-weight: normal;
  border-radius: 10px;
  line-height: 20px;
  white-space: normal;
  padding: 0 12px;
  margin: 2px 10px 2px 0;
}
.input-tags-dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 gray;
  max-height: 2000px;
  transition: max-height 0.15s ease-out;
}
.input-tags-dropdown ul {
  list-style-type: none;
}
.input-tags-dropdown-optgroup {
  margin: 0;
  padding: 0;
}
.input-tags-dropdown-optgroup-header {
  font-weight: bolder;
  padding: 3px 10px;
}
.input-tags-dropdown-optgroup-option {
  padding: 3px 20px;
}
.input-tags-dropdown-optgroup-option.active:not(.disabled) {
  background-color: #f1f1f1;
  cursor: pointer;
}
.input-tags-dropdown-optgroup-option.disabled {
  color: #aaa;
}
.input-placeholder {
  position: relative;
  left: 4px;
}
.input-placeholder::-moz-placeholder {
  color: #7B8799;
}
.input-placeholder::placeholder {
  color: #7B8799;
}

.vi-simple-progress-bar {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #CDD2D9;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
.vi-simple-progress-bar > div {
  background-color: #000;
  border-radius: 0 10px 10px 0;
}

.awl-search-select input[disabled],
.awl-search-select input[disabled] + .nice-input-icon {
  cursor: default;
}
.awl-search-select__loading-icon {
  display: none;
}
.awl-search-select_loading .nice-input-icon {
  display: none;
}
.awl-search-select_loading .awl-search-select__loading-icon {
  z-index: 15;
  position: absolute;
  top: 0;
  right: 9px;
  display: block;
}
.awl-search-select__suggest .popup-layout {
  position: relative;
}
.awl-search-select__suggest .popup-layout .list-item {
  display: block;
  height: 32px;
  padding: 0 10px 0 10px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awl-search-select__suggest .popup-layout .list-item:hover,
.awl-search-select__suggest .popup-layout .list-item.highlighted {
  background-color: #eef2f6;
}
.awl-search-select__suggest .popup-layout .ps__rail-y {
  right: 5px;
  left: unset !important;
}

.vi-atom-checkbox-yes-no {
  display: inline-block;
  height: 32px;
  min-width: 68px;
  border: 1px solid;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  transition: border-color 0.2s ease-in-out;
  /* https://ticket1.albatros.net/issues/17649#note-20 */
  font-weight: bold;
}
.vi-atom-checkbox-yes-no.disabled {
  opacity: 0.5;
  cursor: default;
}
.vi-atom-checkbox-yes-no .text {
  display: block;
  opacity: 1;
  line-height: 30px;
  transition: opacity 0.2s ease-in-out;
  overflow: hidden;
  height: auto;
}
.vi-atom-checkbox-yes-no .text-yes-yes {
  text-align: center;
  padding-right: 34px;
  padding-left: 7px;
}
.vi-atom-checkbox-yes-no .text-no-no {
  text-align: center;
  padding-left: 34px;
  padding-right: 7px;
}
.vi-atom-checkbox-yes-no .switch-indicator {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 4px;
  transition: left 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.vi-atom-checkbox-yes-no.state-yes .text-no-no {
  opacity: 0;
}
.vi-atom-checkbox-yes-no.state-yes .switch-indicator {
  left: 100%;
  transform: translateX(-100%) translateX(-3px);
}
.vi-atom-checkbox-yes-no.state-no {
  border-color: #CDD2D9 !important;
}
.vi-atom-checkbox-yes-no.state-no .text-yes-yes {
  height: 1px;
  opacity: 0;
}
.vi-atom-checkbox-yes-no.state-no .text-no-no {
  margin-top: -1px;
}
.vi-atom-checkbox-yes-no.state-no .text {
  color: #7b8799 !important;
  font-size: 14px;
}
.vi-atom-checkbox-yes-no.state-no .switch-indicator {
  left: 3px;
  transform: translateX(0);
  background: #7b8799 !important;
}

.stat-block-component {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  position: relative;
  z-index: 1;
  color: #969fb8;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
}
.stat-block-component h4 {
  margin-bottom: 15px !important;
}
.stat-block-component__cont {
  max-width: 100%;
}
.stat-block-component__cont__val {
  max-width: 100% !important;
  width: 120px !important;
}
.stat-block-component__cont__val .first-block {
  transform: translate(-33%, 15px) !important;
}
.stat-block-component:first-child {
  padding: 0 10px 0 0;
}
.stat-block-component:first-child .stat-block-component__cont {
  align-self: flex-start;
}
.stat-block-component:last-child {
  padding: 0 0 0 10px;
}
.stat-block-component:last-child .stat-block-component__cont {
  align-self: flex-end;
}

.stat-block-table {
  margin: 10px 0;
}
.stat-block-table td {
  white-space: nowrap;
  line-height: 20px;
  padding: 10px 20px 11px 20px;
  font-size: 14px;
  font-weight: normal;
  color: #47505d;
}
.stat-block-table td:last-child {
  padding-left: 0;
}
.stat-block-table tr.putin-title td {
  color: #b2b8cb;
  font-size: 10px;
}
.stat-block-table tr > td:nth-child(1) {
  text-align: left;
}
.stat-block-table tr > td:nth-child(2) {
  border-right: 1px solid #f8f8f8;
  width: 60px;
  padding: 0 10px;
}
.stat-block-table tr > td:nth-child(3) {
  padding: 0 10px;
  width: 60px;
}
.stat-block-table .stat-block-table_value {
  height: 23px;
  border-radius: 100px;
  padding: 0 10px;
}
.stat-block-table .stat-block-table_value.a-color-white {
  border: solid 1px #cbcbcb;
}
.stat-block-table .stat-block-table_value.debit {
  background-color: #fe6565;
  color: #fff;
  font-weight: 800;
}
.stat-block-table .stat-block-table_value.credit {
  background-color: #71ba1b;
  color: #fff;
  font-weight: 800;
}
.stat-block-table .stat-block-table_bordered {
  border: 1px solid #e2e4e6;
}
.stat-block-table .stat-block-table_thin {
  padding-top: 0;
  padding-bottom: 0;
}
.stat-block-table .stat-block-table_thin span {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  color: #969fb8;
}
.stat-block-table .stat-block-table_bold span {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #47505d;
}

.selection-indicator {
  height: 32px;
  display: flex;
  flex-direction: row;
}
.selection-indicator > .title {
  margin-right: 5px;
  vertical-align: middle;
  height: 32px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 32px;
  color: #858b94;
  font-weight: 600;
}
.selection-indicator > .body {
  margin: 0 3px;
  height: 32px;
  width: 63px;
  line-height: 28px;
  border-radius: 100px;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  border-style: solid;
  border-width: 2px;
}
.selection-indicator > .body.awl-app-bg .vi-atom-busy-spinner .moon {
  border-bottom-color: #fff !important;
  border-left-color: #fff !important;
}
.selection-indicator > .body > .value {
  display: inline-block;
  letter-spacing: -1px;
  margin: 0 0 0 -1px;
}
.toggle-disabled {
  cursor: default;
}

.actions-button-dropdown {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  min-height: 32px;
  position: absolute;
  right: 0;
  color: #47505d;
  font-weight: normal;
}
.actions-button-dropdown .dropdown-item {
  height: 32px;
  min-width: 160px;
  line-height: 32px;
  text-align: left;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.actions-button-dropdown .dropdown-item:hover {
  background-color: #eef2f6;
}
.actions-button-dropdown .dropdown-item[disabled] {
  color: #9b9b9b;
  cursor: default;
}
.actions-button-dropdown .dropdown-item[disabled]:hover {
  color: #9b9b9b;
  background-color: none;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.light-select .temp-nice-looking-search-text-input {
  position: relative;
}
.light-select .temp-nice-looking-search-text-input .placeholder-view,
.light-select .temp-nice-looking-search-text-input .value-view {
  position: absolute;
  top: 0;
  left: 10px;
}
.light-select .temp-nice-looking-search-text-input .placeholder-view.readonly,
.light-select .temp-nice-looking-search-text-input .value-view.readonly {
  color: #9CA5B3;
}
.light-select .temp-nice-looking-search-text-input .placeholder-view {
  color: #999;
}
.light-select-popover-template .dict-list-container {
  max-height: 256px;
  overflow: hidden;
}
.light-select-popover-template .dict-list-container ul.dict-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.light-select-popover-template .dict-list-container ul.dict-list > li {
  display: block;
  list-style-type: none;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
}
.light-select-popover-template .dict-list-container ul.dict-list > li.selected,
.light-select-popover-template .dict-list-container ul.dict-list > li:hover {
  background-color: #EEF2F6;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.vi-atom-frequency-picker-popup {
  width: 450px;
}
.vi-atom-frequency-picker-popup > .popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.vi-atom-frequency-picker-popup > .popup-layout > .popup-footer {
  background: #eef2f6;
  padding: 10px;
  height: 52px;
  text-align: right;
}
.vi-atom-frequency-picker-popup > .popup-layout .popup-list-type {
  height: 32px;
  line-height: 32px;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vi-atom-frequency-picker-popup > .popup-layout .popup-list-type .checkbox {
  margin-top: -3px;
  margin-right: 5px;
  margin-left: 5px;
}
.vi-atom-frequency-picker-popup > .popup-layout > table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.vi-atom-frequency-picker-popup > .popup-layout > table > tbody > tr > td {
  padding: 0;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
}
.vi-atom-frequency-picker-popup > .popup-layout > table > tbody > tr > td.popup-type-list {
  border-right: 1px solid #eff1f3;
  padding: 10px 20px 10px 10px;
}
.vi-atom-frequency-picker-popup > .popup-layout > table > tbody > tr > td.popup-type-details {
  padding: 10px 20px 10px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overlow: hidden;
}

vi-checkbox {
  display: inline-block;
}
vi-checkbox .checkbox.readonly {
  background: transparent !important;
  border: none;
  width: 15px;
  cursor: default;
}
vi-checkbox .checkbox.readonly:before {
  opacity: 1 !important;
  font-size: 24px;
  margin-right: 5px;
  width: 20px;
}
vi-checkbox .checkbox.readonly.i-check:before {
  color: #7ED321;
}
vi-checkbox .checkbox.readonly.i-close_lg:before {
  content: "\E85B" !important;
  color: #F5716A;
  font-size: 16px;
}
vi-checkbox .checkbox[disabled] {
  cursor: default;
}

.toggle-icon-component__positive {
  color: #71BA1B;
}
.toggle-icon-component__negative {
  color: #FF4141;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.tabs-menu {
  padding: 0 0 0 20px;
  border-bottom: 1px solid #DDE1E6;
  height: 40px;
}
.tabs-menu .awl-menu-item {
  position: relative;
  margin-bottom: -1px;
  border: 1px solid #DDE1E6;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  color: #47505D;
  line-height: 38px;
}
.tabs-menu .awl-menu-item:not(:last-child) {
  border-right: none;
}
.tabs-menu .awl-menu-item.item-selected {
  background: #fff;
  border-bottom: none;
  color: #47505D;
}
.tabs-menu .awl-menu-item:hover {
  color: #28313E;
}
.tabs-menu .awl-menu-item .top-line {
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.vi-atom-integer-input input {
  text-align: right;
  padding-right: 10px !important;
}
.vi-atom-integer-input input::-ms-clear {
  width: 0;
  height: 0;
}

.vi-atom-input-file {
  display: flex;
  position: relative;
}
.vi-atom-input-file .input-text {
  margin-right: 10px;
  width: 245px;
  /* 20160927 TMax IE11 field strangely sized */
}
.vi-atom-input-file .input-file {
  display: block;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.vi-atom-input-file .input-loader {
  position: absolute;
  top: 3px;
  right: 96px;
}

.vi-molecule-page-header {
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e7e9eb;
  background: #fff;
  padding: 0 20px;
  position: relative;
  flex: 0 1 auto;
}
.vi-molecule-page-header h1 {
  float: left;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 50px;
}
.vi-molecule-page-header .page-header-label {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
}
.vi-molecule-page-header .page-header-controls {
  float: right;
}
.vi-molecule-page-header .page-header-controls > i {
  font-size: 16px;
  color: #707d91;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.vi-molecule-page-header .page-header-controls > i:hover {
  background: #e2e9ef;
  color: #333d4c;
  border-radius: 15px;
}
.vi-molecule-page-header .back-controls {
  float: left;
  margin-right: 10px;
}

.vi-molecule-gender-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.vi-molecule-gender-slider .readonly * {
  opacity: 0.9;
  filter: grayscale(100%);
}
.vi-molecule-gender-slider .vi-molecule-gender-slider__readonly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  cursor: no-drop;
}
.vi-molecule-gender-slider .vi-molecule-gender-slider__labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 1px;
}
.vi-molecule-gender-slider .vi-molecule-gender-slider__labels .vi-molecule-gender-slider__item {
  opacity: 0.5;
}
.vi-molecule-gender-slider .vi-molecule-gender-slider__labels .vi-molecule-gender-slider__item.active {
  opacity: 1;
}
.vi-molecule-gender-slider .vi-molecule-gender-slider__slider {
  padding: 0;
}
.vi-molecule-gender-slider .range-slider {
  margin-top: 2px;
}

[vi-molecule-switch-slider] {
  position: relative;
  width: 100%;
}
[vi-molecule-switch-slider] .vi-molecule-switch-slider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
[vi-molecule-switch-slider] .vi-molecule-switch-slider .vi-molecule-switch-slider__readonly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  opacity: 0.5;
}
[vi-molecule-switch-slider] .vi-molecule-switch-slider .vi-molecule-switch-slider__label {
  font-size: 26px;
  color: #9ca5b3;
}
[vi-molecule-switch-slider] .vi-molecule-switch-slider .vi-molecule-switch-slider__label.label-active {
  color: #7b8799;
}
[vi-molecule-switch-slider] .vi-molecule-switch-slider .vi-molecule-switch-slider__slider {
  flex: 1 1 auto;
  padding: 0 10px;
}
[vi-molecule-switch-slider] .vi-molecule-switch-slider .range-slider {
  margin-top: 5px;
}

/*
[vi-molecule-button-list] {
  button {
    display: none;
  }
}
*/

/*
  COLOR PALETTE
*/
/*
  DIMENSIONS
*/
/*
  TYPOGRAPHY
*/
/*
  APPLICATIONS
*/
.angular-range-slider {
  display: block;
}
.angular-range-slider > .angular-slider2 {
  display: inline-block;
  width: 100%;
  height: 3px;
  position: relative;
  border: 1px solid rgba(90, 105, 128, 0.6);
  border-radius: 3px;
  box-sizing: content-box;
}
.angular-range-slider > .angular-slider2 > .point {
  position: absolute;
  top: -6px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #5A6980;
  border-radius: 50%;
  cursor: pointer;
}
.vi-molecule-zoom-group {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.vi-molecule-zoom-group .i-expandarrow2,
.vi-molecule-zoom-group .i-expandarrow {
  margin-left: 30px;
  font-size: 40px;
  cursor: pointer;
}
.vi-molecule-zoom-group .i-expandarrow2.disabled,
.vi-molecule-zoom-group .i-expandarrow.disabled {
  color: #dde1e6;
}
.vi-molecule-zoom-group .i-expandarrow2 {
  margin-right: 25px;
}
.vi-molecule-zoom-group .i-expandarrow {
  margin-left: 30px;
}
.vi-molecule-zoom-group .zoom-group-item {
  color: #5A6980;
  padding-left: 5px;
}
.vi-molecule-zoom-group .zoom-group-item:first-child {
  width: 45px;
  padding-right: 10px;
}

.vi-molecule-select-editor {
  display: flex;
  flex-direction: row;
  position: relative;
}
.vi-molecule-select-editor .vi-atom-circle-loader {
  position: absolute;
  z-index: 100;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
}
.vi-molecule-select-editor .awl-button {
  margin-left: 10px;
}
.vi-molecule-select-editor .awl-select-mk2.readonly input {
  color: #ccc;
}


.vi-molecule-label-input {
  display: flex;
  padding: 10px 20px 0 20px;
}
.vi-molecule-label-input > .label-title {
  width: 140px;
  height: 32px;
  line-height: 32px;
}
.vi-molecule-label-input > .label-input {
  width: 245px;
}

.vi-molecule-label-input-file {
  display: flex;
  padding: 20px 20px 0 20px;
}
.vi-molecule-label-input-file > .label-title {
  width: 140px;
  height: 32px;
  line-height: 32px;
}
.vi-molecule-label-input-file > .label-input {
  width: 335px;
}

.vi-molecule-label-input-tags {
  display: flex;
  padding: 20px 20px 0 20px;
}
.vi-molecule-label-input-tags > .label-title {
  width: 140px;
  height: 32px;
  line-height: 32px;
}
.vi-molecule-label-input-tags > .label-input {
  width: 315px;
}

.vi-molecule-small-select {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.vi-molecule-small-select .document-item {
  flex: 1;
  display: flex;
  flex-flow: row;
}
.vi-molecule-small-select .document-action {
  flex: 1;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.vi-molecule-small-select .document-title {
  flex: 1;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.vi-molecule-range-slider-input {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.vi-molecule-range-slider-input .slider-wrapper {
  margin-right: 20px;
  flex: 1 1 auto;
}
.vi-molecule-range-slider-input .slider-wrapper .angular-slider2 .point {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  top: -5px;
}
.vi-molecule-range-slider-input .input-wrapper {
  flex: 0 0 50px;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.wizard-tabs {
  height: 42px;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 20px 0 20px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.wizard-tabs .tab-item {
  width: auto;
  flex: 0 1 256px;
  font-weight: 600;
  font-size: 14px;
  color: #a3abb8;
  height: 42px;
  line-height: 42px;
  padding: 0 15px 0 0;
  white-space: nowrap;
  background-color: #f6f6f6;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0 0 0 0;
  text-transform: uppercase;
}
.wizard-tabs .tab-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.wizard-tabs .tab-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: none;
}
.wizard-tabs .tab-item .item-no {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #dde1e6;
  display: inline-block;
  margin: 0 10px 0 20px;
}
.wizard-tabs .tab-item.enabled {
  color: #999;
}
.wizard-tabs .tab-item.enabled .item-no {
  background: #999;
  color: #fff;
}
.wizard-tabs .tab-item.disabled {
  color: #a3abb8;
}
.wizard-tabs .tab-item.disabled .item-no {
  background-color: #dde1e6;
}
.wizard-tabs .tab-item:not(.active) {
  border-right: solid 1px #e7e9eb;
}
.wizard-tabs .tab-item.active {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
.wizard-tabs .tab-item.active .item-no {
  background: #fff;
  color: #999;
}
.wizard-tabs .tab-item.used {
  opacity: 0.5;
}
.wizard-tabs .tab-item.used .item-no {
  color: #fff;
}
.text-uppercase {
  text-transform: uppercase;
}
.wizard-tabs .tab-item.active-from-left-start {
  background: linear-gradient(to right, var(--a9-module-color) 50%, #f6f6f6 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #a3abb8;
}
.wizard-tabs .tab-item.active-from-left-start .item-no {
  transition: all 0.3s linear;
  color: #a3abb8;
  background: #dde1e6;
}
.wizard-tabs .tab-item.active-from-left-start .text-uppercase {
  transition: all 0.3s linear;
  color: #FFFFFF;
}
.wizard-tabs .tab-item.active-from-left-end {
  transition: all 0.3s linear;
  background-position: 0 0;
  color: #FFFFFF;
}
.wizard-tabs .tab-item.active-from-left-end .item-no {
  color: var(--a9-module-color);
  background: #FFFFFF;
}
.wizard-tabs .tab-item.active-from-right-start {
  background: linear-gradient(to right, #f6f6f6 50%, var(--a9-module-color) 50%);
  background-size: 200% 100%;
  background-position: 0 0;
  color: #a3abb8;
}
.wizard-tabs .tab-item.active-from-right-start .item-no {
  transition: all 0.3s linear;
  color: #a3abb8;
  background: #dde1e6;
}
.wizard-tabs .tab-item.active-from-right-start .text-uppercase {
  transition: all 0.3s linear;
  color: #FFFFFF;
}
.wizard-tabs .tab-item.active-from-right-end {
  transition: all 0.3s linear;
  background-position: 100% 0;
  color: #FFFFFF;
}
.wizard-tabs .tab-item.active-from-right-end .item-no {
  color: var(--a9-module-color);
  background: #FFFFFF;
}
.wizard-tabs .tab-item.passive-from-left-start {
  background: linear-gradient(to right, #f6f6f6 50%, var(--a9-module-color) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  border-right: solid 1px var(--a9-module-color);
  color: #FFFFFF;
}
.wizard-tabs .tab-item.passive-from-left-start .item-no {
  transition: all 0.3s linear;
  color: var(--a9-module-color);
  background: #FFFFFF;
}
.wizard-tabs .tab-item.passive-from-left-start .text-uppercase {
  transition: all 0.3s linear;
  color: var(--a9-module-color);
}
.wizard-tabs .tab-item.passive-from-left-end {
  transition: background 0.3s linear, border-color 0.3s linear 0.3s;
  background-position: 0 0;
  /* tmax this border causes chrome-only overlapping bug */
}
.wizard-tabs .tab-item.passive-from-left-end .item-no {
  transition: all 0.3s linear;
  background: #dde1e6;
}
.wizard-tabs .tab-item.passive-from-left-end .item-no {
  color: #FFFFFF;
}
.wizard-tabs .tab-item.passive-from-right-start {
  background: linear-gradient(to right, var(--a9-module-color) 50%, #f6f6f6 50%);
  background-size: calc(200% + 1px) 100%;
  background-position: 0 0;
  color: #FFFFFF;
}
.wizard-tabs .tab-item.passive-from-right-start .item-no {
  transition: all 0.3s linear;
  color: var(--a9-module-color);
  background: #FFFFFF;
}
.wizard-tabs .tab-item.passive-from-right-start .text-uppercase {
  transition: all 0.3s linear;
  color: var(--a9-module-color);
}
.wizard-tabs .tab-item.passive-from-right-start .text-uppercase {
  transition: all 0.3s linear;
  color: #a3abb8;
}
.wizard-tabs .tab-item.passive-from-right-end {
  transition: background 0.3s linear, border-color 0s linear 0s;
  background-position: calc(100% + 1px) 0;
  color: #a3abb8;
}
.wizard-tabs .tab-item.passive-from-right-end .item-no {
  transition: all 0.3s linear;
  color: #a3abb8;
  background: #dde1e6;
}
.wizard-tabs .tab-item.active-from-left-start-dis {
  background: linear-gradient(to right, var(--a9-module-color) 50%, #f6f6f6 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
}
.wizard-tabs .tab-item.active-from-left-end-dis {
  transition: all 0.3s linear;
  background-position: 0 0;
}
.wizard-tabs .tab-item.passive-from-left-start-dis {
  background: linear-gradient(to right, #f6f6f6 50%, var(--a9-module-color) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  border-right: solid 1px var(--a9-module-color);
  color: #FFFFFF;
}
.wizard-tabs .tab-item.passive-from-left-start-dis .item-no {
  transition: all 0.3s linear;
  color: var(--a9-module-color);
  background: #FFFFFF;
}
.wizard-tabs .tab-item.passive-from-left-start-dis .text-uppercase {
  transition: all 0.3s linear;
  color: var(--a9-module-color);
}
.wizard-tabs .tab-item.passive-from-left-end-dis {
  transition: all linear 0.3s;
  background-position: 0 0;
  /* tmax this border causes chrome-only overlapping bug */
}
.wizard-tabs .tab-item.passive-from-left-end-dis .item-no {
  transition: all 0.3s linear;
  background: #dde1e6;
}
.wizard-tabs .tab-item.passive-from-left-end-dis .text-uppercase {
  transition: all 0.3s linear;
  color: #a3abb8;
}
.wizard-tabs .tab-item.passive-from-left-end-dis .item-no {
  transition: all 0.3s linear;
  color: #a3abb8;
  background: #dde1e6;
}
.wizard-tabs .tab-item.passive-from-right-start-dis {
  background: linear-gradient(to right, var(--a9-module-color) 50%, #f6f6f6 50%);
  background-size: calc(200% + 1px) 100%;
  background-position: 0 0;
  color: #FFFFFF;
}
.wizard-tabs .tab-item.passive-from-right-start-dis .item-no {
  transition: all 0.3s linear;
  color: var(--a9-module-color);
  background: #FFFFFF;
}
.wizard-tabs .tab-item.passive-from-right-start-dis .text-uppercase {
  transition: all 0.3s linear;
  color: var(--a9-module-color);
}
.wizard-tabs .tab-item.passive-from-right-start-dis .text-uppercase {
  transition: all 0.3s linear;
  color: #a3abb8;
}
.wizard-tabs .tab-item.passive-from-right-end-dis {
  transition: all 0.3s linear, border-color 0s linear;
  background-position: calc(100% + 1px) 0;
  color: #a3abb8;
}
.wizard-tabs .tab-item.passive-from-right-end-dis .item-no {
  transition: all 0.3s linear;
  color: #a3abb8;
  background: #dde1e6;
}
.wizard-tabs .tab-item.enabled {
  color: var(--a9-module-color);
}
.wizard-tabs .tab-item.enabled .item-no {
  background: var(--a9-module-color);
}
.wizard-tabs .tab-item.active {
  background-color: var(--a9-module-color);
  border-color: var(--a9-module-color);
  color: #FFFFFF;
}
.wizard-tabs .tab-item.active .item-no {
  color: var(--a9-module-color);
  background: #FFFFFF;
}
.wizard-tabs .tab-item.used {
  color: var(--a9-module-color);
}
.wizard-tabs .tab-item.used .item-no {
  background: var(--a9-module-color);
}
.wizard-tabs .tab-item.disabled {
  color: #a3abb8;
}
.wizard-tabs .tab-item.disabled .item-no {
  background-color: #dde1e6;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.vi-molecule-filter-search.vifms-root {
  height: 32px;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.vi-molecule-filter-search .vifms-button {
  position: absolute;
  top: 1px;
  width: 32px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  display: block;
  padding: 0;
}
.vi-molecule-filter-search .vifms-button::before {
  width: 32px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #6b788d;
  font-size: 16px;
}
.vi-molecule-filter-search .vifms-button-options-wrap {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 32px;
  width: 32px;
}
.vi-molecule-filter-search .vifms-button-options {
  border-radius: 7px 0 0 7px;
  border-right: #dde1e6 1px solid;
  color: #5a6980;
  left: 1px;
  top: 1px;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  z-index: 5;
}
.vi-molecule-filter-search.vifms-state-expanded .vifms-button-options::before {
  transform: rotate(180deg);
  display: inline-block;
}
.vi-molecule-filter-search .vifms-button-search {
  right: 1px;
}
.vi-molecule-filter-search .vifms-text {
  padding: 0 32px 0 40px;
  height: 32px;
  line-height: 30px;
}
.vi-molecule-filter-search .vifms-text::-ms-clear {
  width: 0;
  height: 0;
}
.vifms-opts {
  padding: 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  color: #47505D;
  font-size: 14px;
  color: #9b9b9b;
  position: relative;
  margin-top: 40px;
}
.vifms-opts .vifms-opts-item {
  display: block;
  height: 32px;
  padding: 0 10px 0 10px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vifms-opts .vifms-opts-item.vifms-opts-item-disabled {
  color: #808080;
  cursor: default;
}
.vifms-opts .vifms-opts-item.vifms-opts-item-disabled.default-fields.last-element {
  border-bottom: 1px solid #CDD2D9;
}
.vifms-opts .vifms-opts-item.vifms-opts-item-disabled.default-fields .checkbox.checked {
  cursor: default;
  background-color: #CDD2D9;
  border-color: #CDD2D9;
}
.vifms-opts .vifms-opts-item:hover:not(.vifms-opts-item-disabled) {
  background-color: #EEF2F6;
}
.vifms-opts .vifms-opts-item .checkbox {
  float: left;
  margin: 8px 10px 0 0;
}
.vifms-opts::before {
  content: "";
  position: absolute;
  left: 12px;
  top: -5px;
  height: 9px;
  width: 9px;
  transform: rotate(45deg);
  display: inline-block;
  background: #fff;
  border-top: 1px solid #dde1e6;
  border-left: 1px solid #dde1e6;
}
.vifms-opts-buttons {
  text-align: right;
  padding: 10px;
  background-color: #eef2f6;
}

.vi-organism-form-upload-from-disc {
  padding: 20px;
}
.vi-organism-form-upload-from-disc .vi-atom-input[type="text"] {
  width: 245px;
}
.vi-organism-form-upload-from-disc .vi-atom-input-tags {
  padding: 5px 0;
}
.vi-organism-form-upload-from-disc .vi-atom-input-tags .input-tags-search {
  width: 245px;
}

.quick-search-options-container {
  display: block;
  min-width: 230px;
  padding: 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #9b9b9b;
  margin-top: 10px;
  overflow: hidden;
}
.quick-search-options-container::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 5px;
  height: 9px;
  width: 9px;
  transform: rotate(45deg);
  display: inline-block;
  background: #fff;
  border-top: 1px solid #dde1e6;
  border-left: 1px solid #dde1e6;
}
.quick-search-options-container__item {
  height: 32px;
  padding: 0 10px 0 10px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quick-search-options-container__item.line-after {
  border-bottom: 1px solid #CDD2D9;
}
.quick-search-options-container__item.disabled {
  color: #808080;
  cursor: default;
}
.quick-search-options-container__item .title {
  padding-left: 6px;
  position: relative;
  top: 2px;
}
.quick-search-options-container__buttons {
  text-align: right;
  padding: 10px;
  background-color: #eef2f6;
}

.quick-search-options {
  position: absolute;
  top: 2px;
  width: 32px;
  height: 28px;
  display: block;
  text-align: center;
  line-height: 28px;
  color: #5a6980;
  font-size: 16px;
  z-index: 5;
}
.quick-search-options > span {
  display: block;
  width: 100%;
}
.quick-search-options > span .i-filter::before {
  font-size: 8px;
  position: relative;
  bottom: 2px;
}

.extended-quick-search {
  position: relative;
}
.extended-quick-search.hide-options .quick-search-options {
  display: none;
}
.extended-quick-search.hide-options input {
  padding-left: 10px;
}
.extended-quick-search input {
  padding: 0 32px 0 34px;
  height: 32px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
.extended-quick-search .i-search {
  color: #6b788d;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 9px;
  display: block;
  height: 16px;
  width: 16px;
  font-size: 16px;
  z-index: 3;
}
.extended-quick-search .suggest-popup-with-absolute-container-v2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.image-control__file {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.image-control__preview {
  display: block;
  background: #cdd2d9;
  color: #808080;
  position: relative;
  z-index: 100;
  line-height: normal;
}
.image-control__preview.circle {
  width: 82px;
  height: 82px;
  border-radius: 41px;
}
.image-control__preview.rectangle {
  width: 102px;
  height: 52px;
  align-self: flex-end;
}
.image-control__preview.new_rectangle {
  width: 142px;
  height: 80px;
  align-self: flex-end;
}
.image-control__preview.club-logo {
  width: 125px;
  height: 92px;
  align-self: flex-end;
}
.image-control__preview.logo-bottom {
  width: 475px;
  height: 100px;
  align-self: flex-end;
}
.image-control__preview.logo-top {
  width: 200px;
  height: 150px;
  align-self: flex-end;
}
.image-control__preview.disabled {
  opacity: 0.3;
  cursor: default;
}
.image-control__preview .busy-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-control__preview .image-icon {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 80px;
  background-color: #cbd0d6;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.image-control__preview .image-icon.new_rectangle {
  background-color: white !important;
  border: 1px solid var(--Border-1, #CDD2D9);
}
.image-control__preview .image-picture {
  display: block;
  border: 1px solid #e0e4e9;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.image-control__preview .circle {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.image-control__preview .rectangle {
  width: 102px;
  height: 52px;
  border-radius: 0;
  line-height: 50px;
}
.image-control__preview .new_rectangle {
  width: 142px;
  height: 80px;
  border-radius: 0;
  line-height: 80px;
}
.image-control__preview .club-logo {
  width: 125px;
  height: 92px;
}
.image-control__preview .logo-bottom {
  width: 477px;
  height: 102px;
}
.image-control__preview .logo-top {
  width: 202px;
  height: 152px;
}
.image-control__preview .logo-scorecard {
  width: 202px;
  height: 202px;
}
.image-control__controls {
  margin-left: 30px;
  max-width: 50% !important;
}
.image-control__controls.new_rectangle {
  margin-left: 20px;
  max-width: 40% !important;
}
.image-control__delete-button {
  display: block;
  position: absolute;
  font-size: 10px;
  line-height: 18px;
  top: 2px;
  right: 0px;
  color: #fff;
  width: 18px;
  height: 18px;
  background-color: #969fb8;
  border-radius: 9px;
  text-align: center;
}
.image-control__file-name {
  margin-top: 10px;
  font-size: 12px;
  color: #47505d;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 18px;
  position: relative;
}
.image-control__file-name-icon {
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #cdd2d9;
}
.image-control__actions {
  margin-top: 10px;
}
.image-control__action-button {
  display: block;
  position: relative;
  height: 32px;
  padding: 0 15px;
  line-height: 30px;
  background-color: #ffffff;
  border: solid 1px #cdd2d9;
  font-size: 14px;
  font-weight: 600;
  color: #47505d;
  text-align: center;
  border-radius: 4px;
}
.image-control__action-button > i {
  padding-left: 8px;
}
.image-control .image-control__action-button.new_rectangle {
  padding: 0px 7px 0px 10px!important;
  width: 90px;
}
.image-control__actions-menu {
  color: #333d4c;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  text-align: left;
}
.image-control__actions-menu .menu-item {
  display: block;
  padding: 10px 15px;
  line-height: 18px;
  cursor: pointer;
  white-space: nowrap;
}
.image-control__actions-menu .menu-item:hover {
  background: rgba(207, 218, 229, 0.35);
}
.image-control__error {
  color: #47505d;
}
.image-control__error .title {
  font-weight: 600;
  font-size: 14px;
}
.image-control__error .body {
  margin-top: 20px;
  display: flex;
  font-size: 12px;
}
.image-control__error .body > div {
  display: flex;
  flex-direction: column;
}
.image-control__error .body > div span + span {
  margin-top: 10px;
}
.image-control__error .body .description {
  margin-right: 40px;
}
.image-control__error .body .rule {
  font-weight: 600;
}

.profile-image-control {
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 41px;
  border: 1px solid #CDD2D9;
  background: #CDD2D9;
  color: #808080;
  position: relative;
  z-index: 100;
  line-height: normal;
}
.profile-image-control__file {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.profile-image-control_disabled {
  opacity: 0.3;
  cursor: default;
}
.profile-image-control__busy-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile-image-control__icon {
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  line-height: 80px;
  background-color: #CBD0D6;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.profile-image-control__picture {
  display: block;
  width: 80px;
  height: 80px;
  background-size: cover;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.profile-image-control:not(.profile-image-control_disabled):hover .profile-image-control__hover-display {
  display: block;
}
.profile-image-control__hover-display {
  display: none;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(90, 105, 128, 0.6);
}
.profile-image-control__hover-display__content {
  position: absolute;
  display: block;
  text-align: center;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.profile-image-control__error {
  color: #47505D;
}
.profile-image-control__error .title {
  font-weight: 600;
  font-size: 14px;
}
.profile-image-control__error .body {
  margin-top: 20px;
  display: flex;
  font-size: 12px;
}
.profile-image-control__error .body > div {
  display: flex;
  flex-direction: column;
}
.profile-image-control__error .body > div span + span {
  margin-top: 10px;
}
.profile-image-control__error .body .description {
  margin-right: 40px;
}
.profile-image-control__error .body .rule {
  font-weight: 600;
}
.profile-image-control__menu {
  margin-left: 50px;
  margin-top: 2px;
  color: #333d4c;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  text-align: left;
}
.profile-image-control__menu .menu-item {
  display: block;
  padding: 10px 15px;
  line-height: 18px;
  cursor: pointer;
  white-space: nowrap;
}
.profile-image-control__menu .menu-item:hover {
  background: rgba(207, 218, 229, 0.35);
}

.multi-input {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: #dde1e6 solid 1px;
  border-radius: 4px;
}
.multi-input__block {
  padding: 5px 10px;
  width: 100%;
  overflow: hidden;
  min-height: 20px;
}
.multi-input__item {
  color: rgba(90, 105, 128, 0.6);
  font-size: 12px;
  background: #969fb8;
  border-radius: 4px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  display: block;
  max-width: 100%;
  padding: 0 26px 0 10px;
  color: #fff;
  margin: 0 2px 6px 0;
  position: relative;
}
.multi-input__item__title {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.multi-input__item__remove {
  font-size: 10px;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.multi-input__input {
  padding: 0;
  border: 0;
  width: 100%;
  height: 20px;
}
.multi-input__input:focus {
  border: none !important;
}

.show-translate-area {
  background-color: #000 !important;
  color: #fff !important;
}
form.languages-modal {
  background-color: #fff;
  color: #333;
  width: 762px;
}
form.languages-modal .lost-translate {
  color: #ed6c84;
}
form.languages-modal.loading div.translate-cont div.loading-text div {
  display: block;
}
form.languages-modal.loading div.footer div.button-cont input[type=submit] {
  background-color: #2d8b8f;
}
form.languages-modal div.key-cont {
  padding: 19px 0 15px 0;
  text-align: center;
}
form.languages-modal div.key-cont div.translate {
  font-size: 22px;
  font-weight: 600;
}
form.languages-modal div.key-cont div.key {
  margin-top: 4px;
  font-size: 12px;
}
form.languages-modal div.key-cont select {
  margin: 10px 0 5px 0;
  padding: 3px;
}
form.languages-modal div.translate-cont {
  padding: 0 20px;
}
form.languages-modal div.translate-cont div.loading-text {
  position: absolute;
  margin-top: -21px;
}
form.languages-modal div.translate-cont div.loading-text div {
  display: none;
  font-weight: 600;
  font-size: 20px;
  color: #ed6c84;
}
form.languages-modal div.translate-cont table.content tbody th,
form.languages-modal div.translate-cont table.content tbody td {
  max-width: 150px;
}
form.languages-modal div.translate-cont table.content tbody th input,
form.languages-modal div.translate-cont table.content tbody td input {
  border: 1px solid #d8dce2;
}
form.languages-modal div.translate-cont table.content tbody th input.ok,
form.languages-modal div.translate-cont table.content tbody td input.ok {
  width: 70px;
  background-color: #58c6ca;
  color: #fff;
}
form.languages-modal div.translate-cont table.content tbody th input.ok:focus,
form.languages-modal div.translate-cont table.content tbody td input.ok:focus {
  background-color: #2d8b8f;
}
form.languages-modal div.translate-cont table.content tbody th input.delete,
form.languages-modal div.translate-cont table.content tbody td input.delete {
  background-color: #ed6c84;
  color: #fff;
}
form.languages-modal div.translate-cont table.content tbody th {
  padding: 17px 0 16px 17px;
  font-weight: 600;
}
form.languages-modal div.translate-cont table.content tbody td {
  padding: 14px 0 0 17px;
}
form.languages-modal div.translate-cont table.content tbody tr:first-child {
  border-top: 1px solid #cdd2d9;
}
form.languages-modal div.translate-cont table.content tbody tr:first-child td {
  padding: 9px 0 9px 17px;
}
form.languages-modal div.translate-cont table.content tbody tr:first-child td span:first-child {
  font-weight: 700;
}
form.languages-modal div.translate-cont table.content tbody tr:nth-child(2) td {
  padding-top: 5px;
}
form.languages-modal div.translate-cont table.content tbody tr:last-child:not( :nth-child(1)) td {
  padding-bottom: 9px;
}
form.languages-modal div.footer {
  height: 62px;
}
form.languages-modal div.footer input[type=button] {
  height: 32px;
  background-color: #fff;
  border: 1px solid #d8dce2;
}
form.languages-modal div.footer div.left-cont {
  margin: 15px 0 0 20px;
  float: left;
}
form.languages-modal div.footer div.left-cont input[type=button] {
  width: 120px;
}
form.languages-modal div.footer div.right-cont {
  margin: 15px 20px 0 0;
  float: right;
}
form.languages-modal div.footer div.right-cont input[type=button] {
  width: 80px;
}
form.languages-modal div.footer div.right-cont input[type=submit] {
  width: 90px;
  height: 30px;
  border: none;
  background-color: #58c6ca;
  color: #fff;
}

.translate-modal {
  display: flex;
}
.translate-modal div.main {
  width: 100%;
  min-width: 1000px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.translate-modal div.main button.disabled {
  background-color: #d8dce2 !important;
}
.translate-modal div.main div.top {
  height: 135px;
  display: flex;
  flex-direction: row;
}
.translate-modal div.main div.top > div {
  width: 50%;
}
.translate-modal div.main div.top div.left-cont {
  padding: 19px 0 15px 0;
  text-align: center;
}
.translate-modal div.main div.top div.left-cont div.translate {
  font-size: 22px;
  font-weight: 600;
}
.translate-modal div.main div.top div.left-cont div.key {
  margin-top: 4px;
  font-size: 12px;
}
.translate-modal div.main div.top div.left-cont select {
  margin: 10px 0 5px 0;
  padding: 3px;
}
.translate-modal div.main div.top div.right-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 5px 10px;
  border-left: 1px solid #cdd2d9;
}
.translate-modal div.main div.top div.right-cont div.key-search-cont {
  display: flex;
  align-items: center;
}
.translate-modal div.main div.top div.right-cont div.key-search-cont div {
  font-size: 14px;
  font-weight: 800;
}
.translate-modal div.main div.top div.right-cont div.key-search-cont input {
  margin-left: 10px;
}
.translate-modal div.main div.top div.right-cont div.key-search-cont input.key-search {
  margin-right: 20px;
}
.translate-modal div.main div.top div.right-cont div.variable-cont {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.translate-modal div.main div.top div.right-cont div.variable-cont div.order-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.translate-modal div.main div.top div.right-cont div.variable-cont div.order-controls button {
  width: 26px;
  height: 26px;
  border-radius: 2px;
  display: block;
  color: #ffffff;
  line-height: 26px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: #58c6ca;
}
.translate-modal div.main div.top div.right-cont div.variable-cont div.order-controls button + button {
  margin-top: 10px;
}
.translate-modal div.main div.top div.right-cont div.variable-cont div.keys-cont {
  height: 74px;
  width: 100%;
  margin-left: 9px;
  border: 1px solid #cdd2d9;
}
.translate-modal div.main div.top div.right-cont div.variable-cont div.keys-cont div.variable-key {
  width: 100%;
  padding: 2px 10px;
  text-align: center;
}
.translate-modal div.main div.top div.right-cont div.variable-cont div.keys-cont div.variable-key.current {
  font-weight: 600;
}
.translate-modal div.main div.middle {
  display: flex;
}
.translate-modal div.main div.middle table tbody th,
.translate-modal div.main div.middle table tbody td {
  max-width: 150px;
}
.translate-modal div.main div.middle table tbody th input,
.translate-modal div.main div.middle table tbody td input {
  border: 1px solid #cdd2d9;
}
.translate-modal div.main div.middle table tbody th input.ok,
.translate-modal div.main div.middle table tbody td input.ok {
  width: 70px;
  background-color: #58c6ca;
  color: #fff;
}
.translate-modal div.main div.middle table tbody th input.ok:focus,
.translate-modal div.main div.middle table tbody td input.ok:focus {
  background-color: #2d8b8f;
}
.translate-modal div.main div.middle table tbody th input.delete,
.translate-modal div.main div.middle table tbody td input.delete {
  background-color: #ed6c84;
  color: #fff;
}
.translate-modal div.main div.middle table tbody th:not(:last-child) {
  vertical-align: bottom;
}
.translate-modal div.main div.middle table tbody th {
  padding: 10px 0 10px 17px;
  font-weight: 600;
}
.translate-modal div.main div.middle table tbody td {
  padding: 14px 9px 0 17px;
}
.translate-modal div.main div.middle table tbody td.variable {
  width: 50%;
  border-left: 1px solid #cdd2d9;
}
.translate-modal div.main div.middle table tbody td.variable > div {
  width: 100%;
  padding: 6px 0 6px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.translate-modal div.main div.middle table tbody td.variable > div > div {
  display: flex;
  align-items: center;
}
.translate-modal div.main div.middle table tbody td.variable > div > div button {
  height: 25px;
  width: 60px;
  line-height: 23px;
  margin-right: 20px;
}
.translate-modal div.main div.middle table tbody td.variable > div input {
  width: 130px;
}
.translate-modal div.main div.middle table tbody tr:first-child:not(.border-none) {
  border-top: 1px solid #cdd2d9;
}
.translate-modal div.main div.middle table tbody tr.border-none th:not(:last-child) {
  border-top: 1px solid #cdd2d9;
}
.translate-modal div.main div.middle table tbody tr:first-child td {
  padding: 9px 9px 9px 17px;
}
.translate-modal div.main div.middle table tbody tr:first-child td span:first-child {
  font-weight: 700;
}
.translate-modal div.main div.middle table tbody tr:nth-child(2) td {
  padding-top: 5px;
}
.translate-modal div.main div.middle table tbody tr:last-child:not( :nth-child(1)) td {
  padding-bottom: 9px;
}
.translate-modal div.main div.footer {
  height: 62px;
  display: flex;
  border-top: 1px solid #cdd2d9;
}
.translate-modal div.main div.footer button {
  height: 26px;
  width: 95px;
}
.translate-modal div.main div.footer button.submit {
  border: none;
  background-color: #58c6ca;
  color: #fff;
}
.translate-modal div.main div.footer button.add-all {
  height: 25px;
  width: 75px;
  margin-left: 5px;
}
.translate-modal div.main div.footer > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.translate-modal div.main div.footer div.left-cont div:first-child button:first-child {
  margin-right: 10px;
}
.translate-modal div.main div.footer div.left-cont div:last-child button:first-child {
  margin-right: 10px;
}
.translate-modal div.main div.footer div.right-cont {
  border-left: 1px solid #cdd2d9;
}

.i18n-hidden-translate span {
  width: 30px;
  height: 20px;
  position: absolute;
  margin: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.circle-diagram-stats {
  height: 90px;
  /*	width:300px;*/
  position: relative;
}
.circle-diagram-stats .chart-placeholder {
  height: 90px;
  width: 90px;
}
.circle-diagram-stats svg {
  width: 100%;
  height: 100%;
}
.circle-diagram-stats .arc path {
  stroke: #fff;
}
.circle-diagram-stats .legend .chart-legend {
  padding: 0px 0 0 20px;
}
.circle-diagram-stats .legend table {
  margin-top: -8px;
  /*
          table-layout:fixed;
          width:100%;
      */
  border-collapse: collapse;
}
.circle-diagram-stats .legend table td {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  font-size: 12px;
  vertical-align: middle;
  color: #414a58;
  font-weight: 600;
}
.circle-diagram-stats .legend table tr > td:nth-child(1) {
  width: 22px;
}
.circle-diagram-stats .legend table tr > td:nth-child(2) {
  text-overflow: ellipsis;
  text-align: left;
}
.circle-diagram-stats .legend table tr > td:nth-child(3) {
  width: 26px;
  text-align: right;
}
.circle-diagram-stats .legend table .legend-block {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  position: relative;
  top: 1px;
}
.circle-diagram-stats .diagram {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}
.circle-diagram-stats .diagram > .chart-total {
  position: absolute;
  left: 15px;
  width: 60px;
  top: 30px;
  color: #5a6880;
}
.circle-diagram-stats .diagram > .chart-total > .total-number {
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.circle-diagram-stats .diagram > .chart-total > .total-total-total {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  overflow: hidden;
}
.circle-diagram-stats .diagram .below-total {
  margin-top: 10px;
}

.multiply-picker {
  position: relative;
}
.multiply-picker .search-list {
  border: 1px solid #CDD2D9;
  border-radius: 4px;
}
.multiply-picker .search-list .quick-search-cont {
  display: flex;
  position: absolute;
  height: 100%;
  align-items: center;
  width: 32px;
  border-right: 1px solid #dde1e6;
}
.multiply-picker .search-list .quick-search-cont .quick-search-options {
  position: relative;
}
.multiply-picker .search-list .quick-search-cont .quick-search-options > span {
  border: none;
}
.multiply-picker .search-list .input-tags {
  margin: 0 35px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  overflow: hidden;
}
.multiply-picker .search-list .input-tags input[type="text"] {
  border: none;
  height: 30px;
  font-weight: 600;
  min-width: 30px;
  margin: 3px 0;
}
.multiply-picker .search-list .input-tags input[type="text"]::-moz-placeholder {
  font-weight: 400;
}
.multiply-picker .search-list .input-tags input[type="text"]::placeholder {
  font-weight: 400;
}
.multiply-picker .search-list .input-tags .tags-container__tag {
  margin-right: 3px;
  margin-top: 3px;
  max-width: 100%;
  height: 28px;
  padding: 0 10px;
  background: #969fb8;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  line-height: 28px;
  display: flex;
}
.multiply-picker .search-list .input-tags .tags-container__tag > span {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
}
.multiply-picker .search-list .search-icon-cont-1 {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
}
.multiply-picker .search-list .search-icon-cont-1 .search-icon-cont-2 {
  text-align: center;
  width: 100%;
}
.multiply-picker .search-list .search-icon-cont-1 .search-icon-cont-2 .search-icon {
  color: #6b788d;
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.awl-picker-mk2-suggest .popup-layout .list-item {
  display: block;
  height: 32px;
  padding: 0 10px 0 10px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awl-picker-mk2-suggest .popup-layout .list-item:hover,
.awl-picker-mk2-suggest .popup-layout .list-item.highlighted {
  background-color: #eef2f6;
}

/* UI Grid Group Columns */
[ui-grid-group-columns] .ui-grid-header-canvas {
  display: flex;
}
[ui-grid-group-columns] .ui-grid-header-group-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31px;
  border-bottom: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
  box-sizing: border-box;
  text-align: center;
}
[ui-grid-group-columns] .ui-grid-header-group.named {
  position: relative;
  padding-top: 31px;
}
[ui-grid-group-columns] .ui-grid-header-group:not(:last-child) .ui-grid-header-group-name,
[ui-grid-group-columns] .ui-grid-header-group:not(:last-child) .ui-grid-header-cell:last-child {
  border-right-width: 3px;
}
[ui-grid-group-columns] .ui-grid-header-cell-wrapper,
[ui-grid-group-columns] .ui-grid-header-cell-row {
  position: static;
}
[ui-grid-group-columns] .ui-grid-header-cell {
  height: 100%;
  vertical-align: middle;
}
[ui-grid-group-columns] .ui-grid-header-cell [role="columnheader"] {
  position: relative;
}
[ui-grid-group-columns] .ui-grid-header-cell:last-child {
  border-right: solid 1px #d4d4d4;
}
[ui-grid-group-columns] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: none;
}
[ui-grid-group-columns] .ui-grid-cell.last-in-group:not(:last-child) {
  border-right-width: 3px;
}
[ui-grid-group-columns] .ui-grid-footer-cell:last-child {
  border-right: solid 1px #d4d4d4;
}
[ui-grid-group-columns] .ui-grid-footer-cell.last-in-group:not(:last-child) {
  border-right-width: 3px;
}
[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-group:last-child .ui-grid-header-group-name,
[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-group:last-child .ui-grid-header-cell:last-child {
  border-right: solid 3px #aeaeae;
}
[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  border-right-color: #d4d4d4;
}
[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
  border-right-width: 3px;
}
[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-footer-cell:last-child {
  border-right: solid 3px #aeaeae;
}
[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-group:first-child .ui-grid-header-group-name,
[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-group:first-child .ui-grid-header-cell:first-child {
  border-left: solid 3px #aeaeae;
}
[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
  border-left: none;
}
[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell.last-in-group:not(:last-child) {
  border-right-width: 3px;
}
[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
  border-left-width: 3px;
}
[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-footer-cell:first-child {
  border-left: solid 3px #aeaeae;
}

.custom-grid-sort-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 27px;
  font-size: 13px;
  color: #58616e;
}
.custom-grid-sort-indicator .cgs-asc,
.custom-grid-sort-indicator .cgs-desc {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  color: #8b95b1;
  overflow: hidden;
}
.custom-grid-sort-indicator .cgs-asc::before,
.custom-grid-sort-indicator .cgs-desc::before {
  font-size: 16px;
  position: absolute;
  left: 15px;
}
.custom-grid-sort-indicator .cgs-asc {
  top: 0;
  bottom: 50%;
}
.custom-grid-sort-indicator .cgs-asc::before {
  height: 4px;
  bottom: 0;
}
.custom-grid-sort-indicator .cgs-desc {
  top: 50%;
  bottom: 0;
}
.custom-grid-sort-indicator .cgs-desc::before {
  height: 5px;
  top: 2px;
}
.custom-grid-sort-indicator .cgs-priority {
  position: absolute;
  right: 18px;
  line-height: 30px;
  text-align: right;
  left: 0;
  top: 0;
  bottom: 0;
}
.custom-grid-sort-indicator.state-asc .cgs-asc {
  color: #58616e;
}
.custom-grid-sort-indicator.state-desc .cgs-desc {
  color: #58616e;
}
.custom-grid-sort-indicator.state-unsorted .cgs-priority {
  display: none;
}

.gridRowFlight1 {
  position: absolute;
  z-index: 10000;
  background: #c9dde1;
  opacity: 0.7;
}
.gridRowFlight2 {
  transition: all 0.5s ease;
  width: 0!important;
  height: 0!important;
}
.right-column-border {
  right: -1px !important;
  width: 3px !important;
}
.left-column-border {
  left: -1px !important;
  width: 2px!important;
}
.ui-grid-header-cell:last-child .right-column-border {
  right: -1px !important;
}

/* IE11 fixes for unknown non-replaced tags */
grid-header-cell {
  display: block;
  z-index: 1;
}
grid-header-cell .ui-grid-cell-contents > div {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}
grid-header-select-menu {
  display: block;
}
grid-header-cell-select {
  display: block;
}
grid-header-cell-empty {
  display: block;
  height: 30px;
}
grid-header-cell-select-with-menu {
  display: block;
}
.grid-header-cell-dynamic {
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 12px;
  padding: 5px 10px;
}
selection-checkbox-menu {
  display: block;
}
.ui-grid-header-cell-row:not(:active) grid-header-cell .cell-pointer {
  cursor: pointer;
}

grid-cell-no-repeat {
  display: block;
}
grid-cell-select-group {
  display: block;
}
grid-cell-no-repeat-v2 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
grid-cell-no-repeat-v2 .border-left {
  border-left: 1px solid #dde1e6;
}
grid-cell-no-repeat-v2 .border-right {
  border-right: 1px solid #dde1e6;
}
grid-cell-no-repeat-v2 .border-bottom {
  border-bottom: 1px solid #dde1e6;
}
.ui-grid-cell-contents .checkbox-not-full {
  display: block;
  margin: 8px 0 0 10px;
  cursor: pointer;
  font-weight: normal;
  height: 15px;
  width: 15px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 2px;
  font-style: normal;
  text-align: center;
  text-indent: 0;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.ui-grid-cell-contents .checkbox-not-full:before {
  display: block;
  position: absolute;
  margin-top: 0;
}

.ui-grid-cell-contents.grid-cell-action-wrapper.grid-cell-action-wrapper {
  padding: 0;
}
.grid-cell-action-button-wrapper {
  padding: 3px 20px;
}
.grid-cell-action-button-wrapper.ellipsisized {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.grid-cell-action-button-wrapper.ellipsisized .grid-cell-action-button {
  display: inline-block;
  width: auto;
  vertical-align: top;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.grid-cell-action-button {
  height: 25px;
  line-height: 23px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.grid-cell-tick {
  padding-top: 4px !important;
}

.grid-cell-icons-disable {
  opacity: 0.3;
  color: red;
}
.grid-cell-icons-disable i {
  color: #9CA5B3;
  cursor: default;
}
.grid-contents-col-1 {
  text-align: center;
}
.grid-contents-col-2 {
  padding: 0 20px;
  text-align: center;
}
.grid-contents-col-2 > i {
  height: 26px;
  width: 26px;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}
.grid-contents-col-3 {
  text-align: right;
  padding: 0 15px 0 0;
  text-overflow: clip;
}
.grid-contents-col-3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.grid-contents-col-3 > i,
.grid-contents-col-3 > span {
  width: 26px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.grid-contents-col-3 > i.disabled {
  color: #9CA5B3;
  cursor: default;
}
.grid-contents-col-3 vi-atom-busy-spinner {
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
}

grid-footer {
  display: block;
}
grid-footer .ui-grid-footer {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 32px;
  font-weight: 600;
  background: #eef2f6;
  border: 1px solid #ccd2d9;
}
grid-footer .footer-sortings {
  width: 50%;
}
grid-footer .footer-filters {
  width: 50%;
}

.grid-footer-filters {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 30px;
  justify-content: flex-end;
  font-size: 12px;
  color: #47505d;
  line-height: 30px;
}
.grid-footer-filters .filters-blocks-only {
  display: flex;
  flex-flow: row nowrap;
  height: 30px;
  min-width: 0;
  justify-content: flex-end;
  flex-grow: 1;
}
.grid-footer-filters .filters-blocks-only .filter-block {
  display: flex;
  flex-flow: row nowrap;
  min-width: 0;
}
.grid-footer-filters.many-blocks > .filters-blocks-only > .filter-block {
  max-width: 50%;
}
.grid-footer-filters .clear-button {
  height: 32px;
  display: block;
  line-height: 32px;
  background: #8b95b1;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 0 15px;
  border: none;
  position: relative;
  top: -1px;
  right: -1px;
}
.grid-footer-filters .clear-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0px;
  width: 3px;
  background: #fff;
  border-left: 1px solid #ccd2d9;
}
.grid-footer-filters .ui-grid-title {
  padding: 0 10px;
  font-weight: 800;
  text-transform: uppercase;
  height: 30px;
  white-space: nowrap;
  border-left: 1px dashed #ccd2d9;
  position: relative;
}
.grid-footer-filters .filter-block + .filter-block > .ui-grid-title::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 3px;
  background: #fff;
  border-left: 1px solid #ccd2d9;
  border-right: 1px solid #ccd2d9;
}
.grid-footer-filters .filter-item {
  border-left: 1px dashed #ccd2d9;
  position: relative;
  padding: 0 32px 0 10px;
  min-width: 65px;
  display: flex;
  flex-direction: row nowrap;
}
.grid-footer-filters .filter-item > .filter-item-titles {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-footer-filters .filter-item .ui-grid-icon {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  color: #8b95b1;
}
.grid-footer-filters .filter-item .ui-grid-icon:hover {
  border-radius: 50%;
  background: #dbe3eb;
}
.grid-footer-filters .ui-grid-name {
  height: 30px;
  padding: 0;
  line-height: 30px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-footer-filters .ui-grid-name.ui-grid-name-fragment {
  border-right: 1px dashed #ccd2d9;
}

.grid-footer-sortings {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 30px;
  justify-content: flex-start;
  font-size: 12px;
  color: #47505d;
  line-height: 30px;
}
.grid-footer-sortings .sort-items {
  display: flex;
  flex-flow: row nowrap;
  height: 30px;
  justify-content: flex-start;
  max-width: 100%;
  overflow: hidden;
}
.grid-footer-sortings .ui-grid-title {
  padding: 0 10px;
  font-weight: 800;
  text-transform: uppercase;
  height: 30px;
  white-space: nowrap;
}
.grid-footer-sortings .sorting-item {
  border-left: 1px dashed #ccd2d9;
  max-width: 250px;
  position: relative;
  padding: 0 32px 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grid-footer-sortings .sorting-item .ui-grid-icon {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  color: #8b95b1;
}
.grid-footer-sortings .sorting-item .ui-grid-icon:hover {
  border-radius: 50%;
  background: #dbe3eb;
}
.grid-footer-sortings .ui-grid-name {
  margin: auto 0;
  height: 30px;
  padding: 0;
  line-height: 30px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-footer-sortings .whitespace-filler {
  flex-grow: 1;
  flex-shrink: 1;
}
.grid-footer-sortings .sorting-clear {
  height: 32px;
  display: block;
  line-height: 32px;
  background: #8b95b1;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 0 15px;
  border: none;
  position: relative;
  top: -1px;
}
.grid-footer-sortings .sorting-clear::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0px;
  width: 3px;
  background: #fff;
  border-left: 1px solid #ccd2d9;
}
.grid-footer-sortings .sorting-clear::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0px;
  width: 3px;
  background: #fff;
  border-right: 1px solid #ccd2d9;
}

.a9-grid {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 72px;
}
.a9-grid .no-items-notification {
  position: absolute;
  top: 52px;
  width: 100%;
  text-align: center;
}
.a9-grid .no-items-template {
  width: 100%;
  height: calc(100% - 52px);
  text-align: center;
}
.ui-grid-canvas {
  /*this fixes column scrolling issue on empty grid without data - scroll event isnt propagated after scrollLeft change on height:0*/
  min-height: 1px;
}
.a9-scrollable-grid:not(.grid-avatar-row).ui-grid {
  overflow: hidden;
}
.a9-scrollable-grid:not(.grid-avatar-row) .ui-grid-header {
  position: absolute;
  top: 0;
  z-index: 10;
}
.a9-scrollable-grid:not(.grid-avatar-row) .ui-grid-render-container {
  padding-top: 32px;
}
.grid-avatar-row .ui-grid-canvas {
  margin: 0 !important;
}
.ui-grid.loading .ui-grid-viewport {
  visibility: hidden !important;
}
.ui-grid.loading .ui-grid-viewport .checkbox.checked::before {
  visibility: hidden !important;
}
.ui-grid.loading .ui-grid-row .expandableRow {
  display: none;
}
.a9-grid-scroll {
  height: calc(100% - 32px);
  position: absolute;
  right: -20px;
  top: 32px;
  width: 20px;
}
.a9-grid-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  margin-top: 15px;
}
.a9-grid__columns-config {
  position: relative;
  right: 60px;
}

.button-wrapper {
  padding: 0;
}
.button-wrapper-one {
  min-width: 104px;
  padding: 3px 20px 3px 10px;
}
.button-wrapper-one.ellipsisized {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.button-wrapper-one.ellipsisized .button-wrapper-one-action {
  display: inline-block;
  width: auto;
  vertical-align: top;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.button-wrapper-one.ellipsisized .button-wrapper-one-action .disabled,
.button-wrapper-one.ellipsisized .button-wrapper-one-action .disabled:hover {
  background: #EEF2F6;
  color: #c3cad4;
  border-color: #CDD2D9;
  cursor: default;
}
.button-wrapper-one-action {
  height: 25px;
  line-height: 23px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.button-wrapper-none {
  min-width: 104px;
  padding: 3px 10px;
}

.expiry-date-picker input[placeholder]::-moz-placeholder {
  color: #47505d;
  opacity: 1;
}
.expiry-date-picker input[placeholder]:-ms-input-placeholder {
  color: #47505d;
}
.expiry-date-picker input[placeholder]::-webkit-input-placeholder {
  color: #47505d;
}
.expiry-date-picker-popup {
  width: 499px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px solid #dde1e6;
}
.expiry-date-picker-popup .adr-popup-layout {
  position: relative;
}
.expiry-date-picker-popup.empty .day-current {
  background-color: #ffffff !important;
  color: #47505d !important;
}
.expiry-date-picker-popup .adr-buttons {
  width: 150px;
  height: 250px;
  padding: 10px;
  border-right: solid 1px #dde1e6;
}
.expiry-date-picker-popup .adr-buttons .awl-button {
  width: 100%;
  display: block;
  margin: 0 0 8px 0;
}
.expiry-date-picker-popup .adr-dateview {
  position: absolute;
  top: 0;
  left: 160px;
  right: 10px;
  bottom: 0;
}
.expiry-date-picker-popup .adr-popup-footer {
  height: 52px;
  text-align: right;
  padding: 10px;
  border-radius-bottom-left: 4px;
  border-radius-bottom-right: 4px;
  background-color: #eef2f6;
}
.expiry-date-picker-popup-selected-day:not(:hover) {
  color: #47505d !important;
  background-color: #ffe8e8 !important;
}

.password-input .help-message {
  padding: 5px 0;
  color: #7b8799;
  font-size: 10px;
  line-height: 14px;
}

.styled-selector {
  height: 32px;
  border: 1px solid #dee1e6;
  border-radius: 4px;
  color: #575f6b;
  overflow: hidden;
}
.styled-selector > .selector-item {
  display: block;
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0 10px;
  background: #fff;
  border-right: 1px solid #cdd2d9;
}
.styled-selector > .selector-item:last-child {
  border-right: none;
}

.vi-atom-editor-self {
  height: 100%;
}
.vi-atom-editor-self .tox-tinymce {
  height: 100% !important;
  overflow: hidden;
}
.vi-atom-editor-self .tox-tinymce .tox-editor-container {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.vi-atom-editor-self .tox-tinymce .tox-editor-container .tox-edit-area {
  flex-direction: column;
  /*				flex: 1 1 auto;*/
  width: 100%;
}
.vi-atom-editor-self .tox-tinymce .tox-editor-container .tox-edit-area .tox-edit-area__iframe {
  height: auto !important;
}
.vi-atom-editor__view-text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.2;
}
.vi-atom-editor__view-text p {
  padding: 0 0 1em 0;
  margin: 0;
}
.vi-atom-editor__view-text p.tinyword-page-break {
  padding: 0;
  margin: 0;
}
.vi-atom-editor__view-text h1,
.vi-atom-editor__view-text h2,
.vi-atom-editor__view-text h3,
.vi-atom-editor__view-text h4,
.vi-atom-editor__view-text h5,
.vi-atom-editor__view-text h6 {
  margin: 0;
  padding: 0 0 1em 0;
}

/* cursor types*/
div.tinyword-ruler .cursor {
  box-sizing: content-box;
  position: absolute;
  left: 0;
  height: 4px;
  background: white;
  border: 1px solid #cacaca;
  cursor: pointer;
  z-index: 5;
}
div.tinyword-ruler .cursor:before {
  content: '';
  position: absolute;
  left: 0;
  height: 0;
}
div.tinyword-ruler .cursor.indent {
  top: 5px;
}
div.tinyword-ruler .cursor.indent:before {
  top: 4px;
  border: 4px solid #ffffff;
  border-top-width: 3px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: none;
  filter: drop-shadow(0 1px #cacaca);
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=1, Color='#cacaca')";
}
div.tinyword-ruler .cursor.left,
div.tinyword-ruler .cursor.right {
  top: 18px;
}
div.tinyword-ruler .cursor.left:before,
div.tinyword-ruler .cursor.right:before {
  top: -3px;
  border: 4px solid white;
  border-bottom-width: 3px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  filter: drop-shadow(0 -1px #cacaca);
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=-1, Color='#cacaca')";
}
div.tinyword-ruler .cursor.leftindent {
  top: 25px;
}
div.tinyword-ruler .cursor .line {
  position: absolute;
  height: 100%;
  width: 1px;
  box-sizing: border-box;
  border-right: 1px dashed #000000;
}
.mce-container .tinyword-honey-container {
  position: relative;
  width: 140px;
  margin: 20px auto;
}
.mce-container .tinyword-honey-button {
  padding: 0 10px;
  width: 120px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: white;
  background: #2d8ac7;
  cursor: hand;
}
.mce-container .tinyword-honey-filebutton {
  width: 140px;
  height: 28px;
  position: absolute;
  display: block;
  opacity: 0;
}
.tox div.tinyword-container {
  background: #f5f5f5 !important;
  position: relative;
  height: 100% !important;
}
.tox iframe.tinyword-iframe {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
  position: relative;
}
.tox-container-body {
  position: relative;
  overflow: hidden;
}
.tox-container-body .ps__rail-y {
  position: absolute !important;
  margin: 10px 5px 10px 0 !important;
  border: 1px solid #d8d8d8 !important;
  width: 6px !important;
  box-sizing: border-box !important;
}
.tox-container-body .ps__rail-y .ps__thumb-y {
  background-color: #d8d8d8 !important;
  box-sizing: border-box !important;
  position: absolute !important;
}
.tox div.tinyword-ruler {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.tox div.tinyword-ruler.vertical {
  position: absolute;
  top: 0;
  margin-top: 9px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: 0 100% 0;
}
.tox div.tinyword-ruler .container {
  height: 35px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 9px;
  cursor: default;
  position: relative;
  background: #f5f5f5;
  z-index: 9999;
}
.tox div.tinyword-ruler .container .ruler {
  height: 10px;
  background: #ffffff;
  box-sizing: border-box;
  width: 100%;
}
.tox div.tinyword-ruler .container .ruler .ruler-container {
  box-sizing: border-box;
  height: 8px;
  width: 100px;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  outline: 1px solid #cacaca;
}
.tox div.tinyword-ruler .container .ruler .ruler-container .ruler-item {
  position: absolute;
  box-sizing: border-box;
  border-right: 1px solid #cacaca;
  height: 4px;
  margin-top: 2px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  visibility: hidden;
}
.tox div.tinyword-ruler .container .ruler .ruler-container .ruler-item.each-five {
  visibility: visible;
}
.tox div.tinyword-ruler .container .ruler .ruler-container .ruler-item.each-ten {
  border-right-color: transparent;
}
.tox div.tinyword-ruler .container .ruler .ruler-container .ruler-item.each-ten div {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 8px;
  position: absolute;
  top: -4px;
  left: 0;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tox div.tinyword-ruler .container .ruler .ruler-container.left {
  background: #cacaca;
}
.tox div.tinyword-ruler .container .ruler .ruler-container.left .ruler-item.each-five {
  border-left: 1px solid gray;
  border-right: none;
}
.tox div.tinyword-ruler .container .ruler .ruler-container.left .ruler-item.each-ten {
  border-left-color: transparent;
  border-right: none;
}
.tox div.tinyword-ruler .container .ruler .ruler-container.left .ruler-item.each-ten div {
  left: -2px;
}
.tox div.tinyword-ruler .container .ruler .ruler-container.right {
  background: #cacaca;
}
.tox div.tinyword-ruler .container .ruler .ruler-container.right .ruler-item.each-five {
  border-right-color: gray;
}
.tox div.tinyword-ruler .container .ruler .ruler-container.right .ruler-item.each-ten {
  border-right-color: transparent;
  border-left: none;
}
.mce-preview-document {
  background: #f5f5f5 !important;
}
.mce-preview-document * {
  box-sizing: border-box !important;
}
.mce-preview-document .mCSB_scrollTools {
  position: absolute !important;
}

.margins-plugin-container {
  padding: 20px;
  width: 540px;
}
.margins-plugin-container.flex,
.margins-plugin-container .flex {
  display: flex;
}
.margins-plugin-container.flex-row,
.margins-plugin-container .flex-row {
  flex-direction: row;
}
.margins-plugin-container.flex-wrap,
.margins-plugin-container .flex-wrap {
  flex-wrap: wrap;
}
.margins-plugin-container .flex-item {
  flex: 1 1 auto;
}
.margins-plugin-container .flex-item-2cols {
  min-width: 50%;
  max-width: 50%;
  padding: 10px 0;
}
.margins-plugin-container .margins-title {
  margin-right: 20px;
  line-height: 32px;
}
.margins-plugin-container .margins-select {
  max-width: 100px;
  margin-right: 50px;
  line-height: 32px;
}
.margins-plugin-container .margins-checkbox {
  max-width: 100px;
  margin-right: 110px;
  line-height: 32px;
}
.margins-plugin-container .margins-input {
  max-width: 60px;
  margin-right: 90px;
  line-height: 32px;
}

.webeditor-insertdocx-window {
  max-width: 400px !important;
}
.insertdocx-component {
  padding: 20px;
}
.insertdocx-component .awl-page-loader {
  left: calc(50% + 30px);
}
.insertdocx-component .vi-atom-busy-indicator {
  margin-top: 35px;
}
.insertdocx-component.increase {
  min-height: 100px;
}
.insertdocx-component label {
  padding: 0 10px;
}
.insertdocx-component div.insertdocx-upload {
  position: relative;
  display: inline-block;
}
.insertdocx-component div.insertdocx-upload input[type='file'] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.insertimage-plugin-container {
  padding: 20px;
  width: 540px;
}
.insertimage-plugin-container.flex,
.insertimage-plugin-container .flex {
  display: flex;
}
.insertimage-plugin-container.flex-row,
.insertimage-plugin-container .flex-row {
  flex-direction: row;
}
.insertimage-plugin-container.flex-wrap,
.insertimage-plugin-container .flex-wrap {
  flex-wrap: wrap;
}
.insertimage-plugin-container .flex-item {
  flex: 1 1 auto;
}
.insertimage-plugin-container .flex-item2 {
  flex: 2 2 auto;
}
.insertimage-plugin-container .flex-item-20 {
  min-width: 20%;
  max-width: 20%;
  padding: 10px 0;
}
.insertimage-plugin-container .flex-item-30 {
  min-width: 30%;
  max-width: 30%;
  padding: 10px 0;
}
.insertimage-plugin-container .flex-item-40 {
  min-width: 40%;
  max-width: 40%;
  padding: 10px 0;
}
.insertimage-plugin-container .flex-item-50 {
  min-width: 50%;
  max-width: 50%;
  padding: 10px 0;
}
.insertimage-plugin-container .flex-item-70 {
  min-width: 70%;
  max-width: 70%;
  padding: 10px 0;
}
.insertimage-plugin-container .margins-title {
  line-height: 32px;
}
.insertimage-plugin-container .margins-checkbox {
  max-width: 100px;
  margin-right: 80px;
  line-height: 32px;
}
.insertimage-plugin-container .margins-input {
  max-width: 60px;
  margin-right: 90px;
  line-height: 32px;
}
.insertimage-plugin-container div.insertdocx-upload {
  position: relative;
  display: inline-block;
}
.insertimage-plugin-container div.insertdocx-upload input[type='file'] {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.report-preview {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.report-preview--full-size {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 32000;
  background: #fff;
}
.report-preview .icon-item {
  margin-right: -20px;
  margin-top: -2px;
}
.report-preview .tools {
  height: 72px;
  padding: 12px 30px 12px 12px;
  position: relative;
  display: flex;
  border-bottom: 1px solid #dee2e7;
  align-items: center;
}
.report-preview .tools .zoom-act-cont {
  margin: 0 auto;
}
.report-preview .tools .icon-right-cont {
  height: 40px;
}
.report-preview .tools .icon-right-cont .i-download-doc {
  width: 40px;
  height: 40px;
  font-size: 22px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-left: 18px;
}
.report-preview .tools .icon-right-cont .i-download-doc:hover,
.report-preview .tools .icon-right-cont .i-download-doc.hover {
  cursor: pointer;
  background-color: #eef2f6;
  border-radius: 20px;
}
.report-preview .main {
  flex: 1;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.report-preview__content-wrap {
  background: #fff;
  width: 100%;
  height: 100%;
}
.report-preview__content {
  position: relative;
}
.report-preview__content .message {
  padding: 20px;
  text-align: center;
}
.report-preview__content .message .error {
  margin-top: 20px;
}
.report-preview .report-preview-document {
  padding: 20px 0;
}
.report-preview .report-preview-preload {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
}
.report-preview .for-iframe-scroll {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.report-preview__format-dlg .popup-layout {
  margin-top: 8px;
  min-width: 164px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23), 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.report-preview__format-dlg .popup-layout .export-title {
  font-weight: 600;
  font-size: 14px;
  padding: 0 10px;
  line-height: 32px;
}
.report-preview__format-dlg .popup-layout .list-item {
  line-height: 32px;
  padding: 0 20px;
}
.report-preview__format-dlg:before {
  position: absolute;
  content: '';
  transform: rotate(45deg);
  display: inline-block;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-left: 1px solid #dde1e6;
  border-top: 1px solid #dde1e6;
  background-color: #ffffff;
  top: 2px;
  right: 14px;
}

.country-flag-component.fflag {
  width: 36px;
  height: 24px;
}

.tenant-list-container {
  margin-top: 20px;
}

.page-login.login-page-container {
  display: flex;
}
.page-login .white-background {
  height: 100%;
  width: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-login .white-background .centered-content {
  display: flex;
  background-image: url(../../assets/b082c1be.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 449px;
  height: 292.8px;
}
.page-login .green-background {
  height: 100%;
  width: 50%;
  padding: 20px;
  align-items: center;
  background: var(--Brand-Primary, #1aaf4b);
  display: flex;
  justify-content: center;
}
.page-login .green-background .container {
  width: 450px;
  padding: 40px;
  flex-direction: column;
  align-content: center;
  gap: 40px;
  border-radius: 10px;
  background: var(--Surface-White, #fff);
}
.page-login .green-background .container h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.page-login .green-background .container form {
  display: flex;
  justify-content: space-between;
}
.page-login .green-background .container form .labels {
  display: flex;
  flex-direction: column;
  margin: 0px 24px 0px 0px;
}
.page-login .green-background .container form .labels label {
  height: 40px;
  margin-bottom: 16px;
  align-content: center;
}
.page-login .green-background .container form .labels label.login-type {
  height: 32px;
}
.page-login .green-background .container form .inputs {
  max-width: 280px;
  flex-grow: 1;
}
.page-login .green-background .container form .inputs input {
  width: 100%;
}
.page-login .green-background .container form .inputs .input-container {
  margin: 0px 0px 16px 0px;
}
.page-login .green-background .container form .inputs .input-container.password-field {
  width: 100%;
}
.page-login .green-background .container form .inputs .input-container.password-field.has-error {
  margin-bottom: 36px;
}
.page-login .green-background .container form .inputs .input-container.password-field input {
  padding-right: 30px;
}
.page-login .green-background .container form .inputs .input-container.password-field .i-pos-icon-no-show {
  top: 10px;
}
.page-login .green-background .container form .inputs .login-type-switch-container {
  display: flex;
  align-items: center;
}
.page-login .green-background .container .password-error {
  position: absolute;
  top: 100%;
  margin-top: 4px;
  height: 17px;
  font-size: 12px;
  line-height: 17px;
  color: #9ca5b3;
  white-space: nowrap;
}
.page-login .green-background .container.login-password-line {
  margin: unset;
}
.page-login .green-background .container .awl-select-mk2 .temp-nice-looking-search-text-input.temp-nice-looking-search-text-input {
  height: 40px;
}
.page-login .green-background .container .awl-select-mk2 .temp-nice-looking-search-text-input.temp-nice-looking-search-text-input > .nice-input-icon {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.page-login .green-background .container input {
  height: 40px;
}
.page-login .green-background .container .line-line {
  display: flex;
  justify-content: end;
}
.page-login .green-background .container .line-line .link-button {
  color: #1aaf4b;
}
.page-login .green-background .container h1 > .club-name {
  display: block;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 23px;
}
.page-login .green-background .container .extended-quick-search input {
  height: 40px;
}
.page-login .green-background .container .ctrl.suggest i {
  top: 10px;
  right: 10px;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.page-login .green-background .container .skeleton-table {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-login .green-background .container .skeleton-table .skeleton-table-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 16px 0;
}
.page-login .green-background .container .skeleton-table .skeleton-table-row .label-line {
  width: 20%;
}
.page-login .green-background .container .skeleton-table .skeleton-table-row .skeleton-input {
  width: 80%;
  height: 40px;
}
.page-login .green-background .container .skeleton-table .skeleton-table-row .skeleton-input:last-child {
  display: flex;
  justify-content: flex-end;
}
.page-login .green-background .container .skeleton-table .skeleton-table-row:last-child {
  margin-bottom: 0;
}
.page-login .green-background .container .skeleton-logo {
  width: 160px;
  height: 40px;
  margin-bottom: 32px;
  border-radius: 6px;
  background: #eee;
}
.page-login .green-background .container .skeleton-line {
  width: 60%;
  height: 16px;
  border-radius: 4px;
  background: #eee;
}
.page-login .green-background .container .skeleton-input {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 37%, #eee 63%);
  background-size: 400% 100%;
  animation: shimmer 1.4s ease infinite;
}
.page-login .green-background .container .skeleton-button {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  background: #eee;
}
@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.page-login .green-background .golf-now-logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 600px) {
  .page-login {
    padding: 0 5vw 5vw;
  }
  .page-login .container {
    width: 95vw !important;
    padding: 20px;
    gap: 20px;
  }
  .page-login::before {
    transform: scale(1.1);
  }
}

.app-container-drag {
  -webkit-app-region: drag;
}
.app-container-no-drag {
  -webkit-app-region: no-drag;
}

.app-download {
  display: flex;
  padding: 20px;
}
.app-download__block {
  width: 230px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  padding: 20px;
}
.app-download__block.right-space {
  margin-right: 10px;
}
.app-download__block > div {
  text-align: center;
  color: #47505d;
}
.app-download__block .image {
  width: 100px;
  height: 80px;
  margin: 0 auto;
}
.app-download__block .title {
  margin: 10px 0;
  font-weight: 600;
}
.app-download__block .version {
  margin: 10px 0;
  font-size: 12px;
}
.app-download__block .button {
  margin: 10px 0;
}
.app-download__block .button:last-child {
  margin-bottom: 0;
}
.app-download__block .button > a {
  color: #47505d;
  font-weight: 600;
  display: inline-block;
  min-width: 130px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-download__block .button > a:hover {
  background-color: #ddd;
}

.two-step-spin {
  animation: rotation 2s linear infinite reverse;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.in-the-middle {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.update-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-top: 8px;
  background-image: url(../../assets/3fe1c512.svg);
  background-size: cover;
}
.update-screen {
  height: 100%;
  display: none;
}
.update-popup {
  width: 600px;
  height: 315px;
  margin: 0 auto;
  text-align: center;
}
.update-popup img {
  width: 200px;
  margin-top: 40px;
}
.update-popup .message {
  font-size: 18px;
  margin: 20px;
}
.update-popup .postpone {
  margin: 20px;
}
.update-popup .select {
  display: inline-block;
  width: 130px;
  vertical-align: top;
}

.app-new-version-popup {
  padding: 20px;
}
.app-new-version-popup__wrap {
  min-height: 257px;
  width: 556px;
  border: 2px dashed #c6c8cc;
  border-radius: 10px;
  background-color: #eff7e5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-new-version-popup img {
  width: 200px;
  margin-top: 40px;
}
.app-new-version-popup .message {
  font-size: 14px;
  font-weight: bold;
  margin: 20px;
}
.sync-loading {
  height: 350px;
  width: 550px;
  border: 2px dashed #c6c8cc;
  border-radius: 10px;
  background-color: #fffcfc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.awl-list-actions .ala-item .hover-tooltip,
.simple-tooltip {
  z-index: 2500;
}

.actions-bar-favorite-icon__error-popover {
  padding: 5px 15px;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.listing-actions-combo-array-config {
  position: relative;
  top: 10px;
  left: 25px;
}
.listing-actions-combo .actions-wrapper {
  font-weight: 600;
  position: relative;
  z-index: 150;
  text-align: right;
  margin: -3px;
  padding: 3px;
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
  /* 20161208 TMax required for button-list directive as a clearfix - replace with any other clearfix hack if you have to get rid of overflow hidden */
  overflow: hidden;
}
.listing-actions-combo .actions-wrapper > span {
  height: 26px;
  white-space: normal;
  overflow: hidden;
}
.listing-actions-combo .actions-wrapper > span.awl-button-line {
  height: 32px;
}
.listing-actions-combo .actions-wrapper > span .awl-button {
  margin-right: 10px;
  border-radius: 4px !important;
}
.listing-actions-combo .actions-wrapper > .action-button,
.listing-actions-combo .actions-wrapper > .ctrl.button,
.listing-actions-combo .actions-wrapper > .awl-button {
  vertical-align: top;
  position: relative;
}
.listing-actions-combo .actions-wrapper.buttons-aligned-to-left {
  text-align: left;
}
.listing-actions-combo .actions-wrapper.buttons-aligned-to-left > .action-button,
.listing-actions-combo .actions-wrapper.buttons-aligned-to-left > .ctrl.button,
.listing-actions-combo .actions-wrapper.buttons-aligned-to-left > .awl-button .awl-button-line {
  margin: 5px 10px 0 0;
  float: left;
}
.listing-actions-combo .actions-wrapper.buttons-aligned-to-left > .anchor {
  float: left;
}
.listing-actions-combo .actions-wrapper.actions-with-actions .anchor {
  width: 90px;
}
.listing-actions-combo .actions-wrapper.actions-with-actions.buttons-aligned-to-left .anchor {
  width: 90px;
}
.listing-actions-combo .actions-wrapper .awl-options-icon {
  white-space: nowrap;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  vertical-align: top;
  display: inline-block;
  color: #FFFFFF;
  margin-left: 0;
}
.listing-actions-combo .actions-wrapper .awl-options-icon.icon-small {
  height: 26px !important;
  width: 26px !important;
  line-height: 26px !important;
}
.listing-actions-combo .actions-wrapper .awl-options-icon:not(.icon-small) {
  background-color: #969fb8;
}
.listing-actions-combo .actions-wrapper .awl-options-icon.actions-config {
  padding: 0;
}
.listing-actions-combo .actions-wrapper .awl-options-icon::before {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  line-height: 16px;
  height: 16px;
}
.listing-actions-combo .actions-wrapper .awl-options-icon.actions-all {
  white-space: nowrap;
  padding: 0;
}
.listing-actions-combo .actions-wrapper .awl-options-icon.actions-all.disabled {
  opacity: 0.3;
  cursor: default;
}
.awlAbsoluteAbsoluteAbsoluteContainerV2.awl-position-v2-right .awl-list-actions.ala-root {
  position: relative;
  top: 10px;
  left: 0;
}
.awlAbsoluteAbsoluteAbsoluteContainerV2.awl-position-v2-right .awl-list-actions.ala-root::before {
  top: -5px;
  left: 7px;
}
.awlAbsoluteAbsoluteAbsoluteContainerV2.awl-position-v2-left .awl-list-actions.ala-root {
  position: relative;
  top: 10px;
  left: 25px;
}
.awlAbsoluteAbsoluteAbsoluteContainerV2.awl-position-v2-left .awl-list-actions.ala-root::before {
  top: -5px;
  right: 33px;
}
.awl-list-actions.ala-root {
  z-index: 100;
  /*
    position:absolute;
    top:-5px;
    bottom:0;
    right:-20px;
  */
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  padding: 10px 0 20px 0;
  width: 340px;
}
.awl-list-actions.ala-root .ala-group-content {
  padding: 0 20px 0 10px;
}
.awl-list-actions.ala-root .ala-kind h3 {
  font-weight: 600;
  font-size: 14px;
  color: #333d4c;
  padding: 20px 0 0 20px;
  margin: 0;
}
.awl-list-actions.ala-root .ala-kind:first-child h3 {
  padding-top: 0;
}
.awl-list-actions.ala-root .ala-group .ala-group-title {
  position: relative;
  height: 32px;
  line-height: 32px;
  color: #47505d;
  padding: 0 0 0 35px;
  font-size: 14px;
  font-weight: 400;
}
.awl-list-actions.ala-root .ala-group .ala-group-title .ala-icon {
  position: absolute;
  top: 0;
  left: 15px;
  width: 16px;
  height: 32px;
  font-size: 16px;
  text-align: left;
}
.awl-list-actions.ala-root .ala-group .ala-group-title .ala-icon-expanded {
  display: none;
}
.awl-list-actions.ala-root .ala-group .ala-group-title .ala-icon-collapsed {
  display: block;
}
.awl-list-actions.ala-root .ala-group.state-expanded {
  color: #000;
}
.awl-list-actions.ala-root .ala-group.state-expanded .ala-group-title {
  font-weight: 600;
}
.awl-list-actions.ala-root .ala-group.state-expanded .ala-icon-expanded {
  display: block;
  left: 18px;
}
.awl-list-actions.ala-root .ala-group.state-expanded .ala-icon-collapsed {
  display: none;
}
.awl-list-actions.ala-root .ala-group.state-expanded .ala-group-content {
  display: block;
  padding-top: 5px;
}
.awl-list-actions.ala-root .ala-group .ala-group-content {
  display: none;
}
.awl-list-actions.ala-root .ala-group .ala-item-name {
  padding: 0 10px 0 36px;
}
.awl-list-actions.ala-root .ala-group:not(.last) .ala-group-title {
  border-bottom: 1px solid #dde1e6;
}
.awl-list-actions.ala-root .ala-item {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-size: 14px;
  color: #47505d;
}
.awl-list-actions.ala-root .ala-item .ala-item-name {
  padding: 0 10px 0 20px;
  width: calc(100% - 26px);
  float: left;
}
.awl-list-actions.ala-root .ala-item .ala-item-name:hover {
  background: #eef2f6;
}
.awl-list-actions.ala-root .ala-item .ala-item-favorite {
  width: 26px;
  text-align: right;
  float: right;
  font-size: 16px;
  line-height: 32px;
}
.awl-list-actions.ala-root .ala-item[disabled] {
  color: #9b9b9b;
  cursor: default;
}
.awl-list-actions.ala-root .ala-item[disabled] .ala-item-name:hover {
  background: none;
}
.awl-list-actions.ala-root .ala-item.state-selected {
  background: #eef2f6;
}
.awl-list-actions.ala-root .ala-item.state-selected .ala-category-icon {
  display: block;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites h3 {
  border-top: 1px solid #dde1e6;
  padding-top: 20px;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites h3 > .awl-button {
  float: right;
  line-height: 24px;
  padding: 0;
  text-align: center;
  width: 24px;
  height: 24px;
  margin: 2px 10px 0 0;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-buttons {
  padding: 6px 16px 0 16px;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-buttons .awl-button {
  line-height: 24px;
  margin: 4px 0 0 4px;
  border: 1px solid !important;
  border-radius: 4px !important;
  cursor: default;
  height: 26px;
  padding: 0 8px;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-buttons .awl-button .action-delete {
  font-size: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-buttons .awl-button .action-text {
  font-size: 12px;
  cursor: pointer;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-buttons .awl-button[disabled]:not(.system) {
  opacity: 0.4;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-buttons .awl-button[disabled].system {
  background-color: #b9bed0 !important;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-buttons .awl-button[disabled] .action-text {
  cursor: default;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-dragger-wrapper {
  padding: 6px 0 0 16px;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-dragger-wrapper div.awl-button {
  line-height: 24px;
  margin: 4px 0 0 4px;
  background-color: #f0f4f8;
  color: #969fb8 !important;
  border: 1px dashed #aab2c7 !important;
  height: 26px;
  padding: 0 8px;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-dragger-wrapper div.awl-button .action-delete {
  font-size: 12px;
  margin-left: 10px;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-dragger-wrapper div.awl-button .action-text {
  font-size: 12px;
  cursor: pointer;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-dragger-wrapper .dndDragging {
  opacity: 0.7;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-dragger-wrapper .dndDraggingSource {
  background: #e0f4fd;
  border-color: #82d0f5;
  display: none;
}
.awl-list-actions.ala-root .ala-kind.ala-favorites .ala-favorites-dragger-wrapper .dndPlaceholder {
  background-color: #e0f4fd !important;
  min-width: 30%;
}
.actions-bar-favorite-icon > span.inactive {
  color: #9CA5B3;
}
.actions-bar-favorite-icon > span.inactive.fs-full {
  color: #9CA5B3;
}
.favorite-tooltip {
  background-color: red;
}

.club-name-container {
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(90, 105, 128, 0.8);
  letter-spacing: -0.1px;
}

.a-main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.a-main-content main {
  flex: 1;
  height: 100%;
}
.a-main-content .has-footer main {
  padding-bottom: 44px;
}
.a-main-content .a-main-header {
  max-height: 71px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
.a-main-content .a-main-header .a-header-left .brs-logo-container {
  color: #333d4c;
  vertical-align: middle;
  display: inline-block;
  width: 165px;
  float: left;
  line-height: 70px;
  padding-left: 20px;
  position: relative;
  white-space: nowrap;
}
.a-main-content .a-main-header .a-header-left .brs-logo-container .logo-img {
  height: 30px;
}
.a-main-content .a-main-header .a-header-left .brs-logo-container .env-container {
  font-size: 12px;
  font-weight: 600;
  background-color: #E0E0E0;
  color: #333d4c;
  border-radius: 4px;
  margin-left: 20px;
  cursor: default;
}
.a-main-content .a-main-header .a-header-left .brs-logo-container .v-container {
  font-size: 12px;
  font-weight: 600;
  background-color: #E0E0E0;
  color: #333d4c;
  border-radius: 4px;
  margin-left: 5px;
  cursor: default;
}
.a-main-content .a-main-header .a-header-left .brs-logo-container .copy-version-icon {
  vertical-align: bottom;
  font-size: 14px;
  cursor: pointer;
}
.a-main-content .a-main-header .a-header-left .brs-logo-container .icon-button {
  margin-right: 20px;
  width: 0;
}
.a-main-content .a-main-header .a-header-left .brs-logo-container .icon-button:hover .copy-version-tooltip,
.a-main-content .a-main-header .a-header-left .brs-logo-container .icon-button:focus .copy-version-tooltip {
  display: inline-block;
}
.a-main-content .a-main-header .a-header-right {
  display: flex;
}
.a-main-content .a-main-header .a-header-right .user-profile-container {
  height: 26px;
  padding: 0 20px;
  margin-top: 15px;
}
.a-main-content.popup-over-footer .a9-popup {
  height: auto;
  bottom: -43px;
}
.a-main-content.popup-over-footer .a-main-footer {
  z-index: 0;
}
.a-main-footer .start {
  z-index: auto;
}
.cashup-popup-content {
  margin: 20px;
}
.user-cashup-cash-count-tab-popup .details-form__column--two-columns {
  width: 50% !important;
}
.disabled-nav {
  cursor: not-allowed !important;
}
.disabled-nav .start {
  cursor: not-allowed !important;
}

.help-dashboard-admin-overview {
  height: 100%;
  padding: 0 20px;
}
.help-dashboard-admin-overview .overview-cont {
  height: 100%;
}
.help-dashboard-admin-overview .overview-cont.no-overview {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.help-dashboard-admin-overview .overview-cont .info-cont .version-image {
  width: 163px;
  height: 123px;
  background: url(../../assets/22f8b9b7.svg) no-repeat;
}
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button,
.msg-templates-dialog .page-pos .awl-button {
  height: 32px;
  padding: 0 20px;
  border: 1px solid #cdd2d9;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button:disabled,
.msg-templates-dialog .page-pos .awl-button:disabled {
  color: #fff !important;
}
.msg-templates-dialog .a9-app-pos.a9-popup .font-picker .awl-button.secondary,
.msg-templates-dialog .page-pos .font-picker .awl-button.secondary,
.msg-templates-dialog .a9-app-pos.a9-popup .colorPicker .awl-button.secondary,
.msg-templates-dialog .page-pos .colorPicker .awl-button.secondary {
  padding: 0 8px;
}
.msg-templates-dialog .a9-app-pos.a9-popup .awl-select-mk2-popup .popup-layout .list-item,
.msg-templates-dialog .page-pos .awl-select-mk2-popup .popup-layout .list-item {
  line-height: 32px;
  padding: 0 10px 0 10px;
  font-size: 14px;
  height: 32px;
}
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.secondary,
.msg-templates-dialog .page-pos .awl-button.secondary,
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.cancel,
.msg-templates-dialog .page-pos .awl-button.cancel {
  background-color: #fff;
  border: 1px solid #cdd2d9;
  color: #47505d;
  font-weight: 600;
  line-height: 30px;
}
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.secondary.awl-app-border-color,
.msg-templates-dialog .page-pos .awl-button.secondary.awl-app-border-color,
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.cancel.awl-app-border-color,
.msg-templates-dialog .page-pos .awl-button.cancel.awl-app-border-color {
  border-color: #4298fb !important;
}
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.secondary.awl-app-bg-15opacity,
.msg-templates-dialog .page-pos .awl-button.secondary.awl-app-bg-15opacity,
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.cancel.awl-app-bg-15opacity,
.msg-templates-dialog .page-pos .awl-button.cancel.awl-app-bg-15opacity {
  background-color: #eef2f6 !important;
}
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.secondary:hover,
.msg-templates-dialog .page-pos .awl-button.secondary:hover,
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.cancel:hover,
.msg-templates-dialog .page-pos .awl-button.cancel:hover {
  background: #eef2f6;
}
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.secondary:active,
.msg-templates-dialog .page-pos .awl-button.secondary:active,
.msg-templates-dialog .a9-app-pos.a9-popup .ctrl.button.secondary:active,
.msg-templates-dialog .page-pos .ctrl.button.secondary:active,
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.cancel:active,
.msg-templates-dialog .page-pos .awl-button.cancel:active,
.msg-templates-dialog .a9-app-pos.a9-popup .ctrl.button.cancel:active,
.msg-templates-dialog .page-pos .ctrl.button.cancel:active,
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.secondary:focus,
.msg-templates-dialog .page-pos .awl-button.secondary:focus,
.msg-templates-dialog .a9-app-pos.a9-popup .ctrl.button.secondary:focus,
.msg-templates-dialog .page-pos .ctrl.button.secondary:focus,
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.cancel:focus,
.msg-templates-dialog .page-pos .awl-button.cancel:focus,
.msg-templates-dialog .a9-app-pos.a9-popup .ctrl.button.cancel:focus,
.msg-templates-dialog .page-pos .ctrl.button.cancel:focus {
  border-color: #4298fb;
}
.msg-templates-dialog .a9-app-pos.a9-popup .awl-button.secondary.disabled,
.msg-templates-dialog .page-pos .awl-button.secondary.disabled {
  background: #eef2f6 !important;
  color: #9ca5b3 !important;
  border-color: #cdd2d9 !important;
}
.msg-templates-dialog .a9-app-pos.a9-popup aside.popup-dialog-v2 > header,
.msg-templates-dialog .page-pos aside.popup-dialog-v2 > header {
  height: 50px;
  color: #46505d;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 20px;
}
.msg-templates-dialog .a9-app-pos.a9-popup aside.popup-dialog-v2 > header .i-close-delete,
.msg-templates-dialog .page-pos aside.popup-dialog-v2 > header .i-close-delete {
  top: 10px;
  right: 12px;
  font-size: 16px;
}
.msg-templates-dialog .a9-app-pos.a9-popup aside.popup-dialog-v2 > section,
.msg-templates-dialog .page-pos aside.popup-dialog-v2 > section {
  font-size: 14px;
}
.msg-templates-dialog .a9-app-pos.a9-popup aside.popup-dialog-v2 > footer,
.msg-templates-dialog .page-pos aside.popup-dialog-v2 > footer {
  height: 60px;
  padding: 14px 20px;
}
.msg-templates-dialog .a9-app-pos.a9-popup .details-form--edit .details-form__row,
.msg-templates-dialog .page-pos .details-form--edit .details-form__row {
  height: 42px;
}
.msg-templates-dialog .a9-app-pos.a9-popup .details-form--edit .details-form__title,
.msg-templates-dialog .page-pos .details-form--edit .details-form__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.msg-templates-dialog .a9-app-pos.a9-popup .details-form--edit .details-form__label,
.msg-templates-dialog .page-pos .details-form--edit .details-form__label {
  color: #46505d;
  font-size: 12px;
  padding-right: 40px;
}
.msg-templates-dialog .a9-app-pos.a9-popup .temp-nice-looking-search-text-input > input,
.msg-templates-dialog .page-pos .temp-nice-looking-search-text-input > input {
  padding-right: 28px;
}
.msg-templates-dialog .a9-app-pos.a9-popup .temp-nice-looking-search-text-input > .nice-input-icon,
.msg-templates-dialog .page-pos .temp-nice-looking-search-text-input > .nice-input-icon {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  right: 0;
  top: 0;
}
.msg-templates-dialog .a9-app-pos.a9-popup input[type='text'],
.msg-templates-dialog .page-pos input[type='text'] {
  height: 32px;
  padding: 3px 3px 3px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.vertical-tab-menu {
  justify-content: stretch;
  height: 100%;
  font-size: 14px;
}
.vertical-tab-menu .no-records {
  text-align: center;
  font-size: 14px;
}
.vertical-tab-menu .list-item {
  height: 32px;
  line-height: 32px;
  color: #5e6671;
  font-weight: normal;
  padding-left: 10px;
  position: relative;
}
.vertical-tab-menu .list-item > .overflow-control {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vertical-tab-menu .list-item.selected {
  background: #eef2f6;
  color: #47505d;
  font-weight: 600;
}
.vertical-tab-menu .list-item.expanded {
  font-weight: 600;
}
.vertical-tab-menu .list-item.expandable > .overflow-control {
  margin-right: 20px;
}
.vertical-tab-menu .list-item.with-sub-title {
  height: 64px;
}
.vertical-tab-menu .list-item .sub-title {
  padding-left: 10px;
}
.vertical-tab-menu .expanded-container {
  padding-left: 12px;
}
.vertical-tab-menu .expand-controls {
  color: #9da6b4;
  position: absolute;
  top: 0;
  right: 0;
}
.vertical-tab-menu .expand-controls .expand-control {
  font-size: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
}
.vertical-tab-menu .sub-item {
  height: 32px;
  line-height: 32px;
  color: #5e6671;
  font-weight: normal;
  margin: 0 0 0 20px;
  padding: 0 0 0 10px;
  position: relative;
}
.vertical-tab-menu .sub-item > .overflow-control {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vertical-tab-menu .sub-item:before {
  content: "";
  width: 10px;
  height: 0;
  position: absolute;
  left: -10px;
  top: 16px;
  border-top: 1px solid #e0e4e8;
}
.vertical-tab-menu .sub-item:after {
  content: "";
  width: 0;
  height: 40px;
  position: absolute;
  left: -10px;
  top: 0;
  border-left: 2px solid #eef0f2;
}
.vertical-tab-menu .sub-item.sub-last:not(.expanded):after {
  height: 16px;
}
.vertical-tab-menu .sub-item.selected {
  background: #eef2f6;
  color: #47505d;
  font-weight: 600;
}
.vertical-tab-menu .sub-item.expanded {
  font-weight: 600;
}
.vertical-tab-menu .sub-item.expandable > .overflow-control {
  margin-right: 20px;
}
.vertical-tab-menu__level {
  position: relative;
}
.vertical-tab-menu__level.level-2 {
  margin-left: 20px;
}
.vertical-tab-menu__level.level-3 {
  margin-left: 20px;
}
.vertical-tab-menu__level:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  border-left: 2px solid #eef0f2;
}
.vertical-tab-menu .title-footer {
  flex-shrink: 0;
  flex-basis: 1;
  width: 300px;
  padding: 20px;
}
.vertical-tab-menu .scrollbar-vertical-tabs {
  flex-shrink: 1;
  height: 100%;
  padding: 20px 26px 10px 20px;
  width: 300px;
}
.vertical-tab-menu .scrollbar-vertical-tabs .ps__rail-y {
  margin: 10px 10px 10px 0;
}
.vertical-tab-menu .mCustomScrollbar.scrollbar-vertical-tabs > .mCustomScrollBox.mCS-a9 {
  padding: 0;
}
.vertical-tab-menu .mCustomScrollbar.scrollbar-vertical-tabs > .mCustomScrollBox.mCS-a9 > .mCSB_container {
  padding: 10px 26px 10px 20px;
  margin: 0;
}
.vertical-tab-menu .mCustomScrollbar.scrollbar-vertical-tabs > .mCustomScrollBox.mCS-a9 > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  right: 10px;
  top: 0;
  bottom: 0;
}
.icon-button {
  background: transparent;
  border: none;
  color: #47505d;
  font-size: 20px;
  width: 26px;
  float: right;
  height: 26px;
  padding: 0;
  position: relative;
  margin-right: 10px;
}
.text-block-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-block {
  display: flex;
  align-items: center;
  max-width: 60%;
  flex-shrink: 1;
  overflow: hidden;
}
.left-block span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.right-block {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.favourite {
  color: #FACD4C;
}

.vertical-tab-layout {
  font-size: 14px;
}
.vertical-tab-layout.state-collapsed {
  padding-left: 20px;
}
.vertical-tab-layout.state-collapsed .layout-toggle-element {
  left: 0;
  width: 20px;
}
.vertical-tab-layout.state-collapsed .layout-toggle-element:before {
  border-right: 0px solid #7b8799;
  border-left: 3px solid #7b8799;
}
.vertical-tab-layout .no-content {
  padding: 20px;
  text-align: center;
}
.vertical-tab-layout .layout-toggle-element {
  position: absolute;
  z-index: 3;
  width: 7px;
  top: 0px;
  bottom: 0px;
  left: 293px;
  border-right: 1px solid #e4e7eb;
  background-color: #fbfbfb;
}
.vertical-tab-layout .layout-toggle-element:hover {
  background-color: #EEF2F6;
}
.vertical-tab-layout .layout-toggle-element:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 3px solid #7b8799;
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  right: 2px;
}
.vertical-tab-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vertical-tab-header .flex-icon-buttons {
  align-items: center;
  height: 32px;
  margin-bottom: 0;
}

.vertical-layout-framework {
  height: 100%;
  width: 100%;
  position: relative;
}
.vertical-layout-framework > .layout-aside {
  position: absolute;
  width: 300px;
  left: 0;
  top: 0;
  bottom: 0;
}
.vertical-layout-framework > .layout-content {
  position: absolute;
  left: 300px;
  top: 0;
  bottom: 0;
  right: 0;
}
.vertical-layout-framework.state-collapsed {
  padding-left: 20px;
}
.vertical-layout-framework.state-collapsed > .layout-toggle-element {
  left: 0;
  width: 20px;
}
.vertical-layout-framework.state-collapsed > .layout-toggle-element:before {
  border-right: 0px solid #7b8799;
  border-left: 3px solid #7b8799;
}
.vertical-layout-framework.state-collapsed > .layout-aside {
  display: none;
}
.vertical-layout-framework.state-collapsed > .layout-content {
  left: 20px;
}
.vertical-layout-framework.state-without-aside > .layout-toggle-element {
  display: none;
}
.vertical-layout-framework.state-without-aside > .layout-aside {
  display: none;
}
.vertical-layout-framework.state-without-aside > .layout-content {
  left: 0px;
}
.vertical-layout-framework > .layout-toggle-element {
  position: absolute;
  z-index: 3;
  width: 7px;
  top: 0px;
  bottom: 0px;
  left: 293px;
  border-right: 1px solid #e4e7eb;
  background-color: #fbfbfb;
}
.vertical-layout-framework > .layout-toggle-element:hover {
  background-color: #EEF2F6;
}
.vertical-layout-framework > .layout-toggle-element:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 3px solid #7b8799;
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  right: 2px;
}
.string-with-controls {
  position: relative;
}
.string-with-controls .string-item {
  display: block;
  margin-right: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.string-with-controls .controls-item {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  padding: 4px 0 0 4px;
  right: 0;
  top: 0;
  color: #7b8799;
}

.msg-tab-templates {
  height: 100%;
}
.msg-tab-templates .upload-download-cont {
  width: 295px;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
}
.msg-tab-templates .upload-download-cont .i-upload {
  font-size: 30px;
  cursor: pointer;
}
.msg-tab-templates .upload-download-cont .i-upload.loading {
  opacity: 0.5;
  cursor: default;
}
.msg-tab-templates .upload-download-cont .i-upload + .i-upload {
  margin-left: 5px;
  transform: rotate(-180deg);
}

.msg-templates {
  height: 100%;
  display: flex;
  flex-direction: row;
}
.msg-templates__list {
  width: 300px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.msg-templates__list.collapsed {
  display: none;
}
.msg-templates__list .search {
  padding: 20px 20px 3px 20px;
}
.msg-templates__list .listing {
  margin-top: 20px;
  flex: 1 1 auto;
  position: relative;
}
.msg-templates__list .archived {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.msg-templates__list .archived i {
  margin: 0 10px 0 20px;
}
.msg-templates__toggler {
  width: 10px;
  border-right: 1px solid #dee2e7;
  display: flex;
  flex-shrink: 0;
  background-color: #fbfbfb;
}
.msg-templates__toggler > div:before {
  content: '';
  width: 0;
  height: 0;
  border-right: 3px solid #7b8799;
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  margin-left: 2px;
}
.msg-templates__toggler.collapsed {
  padding-left: 20px;
}
.msg-templates__toggler.collapsed > div {
  transform: scale(-1, -1);
}
.msg-templates__toggler:hover {
  background-color: #eef2f6;
}
.msg-templates__preview {
  flex: 1 1 auto;
  overflow: hidden;
}

.msg-templates-list {
  padding: 0 15px;
}
.msg-templates-list__item {
  display: flex;
  flex-direction: row;
}
.msg-templates-list__item.themed-background {
  color: #ffffff;
}
.msg-templates-list__item > div {
  height: 32px;
  line-height: 32px;
}
.msg-templates-list__item .marker {
  flex: 0 0 auto;
  width: 32px;
  text-align: center;
}
.msg-templates-list__item .title {
  flex: 1 1 auto;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.msg-templates-preview {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.msg-templates-preview header {
  position: relative;
  height: 60px;
  justify-content: center;
  display: flex;
}
.msg-templates-preview header .preview-button {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 0 20px;
}
.msg-templates-preview main {
  flex: 1;
  background: #f5f5f5;
  overflow: hidden;
}
.msg-templates-preview main .vi-atom-busy-indicator-centered {
  top: 100px;
  transform: translateX(-50%) translateY(0) translateZ(0);
}
.msg-templates-preview__content-wrap {
  width: 210mm;
  margin: 20px auto;
  background: #ffffff;
}
.msg-templates-preview__content {
  min-height: 297mm;
}
.msg-templates-preview__content p {
  padding: 0 0 1em 0;
  margin: 0;
}
.msg-templates-preview__content p.tinyword-page-break {
  padding: 0;
  margin: 0;
}
.msg-templates-preview__content h1,
.msg-templates-preview__content h2,
.msg-templates-preview__content h3,
.msg-templates-preview__content h4,
.msg-templates-preview__content h5,
.msg-templates-preview__content h6 {
  margin: 0;
  padding: 0 0 1em 0;
}
.msg-templates-preview__content .for-iframe-scroll {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}
.msg-templates-preview__content--Sms {
  height: auto;
  padding: 25px;
}
.msg-templates-preview__content--Sms > div {
  white-space: pre;
}
.msg-templates-preview__email {
  padding: 0 25px;
}
.msg-templates-preview__email > div {
  height: 36px;
  line-height: 26px;
  padding-top: 10px;
  border-bottom: 1px solid #f1f2f3;
  color: #868d96;
  font-size: 11px;
}
.msg-templates-preview--full-size {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 32000;
  display: flex;
  background: white;
}
.msg-templates-preview--full-size .preview-button button {
  display: none;
}
.msg-templates-preview .mCSB_container_wrapper > .mCSB_container {
  padding-right: 0;
}

.msg-templates-archive {
  width: 100%;
}
.msg-templates-archive .page-filters {
  padding-left: 20px;
}
.msg-templates-archive .msg-templates-archive__listing .listing-grid .ui-grid-row:last-child .ui-grid-cell {
  border-bottom-width: 1px !important;
}

.msg-templates-edit {
  width: 100%;
}

.msg-templates-edit-sms {
  height: 100%;
}
.msg-templates-edit-sms .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.msg-templates-edit-sms .wrap .header {
  position: relative;
  display: flex;
  padding: 20px 0;
  align-items: center;
  flex: 0 0 auto;
}
.msg-templates-edit-sms .wrap .header > .name-input {
  margin-right: auto;
  padding-left: 20px;
}
.msg-templates-edit-sms .wrap .header .preview-button {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 0 20px;
}
.msg-templates-edit-sms .wrap .main {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
  border-top: 1px solid #d2d6dc;
}
.msg-templates-edit-sms .wrap .main .variables {
  width: 300px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d2d6dc;
}
.msg-templates-edit-sms .wrap .main .variables .search {
  padding: 20px;
}
.msg-templates-edit-sms .wrap .main .variables .expand-controls {
  font-size: 16px;
}
.msg-templates-edit-sms .wrap .main .variables .expand-controls span {
  display: block;
  height: 32px;
  line-height: 32px;
}
.msg-templates-edit-sms .wrap .main .variables .listing {
  flex: 1 1 auto;
  position: relative;
}
.msg-templates-edit-sms .wrap .main .variables .listing .listing-items {
  padding: 0 20px 20px 20px;
}
.msg-templates-edit-sms .wrap .main .variables .listing .listing-header {
  height: 32px;
  line-height: 32px;
  font-weight: 600;
}
.msg-templates-edit-sms .wrap .main .variables .listing .listing-header .title {
  display: inline-block;
}
.msg-templates-edit-sms .wrap .main .variables .listing .item-disabled {
  background-color: #f6f6f6;
}
.msg-templates-edit-sms .wrap .main .variables .listing .item-disabled .i-plus {
  display: none;
}
.msg-templates-edit-sms .wrap .main .variables .listing .listing-item {
  height: 32px;
  line-height: 32px;
  border: 1px solid #dfdfdf;
  padding: 0 40px 0 10px;
  margin-top: -1px;
  color: #47505d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.msg-templates-edit-sms .wrap .main .variables .listing .listing-item:first-child {
  margin-top: 0;
}
.msg-templates-edit-sms .wrap .main .variables .listing .listing-item .variable-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.msg-templates-edit-sms .wrap .main .variables .listing .listing-item > span.item-icon {
  background: #9ca5b3;
  color: #dbdee3;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  position: absolute;
  font-size: 16px;
  top: 5px;
  right: 10px;
}
.msg-templates-edit-sms .wrap .main .variables .listing .listing-item > span.item-icon:before {
  /* TMax good looking icon positions across browsers */
  width: 20px;
  height: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  display: block;
}
.msg-templates-edit-sms .wrap .main .variables .listing .variables-cont .listing-item {
  margin-left: 20px;
  margin-right: 25px;
}
.msg-templates-edit-sms .wrap .main .variables .listing .variables-cont .listing-item:first-child {
  margin-top: 20px;
}
.msg-templates-edit-sms .wrap .main .variables .listing .variables-cont .listing-item:last-child {
  margin-bottom: 20px;
}
.msg-templates-edit-sms .wrap .main .variables .listing .final-cont {
  padding-bottom: 1px;
}
.msg-templates-edit-sms .wrap .main .variables .listing .categories-cont {
  padding: 10px 0;
}
.msg-templates-edit-sms .wrap .main .variables .listing .categories-cont .category .label-string {
  height: 32px;
  position: relative;
  padding: 0 0 0 25px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.msg-templates-edit-sms .wrap .main .variables .listing .categories-cont .category .label-string.name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.msg-templates-edit-sms .wrap .main .variables .listing .categories-cont .category .label-string .expand-controls {
  position: absolute;
  top: 0;
  left: 5px;
}
.msg-templates-edit-sms .wrap .main .variables .listing .categories-cont .category .label-string.selected {
  font-weight: 600;
}
.msg-templates-edit-sms .wrap .main .variables .listing .group-cont .listing-header .title {
  margin-right: 5px;
}
.msg-templates-edit-sms .wrap .main .variables .listing .group-cont .listing-header .expand-controls {
  display: inline-block;
  font-size: 16px;
  position: absolute;
}
.msg-templates-edit-sms .wrap .main .textarea-cont {
  flex-grow: 1;
  padding: 20px;
  background: #f0f0f0;
}
.msg-templates-edit-sms .wrap .main .textarea-cont textarea {
  resize: none;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  padding: 20px;
}
.msg-templates-edit-sms .wrap .main .textarea-cont textarea:focus {
  border: inherit;
}
.msg-templates-edit-sms .wrap .main .textarea-cont textarea:focus {
  border: 1px solid #fff;
}
.sms-counter {
  position: absolute;
  right: 20px;
  bottom: 15px;
  padding: 20px;
}
.sms-counter-text {
  display: inline-flex;
  align-items: center;
  height: 15px;
}
.sms-warning {
  padding-left: 10px;
  height: 32px;
}
.sms-warning-text {
  color: red;
}

.font-select > select {
  width: 75px;
  border: 0;
}
.font-select-popup .popup-layout {
  max-height: 254px;
  overflow: hidden;
}

.msg-templates-edit-document {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.msg-templates-edit-document header {
  display: flex;
  height: 70px;
  align-items: center;
  flex: 0 0 auto;
}
.msg-templates-edit-document header > .name-input {
  position: absolute;
  z-index: 1;
  padding-left: 20px;
}
.msg-templates-edit-document header > .zoom-cont {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
}
.msg-templates-edit-document header .vi-molecule-label-input {
  flex-grow: 1;
}
.msg-templates-edit-document header .vi-molecule-zoom-group {
  margin-right: 20px;
}
.msg-templates-edit-document header .attachments {
  font-size: 18px;
  margin-right: 20px;
}
.msg-templates-edit-document main {
  flex: 1 1 auto;
  position: relative;
}
.msg-templates-edit-document main .mce-tinymce {
  box-sizing: border-box;
}
.msg-templates-edit-document--full-size {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 32000;
  display: flex;
  background: white;
}

.msg-templates-variables-selection-form {
  padding-top: 20px;
}
.msg-templates-variables-selection-form__fields-config {
  display: flex;
  border-top: 1px solid #dde1e6;
  flex-direction: row;
  align-items: stretch;
}
.msg-templates-variables-selection-form__fields-config .column {
  border-left: 1px solid #dde1e6;
  height: 100%;
  flex: 1 1 32%;
  max-width: 32%;
}
.msg-templates-variables-selection-form__fields-config .column:first-child {
  border-left: none;
}
.msg-templates-variables-selection-form__fields-config .column .scrollbar-settings {
  justify-content: stretch;
  height: 100%;
}
.msg-templates-variables-selection-form__fields-config .column.control-buttons {
  padding: 10px;
  width: 46px;
  flex: 0 0 46px;
}
.msg-templates-variables-selection-form__fields-config .column.control-buttons > .awl-button {
  margin: 0 0 10px 0;
}
.msg-templates-variables-selection-form__fields-config .search-field {
  padding: 10px;
  border-bottom: 1px solid #dde1e6;
}
.msg-templates-variables-selection-form__fields-config .search-field .temp-nice-looking-search-text-input {
  width: 50%;
  max-width: 245px;
}
.msg-templates-variables-selection-form__fields-config .name {
  background-color: #eef2f6;
  color: #343e4d;
  font-weight: 600;
  line-height: 32px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msg-templates-variables-selection-form__fields-config .dndPlaceholder {
  height: 32px;
}
.msg-templates-variables-selection-form__fields-config .dnd-list {
  min-height: 100%;
}
.msg-templates-variables-selection-form__fields-config .dnd-list .item {
  margin-right: 20px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border: none;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  vertical-align: middle;
  color: #848a94;
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msg-templates-variables-selection-form__fields-config .dnd-list .item:nth-child(odd) {
  background-color: #fff;
}
.msg-templates-variables-selection-form__fields-config .dnd-list .item:nth-child(even) {
  background-color: #f6f8fa;
}
.msg-templates-variables-selection-form__fields-config .dnd-list .item.checked,
.msg-templates-variables-selection-form__fields-config .dnd-list .item.checked:nth-child(even),
.msg-templates-variables-selection-form__fields-config .dnd-list .item.checked:nth-child(odd) {
  background-color: #ecf5ff;
  border-bottom: 1px solid #fff;
}
.msg-templates-variables-selection-form__fields-config .dnd-list .item .checkbox {
  margin-right: 10px;
  float: left;
  margin-top: 8px;
}
.msg-templates-variables-selection-form__fields-config .dnd-list .item .awl-dragger-icon {
  position: absolute;
  right: 4px;
  top: 7px;
  font-size: 16px;
  height: 28px;
  line-height: 16px;
  color: #848a94;
}
.msg-templates-variables-selection-form__fields-config .dnd-list .item .awl-locker-icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 2px 0 -3px;
  color: #848a94;
}

.msg-templates-attachments-list .arrow {
  height: 12px;
  font-size: 12px;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.msg-templates-attachments-list .arrow.closed i {
  transform: translate(0, -3px) scale(1.5) rotate(180deg);
}
.msg-templates-attachments-list .arrow i {
  display: inline-block;
  transform: translate(0, -3px) scale(1.5);
}
.msg-templates-attachments-list .attachments {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}
.msg-templates-attachments-list .attachments > div {
  display: inline-block;
  padding: 0 5px 0 15px;
}

.msg-templates-attachments-add {
  display: flex;
  flex-wrap: wrap;
  width: 540px;
}
.msg-templates-attachments-add .item-block {
  width: 270px;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px dashed #dde1e6;
}
.msg-templates-attachments-add .item-block:nth-child(2n + 1) {
  border-left-width: 0;
  border-top-width: 0;
}
.msg-templates-attachments-add .item-block:nth-child(2n + 2) {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.msg-templates-attachments-add .item-block:nth-last-child(2) {
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}
.msg-templates-attachments-add .item-block:last-child {
  border-width: 0;
}
.msg-templates-attachments-add .item-block .item-icon {
  width: 70px;
  height: 70px;
  margin: 60px 0 30px 0;
  background: transparent url(../../assets/4ad0f86c.png) no-repeat;
}
.msg-templates-attachments-add .item-block .item-icon.item-icon-scan {
  background-position: 0 -70px;
}
.msg-templates-attachments-add .item-block .item-icon.item-icon-upload {
  background-position: 0 -210px;
}
.msg-templates-attachments-add .item-block .item-icon.item-icon-attach {
  background-position: 0 -140px;
}
.msg-templates-attachments-add .item-block .item-icon.item-icon-search {
  background-position: 0 0;
}
.a9-app-customers .msg-templates-attachments-add .item-block .item-icon {
  background-image: url(../../assets/ed5b7a47.png);
}
.a9-app-documents .msg-templates-attachments-add .item-block .item-icon {
  background-image: url(../../assets/5493ed6c.png);
}
.msg-templates-attachments-add .item-block .item-title {
  font-size: 14px;
  color: #9ca5b3;
}
.msg-templates-attachments-add .item-block .item-button {
  margin-top: 25px;
}

.msg-duplicate-form {
  padding: 20px;
}
.msg-duplicate-form .info {
  font-size: 12px;
}
.msg-duplicate-form .info.info_top {
  padding-bottom: 20px;
}
.msg-duplicate-form .info.info_bottom {
  padding-top: 20px;
}

.msg-templates-form-settings {
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 20px;
}
.msg-templates-form-settings .wrap {
  width: 100%;
  height: calc(100% - 40px);
}
.msg-templates-form-settings .wrap .disabled-for-picker {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10000;
}
.msg-templates-form-settings .wrap .global-style-cont {
  display: flex;
}
.msg-templates-form-settings .wrap .global-style-cont > button {
  margin-left: 10px;
}

.msg-templates-form-content {
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 20px;
}
.msg-templates-form-content .wrap {
  width: 100%;
  height: calc(100% - 40px);
}
.msg-templates-form-content .wrap .pre-title {
  line-height: 32px;
  font-size: 12px;
}
.msg-templates-form-content .wrap .type-title {
  line-height: 32px;
  font-size: 14px;
  font-weight: 600;
}
.msg-templates-form-content .wrap .type-cont {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.msg-templates-form-content .wrap .type-cont.sections .drag-elem > div {
  height: 40px;
  width: 50px;
  display: flex;
}
.msg-templates-form-content .wrap .type-cont.sections .drag-elem > div.one {
  background-image: url(../../assets/bb499900.svg);
}
.msg-templates-form-content .wrap .type-cont.sections .drag-elem > div.two {
  background-image: url(../../assets/3a757c99.svg);
}
.msg-templates-form-content .wrap .type-cont.sections .drag-elem > div.two-right-big {
  background-image: url(../../assets/f6880857.svg);
}
.msg-templates-form-content .wrap .type-cont.sections .drag-elem > div.two-left-big {
  background-image: url(../../assets/7974563b.svg);
}
.msg-templates-form-content .wrap .type-cont.sections .drag-elem > div.two-right-biggest {
  background-image: url(../../assets/97d64963.svg);
}
.msg-templates-form-content .wrap .type-cont.sections .drag-elem > div.two-left-biggest {
  background-image: url(../../assets/d25dae35.svg);
}
.msg-templates-form-content .wrap .type-cont.sections .drag-elem > div.three {
  background-image: url(../../assets/bba61dcb.svg);
}
.msg-templates-form-content .wrap .type-cont.sections .drag-elem > div.three-left-big {
  background-image: url(../../assets/bf7860f5.svg);
}
.msg-templates-form-content .wrap .type-cont.sections .drag-elem > div.three-right-big {
  background-image: url(../../assets/4bd3faee.svg);
}
.msg-templates-form-content .wrap .type-cont.sections .drag-elem > div.three-middle-big {
  background-image: url(../../assets/ad91799f.svg);
}
.msg-templates-form-content .wrap .type-cont.elements .drag-elem {
  padding-bottom: 5px;
}
.msg-templates-form-content .wrap .type-cont.elements .drag-elem > div {
  height: 90px;
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.msg-templates-form-content .wrap .type-cont.elements .drag-elem > div > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.msg-templates-form-content .wrap .type-cont.elements .drag-elem > div > div.dd-text {
  background-image: url(../../assets/a73ac097.svg);
}
.msg-templates-form-content .wrap .type-cont.elements .drag-elem > div > div.dd-image {
  background-image: url(../../assets/0979622f.svg);
}
.msg-templates-form-content .wrap .type-cont.elements .drag-elem > div > div.dd-divider {
  background-image: url(../../assets/1f91c24f.svg);
}
.msg-templates-form-content .wrap .type-cont.elements .drag-elem > div > div.dd-button {
  background-image: url(../../assets/5c37f969.svg);
}
.msg-templates-form-content .wrap .type-cont.elements .drag-elem > div > div.dd-video {
  background-image: url(../../assets/b30941e8.svg);
}
.msg-templates-form-content .wrap .type-cont.elements .drag-elem > div > div.dd-social-follow {
  background-image: url(../../assets/7b580775.svg);
}
.msg-templates-form-content .wrap .type-cont.elements .drag-elem > div > div.dd-social-share {
  background-image: url(../../assets/2e3a8394.svg);
}
.msg-templates-form-content .wrap .type-cont.elements .drag-elem > div > span {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}
.msg-templates-form-content .wrap .type-cont .drag-elem {
  padding: 10px;
  margin: 0 10px 10px 0;
  display: flex;
  border: 1px solid #d4d7de;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 #aeaeae;
}

.msg-templates-form {
  width: 100%;
  min-width: 880px;
  height: 100%;
  display: flex;
}
.msg-templates-form .loading-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
}
.msg-templates-form.collapsed .left-side {
  width: 650px;
  display: block;
}
.msg-templates-form.collapsed .right-side {
  margin-left: 7px;
}
.msg-templates-form.collapsed .layout-toggle-element {
  width: 7px;
  left: 650px;
}
.msg-templates-form.collapsed .layout-toggle-element:before {
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid #7b8799;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-left: 0;
}
.msg-templates-form .details-form--edit .details-form__value {
  width: 100%;
}
.msg-templates-form .left-side {
  display: none;
}
.msg-templates-form .right-side {
  flex-grow: 1;
  margin-left: 20px;
}
.msg-templates-form .layout-toggle-element {
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid #e4e7eb;
  background-color: #fbfbfb;
}
.msg-templates-form .layout-toggle-element:hover {
  background-color: #eef2f6;
}
.msg-templates-form .layout-toggle-element:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 2px;
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-left: 3px solid #7b8799;
}

.msg-html-constructor-input-content {
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 20px;
}
.msg-html-constructor-input-content .wrap {
  width: 100%;
  height: calc(100% - 40px);
}
.msg-html-constructor-input-content .wrap .pre-title {
  line-height: 32px;
  font-size: 12px;
}
.msg-html-constructor-input-content .wrap .type-title {
  line-height: 32px;
  font-size: 14px;
  font-weight: 600;
}
.msg-html-constructor-input-content .wrap .type-cont {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.msg-html-constructor-input-content .wrap .type-cont.sections .drag-elem > div {
  height: 40px;
  width: 50px;
  display: flex;
}
.msg-html-constructor-input-content .wrap .type-cont.sections .drag-elem > div.one {
  background-image: url(../../assets/bb499900.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.sections .drag-elem > div.two {
  background-image: url(../../assets/3a757c99.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.sections .drag-elem > div.two-right-big {
  background-image: url(../../assets/f6880857.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.sections .drag-elem > div.two-left-big {
  background-image: url(../../assets/7974563b.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.sections .drag-elem > div.two-right-biggest {
  background-image: url(../../assets/97d64963.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.sections .drag-elem > div.two-left-biggest {
  background-image: url(../../assets/d25dae35.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.sections .drag-elem > div.three {
  background-image: url(../../assets/bba61dcb.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.sections .drag-elem > div.three-left-big {
  background-image: url(../../assets/bf7860f5.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.sections .drag-elem > div.three-right-big {
  background-image: url(../../assets/4bd3faee.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.sections .drag-elem > div.three-middle-big {
  background-image: url(../../assets/ad91799f.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.elements .drag-elem {
  padding-bottom: 5px;
}
.msg-html-constructor-input-content .wrap .type-cont.elements .drag-elem > div {
  height: 90px;
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.msg-html-constructor-input-content .wrap .type-cont.elements .drag-elem > div > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.msg-html-constructor-input-content .wrap .type-cont.elements .drag-elem > div > div.dd-text {
  background-image: url(../../assets/a73ac097.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.elements .drag-elem > div > div.dd-image {
  background-image: url(../../assets/0979622f.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.elements .drag-elem > div > div.dd-divider {
  background-image: url(../../assets/1f91c24f.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.elements .drag-elem > div > div.dd-button {
  background-image: url(../../assets/5c37f969.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.elements .drag-elem > div > div.dd-video {
  background-image: url(../../assets/b30941e8.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.elements .drag-elem > div > div.dd-social-follow {
  background-image: url(../../assets/7b580775.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.elements .drag-elem > div > div.dd-social-share {
  background-image: url(../../assets/2e3a8394.svg);
}
.msg-html-constructor-input-content .wrap .type-cont.elements .drag-elem > div > span {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}
.msg-html-constructor-input-content .wrap .type-cont .drag-elem {
  padding: 10px;
  margin: 0 10px 10px 0;
  display: flex;
  border: 1px solid #d4d7de;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 #aeaeae;
}

.msg-html-constructor-iframe {
  width: 100%;
  height: 100%;
}
.msg-html-constructor-iframe .platform-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.msg-html-constructor-iframe iframe {
  width: 100%;
  height: 100%;
  display: flex;
  border: none;
}

.msg-html-constructor .platform .action-cont {
  width: 50px;
  padding: 0 10px;
  flex-shrink: 0;
  background-color: #fca562;
  overflow: hidden;
}
.msg-html-constructor .platform .action-cont > div {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.msg-html-constructor .platform .action-cont > div:hover,
.msg-html-constructor .platform .action-cont > div.active {
  background-color: #d76c1a;
  border-radius: 4px;
}
.msg-html-constructor .platform-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.msg-html-constructor-platform {
  width: 100%;
  min-height: 90px;
  display: flex;
  position: absolute;
  z-index: 2;
  border-top: 1px solid #fca562;
  justify-content: space-between;
  cursor: default;
}
.msg-html-constructor-platform .wrap {
  width: 100%;
  height: 100%;
  min-height: 90px;
  display: flex;
}
.msg-html-constructor-platform .wrap .action-cont {
  height: 100%;
  z-index: 1;
}
.msg-html-constructor-platform .wrap .action-cont.right-cont {
  right: 0;
}
.msg-html-constructor-platform .wrap .middle-content {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fca562;
}
.msg-html-constructor-platform .wrap .middle-content .before {
  background-color: rgba(252, 165, 98, 0.15);
}
.msg-html-constructor-platform .wrap .middle-content .after {
  background-color: rgba(252, 165, 98, 0.15);
}
.awl-position-v1-left .msg-html-constructor-platform-popup {
  padding-right: 5px;
  position: relative;
}
.awl-position-v1-left .msg-html-constructor-platform-popup:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  display: inline-block;
  border-top: 1px solid #dde1e6;
  border-left: 1px solid #dde1e6;
  transform: rotate(135deg);
  top: 50%;
  margin-top: -5px;
  right: 0;
}
.awl-position-v1-right .msg-html-constructor-platform-popup {
  padding-left: 5px;
  position: relative;
}
.awl-position-v1-right .msg-html-constructor-platform-popup:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  display: inline-block;
  border-top: 1px solid #dde1e6;
  border-left: 1px solid #dde1e6;
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -5px;
  left: 0;
}
.msg-html-constructor-platform-popup > div {
  min-width: 410px;
  padding: 20px 20px 20px 10px;
}
.msg-html-constructor-platform-popup .accordion {
  display: flex;
  flex-direction: column;
}
.msg-html-constructor-platform-popup .accordion.active .head .icon {
  transform: rotate(0);
}
.msg-html-constructor-platform-popup .accordion.active .head .title {
  font-weight: 600;
}
.msg-html-constructor-platform-popup .accordion.active .body {
  display: flex;
}
.msg-html-constructor-platform-popup .accordion.active .body.all-cont {
  flex-direction: column;
}
.msg-html-constructor-platform-popup .accordion .head {
  display: flex;
  line-height: 32px;
  cursor: pointer;
}
.msg-html-constructor-platform-popup .accordion .head .icon {
  color: #8a93b0;
  display: inline-flex;
  transform: rotate(-90deg);
}
.msg-html-constructor-platform-popup .accordion .head .title {
  margin-left: 10px;
  font-size: 14px;
}
.msg-html-constructor-platform-popup .accordion .head:not(:last-child) {
  border-bottom: 1px solid #dde1e6;
}
.msg-html-constructor-platform-popup .accordion .body {
  display: none;
  padding: 20px 0 20px 10px;
}
.msg-html-constructor-platform-popup .accordion .body.border:not(:last-child) {
  border-bottom: 1px solid #dde1e6;
}
.msg-html-constructor-platform-popup .accordion .body .margin-cont {
  display: flex;
  align-items: center;
}
.msg-html-constructor-platform-popup .accordion .body .margin-cont .margin-input {
  margin-left: 10px;
}
.msg-html-constructor-platform-popup .accordion .body .margin-cont .range-slider {
  width: 200px;
}
.msg-html-constructor-platform-popup .accordion .body .margin-cont .range-slider > .selection {
  background: #fca562;
  height: 6px;
  border-radius: 4px;
  margin-top: -3px;
}
.msg-html-constructor-platform-popup .accordion .body .margin-cont .range-slider > .track {
  height: 6px;
  background: #e2e9ef;
  border-radius: 4px;
  border: none;
  margin-top: -3px;
}
.msg-html-constructor-platform-popup .accordion .body .margin-cont .range-slider input[type='range']::-webkit-slider-runnable-track {
  height: 6px;
}
.msg-html-constructor-platform-popup .accordion .body .margin-cont .range-slider input[type='range']::-webkit-slider-thumb {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: none;
  height: 17px;
  width: 17px;
  border-radius: 9px;
  background: #fca562;
  margin-top: -6px;
}
.msg-html-constructor-platform-popup .for-all-cont {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.msg-html-constructor-platform-popup .for-all-cont .for-all-cont-text {
  margin-left: 5px;
  font-size: 12px;
}
.msg-html-constructor-platform-element-social-popup .body {
  width: 570px;
}
.msg-html-constructor-platform-element-social-popup .social-media-cont {
  display: flex;
  flex-direction: column;
}
.msg-html-constructor-platform-element-social-popup .social-media-cont .wrap > div {
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.msg-html-constructor-platform-element-social-popup .social-media-cont .wrap > div .media-dict {
  width: 120px;
  margin: 0 20px 0 30px;
}
.msg-html-constructor-platform-element-social-popup .social-media-cont .wrap > div .text-input {
  width: 180px;
  margin: 0 15px 0 20px;
}
.msg-html-constructor-platform-element-social-popup .social-media-cont .wrap > div .i-close-delete {
  cursor: pointer;
}
.msg-html-constructor-platform-element-social-popup .social-media-cont .wrap > button {
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
}

.msg-html-constructor-platform-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  cursor: default;
}
.msg-html-constructor-platform-section .wrap {
  width: 100%;
  height: 100%;
  min-height: 90px;
  display: flex;
  border-top: 1px solid #fca562;
}
.msg-html-constructor-platform-section .wrap .action-cont {
  height: 100%;
  position: absolute;
  z-index: 1;
}
.msg-html-constructor-platform-section .wrap .action-cont.right-cont {
  right: 0;
}
.msg-html-constructor-platform-section .wrap .middle-content {
  width: 100%;
  border-bottom: 1px solid #fca562;
}
.msg-html-constructor-platform-section .wrap .middle-content .before {
  width: 100%;
  position: absolute;
}
.msg-html-constructor-platform-section .wrap .middle-content .before > div {
  background-color: rgba(252, 165, 98, 0.15);
}
.msg-html-constructor-platform-section .wrap .middle-content .after {
  width: 100%;
  position: absolute;
}
.msg-html-constructor-platform-section .wrap .middle-content .after > div {
  background-color: rgba(252, 165, 98, 0.15);
}

.msg-html-constructor-link-modal {
  padding: 20px;
}

.msg-html-constructor-platform-element-text .middle-content .editable-cont {
  width: 100%;
  position: absolute;
  top: 0;
  box-shadow: none;
}
.msg-html-constructor-platform-element-text .middle-content .editable-cont p:first-child:empty:not(:focus):before {
  color: #7b8799;
  content: attr(data-placeholder);
}
.msg-html-constructor-platform-element-text .element-text-settings {
  width: 766px;
  position: fixed;
  margin-top: -42px;
  padding: 5px 10px;
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #47505d;
  font-style: normal;
}
.msg-html-constructor-platform-element-text .element-text-settings > select {
  border: 0;
}
.msg-html-constructor-platform-element-text .element-text-settings > select.select-paragraph {
  width: 125px;
}
.msg-html-constructor-platform-element-text .element-text-settings > select.select-font {
  width: 75px;
}
.msg-html-constructor-platform-element-text .element-text-settings > select.select-size {
  width: 55px;
}
.msg-html-constructor-platform-element-text .element-text-settings .separator {
  margin: 0 5px;
  border-left: 1px solid #dde1e6;
}
.msg-html-constructor-platform-element-text .element-text-settings .fp-fonts {
  width: 80px;
}
.msg-html-constructor-platform-element-text .element-text-settings .fp-sizes {
  width: 75px;
}
.msg-html-constructor-platform-element-text .element-text-settings .fp-sizes input {
  border: none;
}
.msg-html-constructor-platform-element-text .element-text-settings .fp-color-picker button {
  border: none;
}
.msg-html-constructor-platform-element-text .element-text-settings .button-action {
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.msg-html-constructor-platform-element-text .element-text-settings .button-action:not(.active) {
  background: none;
}
.msg-html-constructor-platform-element-text .element-text-settings .fp-bold {
  font-weight: 600;
}
.msg-html-constructor-platform-element-text .element-text-settings .fp-italic {
  font-style: italic;
}
.msg-html-constructor-platform-element-text .element-text-settings .fp-underline {
  text-decoration: underline;
}
.msg-html-constructor-platform-element-text .element-text-settings .variables {
  display: block;
  line-height: 32px;
  margin-left: 5px;
  font-style: normal;
}
.msg-html-constructor-link-popup .fp-link-actions {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background: #eef2f6;
}
.msg-html-constructor-link-popup .fp-link-actions > div .secondary {
  margin-right: 5px;
}

.font-picker {
  display: flex;
}
.font-picker .fp-fonts {
  width: 80px;
}
.font-picker .fp-sizes {
  width: 75px;
  margin-left: 10px;
}
.font-picker .fp-color-picker {
  margin-right: 10px;
}
.font-picker button {
  width: 32px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
}
.font-picker button.fp-bold {
  font-weight: 600;
}
.font-picker button.fp-italic {
  font-style: italic;
}
.font-picker button.fp-underline {
  text-decoration: underline;
}

.is-help-mode .image-crop-form-new .cropper-cont {
  width: 1000px !important;
  height: 700px !important;
}
.msg-html-constructor-platform-element-image-popup .image-preview-cont {
  width: 410px;
  display: flex;
  flex-direction: column;
}
.msg-html-constructor-platform-element-image-popup .image-preview-cont .rectangle {
  width: 164px;
  height: 82px;
  align-self: flex-end;
}
.msg-html-constructor-platform-element-image-popup .image-preview-cont .image-picture {
  display: block;
  width: 102px;
  height: 52px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: scale(1.60784314);
  transform-origin: 0 0 0;
}
.msg-html-constructor-platform-element-image-popup .image-preview-cont .image-control__delete-button {
  margin-top: -12px;
  margin-right: -12px;
}
.msg-html-constructor-platform-element-image-popup .image-border-radius-cont {
  display: flex;
  flex-direction: column;
}
.msg-html-constructor-platform-element-image-popup .image-border-radius-cont .radius-text {
  line-height: 32px;
  font-size: 12px;
}
.msg-html-constructor-platform-element-image-popup .image-border-radius-cont .radius-type {
  display: flex;
  margin-top: 10px;
}
.msg-html-constructor-platform-element-image-popup .image-border-radius-cont .radius-type > div {
  padding: 5px;
  border: 1px solid #dde1e6;
  border-radius: 3px;
}
.msg-html-constructor-platform-element-image-popup .image-border-radius-cont .radius-type > div.active {
  border-color: #fca562;
}
.msg-html-constructor-platform-element-image-popup .image-border-radius-cont .radius-type > div > span {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #dde1e6;
}
.msg-html-constructor-platform-element-image-popup .image-border-radius-cont .radius-type > div + div {
  margin-left: 10px;
}
.msg-html-constructor-platform-element-image-popup .image-border-radius-cont .radius-type > div + div > span {
  border-radius: 5px;
}
.msg-html-constructor-platform-element-image-popup .image-border-radius-cont .radius-amount-cont {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}



.msg-html-constructor-platform-element-video-popup .image-preview-cont {
  width: 410px;
  display: flex;
  flex-direction: column;
}
.msg-html-constructor-platform-element-video-popup .image-preview-cont .rectangle {
  width: 164px;
  height: 82px;
  align-self: flex-end;
}
.msg-html-constructor-platform-element-video-popup .image-preview-cont .image-picture {
  display: block;
  width: 102px;
  height: 52px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: scale(1.60784314);
  transform-origin: 0 0 0;
}
.msg-html-constructor-platform-element-video-popup .image-preview-cont .image-control__file-name {
  width: 100px;
}
.msg-html-constructor-platform-element-video-popup .image-preview-cont .image-control__delete-button {
  margin-top: -12px;
  margin-right: -12px;
}
.msg-html-constructor-platform-element-video-popup .info-text-cont {
  width: 410px;
  margin-top: 10px;
  display: flex;
}
.msg-html-constructor-platform-element-video-popup .info-text-cont .i-info-icon {
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 18px;
}
.msg-html-constructor-platform-element-video-popup .info-text-cont > span {
  font-size: 12px;
}

.msg-templates-v2-preview-device {
  width: 100%;
}
.msg-templates-v2-preview-device .top-cont {
  width: 100%;
  height: 56px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid #dde1e6;
}
.msg-templates-v2-preview-device .top-cont .i-desktop,
.msg-templates-v2-preview-device .top-cont .i-mobile {
  font-size: 24px;
}
.msg-templates-v2-preview-device .top-cont .i-desktop.active,
.msg-templates-v2-preview-device .top-cont .i-mobile.active {
  color: #fca562;
}
.msg-templates-v2-preview-device .top-cont .i-mobile {
  margin-left: 20px;
}
.msg-templates-v2-preview-device .wrap {
  height: 100%;
  position: relative;
}
.msg-templates-v2-preview-device .wrap .mobile-cont {
  width: 240px;
  height: 480px;
  padding: 30px 15px 30px 14px;
  background: url(../../assets/f5a29944.png) no-repeat;
}
.msg-templates-v2-preview-device .wrap .mobile-cont .mobile-cont-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.msg-templates-v2-preview-device .wrap .mobile-cont .mobile-cont-wrap > div {
  width: 100%;
  height: 100%;
}
.msg-templates-v2-preview-device .wrap .msg-templates-v2-preview-device-iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.msg-templates-v2-preview {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.msg-templates-v2-preview--full-size {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 32000;
  background: #fff;
}
.msg-templates-v2-preview .tools {
  height: 72px;
  padding: 12px;
  position: relative;
  display: flex;
  border-bottom: 1px solid #dee2e7;
  align-items: center;
}
.msg-templates-v2-preview .tools .zoom-act-cont {
  width: 250px;
  height: 32px;
  margin: 0 auto;
}
.msg-templates-v2-preview .template-cont {
  flex: 1;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.msg-templates-v2-preview .template-cont.has-template {
  background-color: #f5f5f5;
}
.msg-templates-v2-preview .template-cont .template-content-wrap {
  width: 100%;
  height: 100%;
}
.msg-templates-v2-preview .template-cont .template-content-wrap .template-preload {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #fff;
}
.msg-templates-v2-preview .template-cont .template-content-wrap .template-preload .message {
  padding: 20px;
  text-align: center;
}
.msg-templates-v2-preview .template-cont .template-content-wrap .template-content {
  position: relative;
  background-color: inherit;
}
.msg-templates-v2-preview .template-cont .template-content-wrap .template-content .preview {
  margin: 0 auto;
  display: block;
  border: 1px solid #dde1e6;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}

.msg-templates-v2 {
  padding: 20px;
}

.send-email-splash-container {
  width: 574px;
  height: 352px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
.send-email-splash-container .splash {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 240px;
}
.send-email-splash-container .splash .notice {
  margin-top: 15px;
  font-weight: bold;
}
.send-email-splash-container .splash.process {
  background-color: none;
  background-position: 0 0;
  background-repeat: none;
}
.send-email-splash-container .splash.finish {
  background-color: none;
  background-position: 100% 0;
  background-repeat: none;
}
.send-email-splash-container.app-module-unknown .splash {
  background-image: url(../../assets/1124be88.png);
}
.send-email-splash-container.app-module-customer .splash {
  background-image: url(../../assets/a8680dbf.png);
}
.send-email-splash-container.app-module-document-management .splash {
  background-image: url(../../assets/a91ac382.png);
}
.send-email-splash-container.app-module-finance {
  margin-top: 0;
}
.send-email-splash-container.app-module-finance .splash {
  width: 550px;
  height: 350px;
  background-image: url(../../assets/ddbca98e.png);
}
.send-sms-splash-container {
  width: 390px;
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
.send-sms-splash-container .splash {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 290px;
}
.send-sms-splash-container .splash .notice {
  margin-top: 15px;
  font-weight: bold;
}
.send-sms-splash-container .splash.process {
  background-color: none;
  background-position: 0 0;
  background-repeat: none;
}
.send-sms-splash-container .splash.finish {
  background-color: none;
  background-position: 100% 0;
  background-repeat: none;
}
.send-sms-splash-container.app-module-unknown .splash {
  background-image: url(../../assets/6f470913.png);
}
.send-sms-splash-container.app-module-customer .splash {
  background-image: url(../../assets/58e3f6dd.png);
}
.send-sms-splash-container.app-module-document-management .splash {
  background-image: url(../../assets/6c1aa8ff.png);
}
.print-document-splash-container {
  width: 550px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.print-document-splash-container .splash {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 240px;
}
.print-document-splash-container .splash .notice {
  margin-top: 15px;
  font-weight: bold;
}
.print-document-splash-container .splash.process {
  background-color: none;
  background-position: 0 0;
  background-repeat: none;
}
.print-document-splash-container .splash.finish {
  background-color: none;
  background-position: 100% 0;
  background-repeat: none;
}
.print-document-splash-container.app-module-unknown .splash {
  background-image: url(../../assets/ea993a8f.png);
}
.print-document-splash-container.app-module-customer .splash {
  background-image: url(../../assets/af1b3def.png);
}
.print-document-splash-container.app-module-document-management .splash {
  background-image: url(../../assets/18044671.png);
}
.print-document-splash-container.app-module-finance {
  margin-top: 0;
}
.print-document-splash-container.app-module-finance .splash {
  background-image: url(../../assets/cd51882a.png);
}

.msg-splash-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.msg-splash-container .splash {
  width: 100%;
  position: relative;
  border: 2px dashed #c6c8cc;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.msg-splash-container .splash button {
  margin-top: 15px;
}
.msg-splash-container .splash .notice {
  margin-top: 15px;
  color: #333d4c;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.msg-splash-container .splash svg {
  flex: 1 0 auto;
}
.msg-splash-container .splash pane-init,
.msg-splash-container .splash pane-process,
.msg-splash-container .splash pane-finish {
  flex: 0 0 auto;
}
.msg-splash-container.sms-splash-container {
  width: 390px;
}
.msg-splash-container.sms-splash-container .splash {
  min-height: 366px;
}
.msg-splash-container.sms-splash-container.app-module-documents .splash {
  background-color: #fff1e6;
}
.msg-splash-container.sms-splash-container.app-module-documents .splash .sms-sending-phone-glass-border {
  fill: #ffac67;
}
.msg-splash-container.sms-splash-container.app-module-documents .splash .sms-sending-phone-glass {
  fill: #fff1e6;
}
.msg-splash-container.sms-splash-container.app-module-documents .splash .sms-sending-ok-circle {
  fill: #ffac67;
}
.msg-splash-container.sms-splash-container.app-module-documents .splash .sms-sending-ok {
  fill: #ffcca2;
}
.msg-splash-container.sms-splash-container.app-module-documents .splash .sms-sending-envelope {
  fill: #fec799;
}
.msg-splash-container.sms-splash-container.app-module-documents .splash.process .sms-sending-line1 {
  animation: msg-splash-contents-sms-documents-line1 2s linear infinite;
}
@keyframes msg-splash-contents-sms-documents-line1 {
  0%,
  25% {
    fill: #FFCCA2;
  }
  26%,
  50% {
    fill: #FFAC67;
  }
  51%,
  75% {
    fill: #FFAC67;
  }
  76%,
  100% {
    fill: #FFAC67;
  }
}
.msg-splash-container.sms-splash-container.app-module-documents .splash.process .sms-sending-line2 {
  animation: msg-splash-contents-sms-documents-line2 2s linear infinite;
}
@keyframes msg-splash-contents-sms-documents-line2 {
  0%,
  25% {
    fill: #FFAC67;
  }
  26%,
  50% {
    fill: #FFCCA2;
  }
  51%,
  75% {
    fill: #FFAC67;
  }
  76%,
  100% {
    fill: #FFAC67;
  }
}
.msg-splash-container.sms-splash-container.app-module-documents .splash.process .sms-sending-line3 {
  animation: msg-splash-contents-sms-documents-line3 2s linear infinite;
}
@keyframes msg-splash-contents-sms-documents-line3 {
  0%,
  25% {
    fill: #FFAC67;
  }
  26%,
  50% {
    fill: #FFAC67;
  }
  51%,
  75% {
    fill: #FFCCA2;
  }
  76%,
  100% {
    fill: #FFAC67;
  }
}
.msg-splash-container.sms-splash-container.app-module-documents .splash.process .sms-sending-line4 {
  animation: msg-splash-contents-sms-documents-line4 2s linear infinite;
}
@keyframes msg-splash-contents-sms-documents-line4 {
  0%,
  25% {
    fill: #FFAC67;
  }
  26%,
  50% {
    fill: #FFAC67;
  }
  51%,
  75% {
    fill: #FFAC67;
  }
  76%,
  100% {
    fill: #FFCCA2;
  }
}
.msg-splash-container.sms-splash-container.app-module-customers .splash {
  background-color: #ffe0e0;
}
.msg-splash-container.sms-splash-container.app-module-customers .splash .sms-sending-phone-glass-border {
  fill: #fe6565;
}
.msg-splash-container.sms-splash-container.app-module-customers .splash .sms-sending-phone-glass {
  fill: #ffe0e0;
}
.msg-splash-container.sms-splash-container.app-module-customers .splash .sms-sending-ok-circle {
  fill: #fe6565;
}
.msg-splash-container.sms-splash-container.app-module-customers .splash .sms-sending-ok {
  fill: #ff9494;
}
.msg-splash-container.sms-splash-container.app-module-customers .splash .sms-sending-envelope {
  fill: #ff9494;
}
.msg-splash-container.sms-splash-container.app-module-customers .splash .sms-sending-envelope-cover {
  fill: #ffe0e0;
}
.msg-splash-container.sms-splash-container.app-module-customers .splash.init .sms-sending-line1 {
  fill: #ff9494;
}
.msg-splash-container.sms-splash-container.app-module-customers .splash.init .sms-sending-line2 {
  fill: #fe6565;
}
.msg-splash-container.sms-splash-container.app-module-customers .splash.init .sms-sending-line3 {
  fill: #fe6565;
}
.msg-splash-container.sms-splash-container.app-module-customers .splash.init .sms-sending-line4 {
  fill: #fe6565;
}
.msg-splash-container.sms-splash-container.app-module-customers .splash.process .sms-sending-line1 {
  animation: msg-splash-contents-sms-customers-line1 2s linear infinite;
}
@keyframes msg-splash-contents-sms-customers-line1 {
  0%,
  25% {
    fill: #FAA6A6;
  }
  26%,
  50% {
    fill: #FE6565;
  }
  51%,
  75% {
    fill: #FE6565;
  }
  76%,
  100% {
    fill: #FE6565;
  }
}
.msg-splash-container.sms-splash-container.app-module-customers .splash.process .sms-sending-line2 {
  animation: msg-splash-contents-sms-customers-line2 2s linear infinite;
}
@keyframes msg-splash-contents-sms-customers-line2 {
  0%,
  25% {
    fill: #FE6565;
  }
  26%,
  50% {
    fill: #FAA6A6;
  }
  51%,
  75% {
    fill: #FE6565;
  }
  76%,
  100% {
    fill: #FE6565;
  }
}
.msg-splash-container.sms-splash-container.app-module-customers .splash.process .sms-sending-line3 {
  animation: msg-splash-contents-sms-customers-line3 2s linear infinite;
}
@keyframes msg-splash-contents-sms-customers-line3 {
  0%,
  25% {
    fill: #FE6565;
  }
  26%,
  50% {
    fill: #FE6565;
  }
  51%,
  75% {
    fill: #FAA6A6;
  }
  76%,
  100% {
    fill: #FE6565;
  }
}
.msg-splash-container.sms-splash-container.app-module-customers .splash.process .sms-sending-line4 {
  animation: msg-splash-contents-sms-customers-line4 2s linear infinite;
}
@keyframes msg-splash-contents-sms-customers-line4 {
  0%,
  25% {
    fill: #FE6565;
  }
  26%,
  50% {
    fill: #FE6565;
  }
  51%,
  75% {
    fill: #FE6565;
  }
  76%,
  100% {
    fill: #FAA6A6;
  }
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash {
  background-color: #dbe4f0;
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash .sms-sending-phone-glass-border {
  fill: #4979b2;
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash .sms-sending-phone-glass {
  fill: #dbe4f0;
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash .sms-sending-ok-circle {
  fill: #4979b2;
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash .sms-sending-ok {
  fill: #92afd1;
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash .sms-sending-envelope {
  fill: #92afd1;
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash .sms-sending-envelope-cover {
  fill: #dbe4f0;
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash.init .sms-sending-line1 {
  fill: #92afd1;
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash.init .sms-sending-line2 {
  fill: #4979b2;
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash.init .sms-sending-line3 {
  fill: #4979b2;
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash.init .sms-sending-line4 {
  fill: #4979b2;
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash.process .sms-sending-line1 {
  animation: msg-splash-contents-sms-customers-line1 2s linear infinite;
}
@keyframes msg-splash-contents-sms-customers-line1 {
  0%,
  25% {
    fill: #92afd1;
  }
  26%,
  50% {
    fill: #4979b2;
  }
  51%,
  75% {
    fill: #4979b2;
  }
  76%,
  100% {
    fill: #4979b2;
  }
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash.process .sms-sending-line2 {
  animation: msg-splash-contents-sms-customers-line2 2s linear infinite;
}
@keyframes msg-splash-contents-sms-customers-line2 {
  0%,
  25% {
    fill: #4979b2;
  }
  26%,
  50% {
    fill: #92afd1;
  }
  51%,
  75% {
    fill: #4979b2;
  }
  76%,
  100% {
    fill: #4979b2;
  }
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash.process .sms-sending-line3 {
  animation: msg-splash-contents-sms-customers-line3 2s linear infinite;
}
@keyframes msg-splash-contents-sms-customers-line3 {
  0%,
  25% {
    fill: #4979b2;
  }
  26%,
  50% {
    fill: #4979b2;
  }
  51%,
  75% {
    fill: #92afd1;
  }
  76%,
  100% {
    fill: #4979b2;
  }
}
.msg-splash-container.sms-splash-container.app-module-tournaments .splash.process .sms-sending-line4 {
  animation: msg-splash-contents-sms-customers-line4 2s linear infinite;
}
@keyframes msg-splash-contents-sms-customers-line4 {
  0%,
  25% {
    fill: #4979b2;
  }
  26%,
  50% {
    fill: #4979b2;
  }
  51%,
  75% {
    fill: #4979b2;
  }
  76%,
  100% {
    fill: #92afd1;
  }
}
.msg-splash-container.email-splash-container {
  width: 460px;
}
.msg-splash-container.email-splash-container .splash {
  min-height: 366px;
}
.msg-splash-container.email-splash-container.app-module-documents .splash {
  background-color: #fdeee1;
}
.msg-splash-container.email-splash-container.app-module-documents .splash .email-sent-ok-circle {
  stroke: #ffac67;
}
.msg-splash-container.email-splash-container.app-module-documents .splash .email-sent-ok {
  fill: #ffcca2;
}
.msg-splash-container.email-splash-container.app-module-documents .splash.init .email-sending-line3 {
  fill: #ffac67;
}
.msg-splash-container.email-splash-container.app-module-documents .splash.init .email-sending-line1 {
  fill: #ffac67;
}
.msg-splash-container.email-splash-container.app-module-documents .splash.init .email-sending-line2 {
  fill: #f9c294;
}
.msg-splash-container.email-splash-container.app-module-documents .splash.init .email-sending-line4 {
  fill: #ffac67;
}
.msg-splash-container.email-splash-container.app-module-documents .splash.process .email-sending-line1 {
  animation: msg-splash-contents-email-documents-line1 2s linear infinite;
}
@keyframes msg-splash-contents-email-documents-line1 {
  0%,
  25% {
    fill: #F9C294;
  }
  26%,
  50% {
    fill: #FFAC67;
  }
  51%,
  75% {
    fill: #FFAC67;
  }
  76%,
  100% {
    fill: #FFAC67;
  }
}
.msg-splash-container.email-splash-container.app-module-documents .splash.process .email-sending-line2 {
  animation: msg-splash-contents-email-documents-line2 2s linear infinite;
}
@keyframes msg-splash-contents-email-documents-line2 {
  0%,
  25% {
    fill: #FFAC67;
  }
  26%,
  50% {
    fill: #F9C294;
  }
  51%,
  75% {
    fill: #FFAC67;
  }
  76%,
  100% {
    fill: #FFAC67;
  }
}
.msg-splash-container.email-splash-container.app-module-documents .splash.process .email-sending-line3 {
  animation: msg-splash-contents-email-documents-line3 2s linear infinite;
}
@keyframes msg-splash-contents-email-documents-line3 {
  0%,
  25% {
    fill: #FFAC67;
  }
  26%,
  50% {
    fill: #FFAC67;
  }
  51%,
  75% {
    fill: #F9C294;
  }
  76%,
  100% {
    fill: #FFAC67;
  }
}
.msg-splash-container.email-splash-container.app-module-documents .splash.process .email-sending-line4 {
  animation: msg-splash-contents-email-documents-line4 2s linear infinite;
}
@keyframes msg-splash-contents-email-documents-line4 {
  0%,
  25% {
    fill: #FFAC67;
  }
  26%,
  50% {
    fill: #FFAC67;
  }
  51%,
  75% {
    fill: #FFAC67;
  }
  76%,
  100% {
    fill: #F9C294;
  }
}
.msg-splash-container.email-splash-container.app-module-documents .splash.finish .email-sent-ok-circle {
  stroke: #ffac67;
}
.msg-splash-container.email-splash-container.app-module-documents .splash.finish .email-sent-ok {
  fill: #f9c294;
}
.msg-splash-container.email-splash-container.app-module-customers .splash {
  background-color: #ffe0e0;
}
.msg-splash-container.email-splash-container.app-module-customers .splash.init .email-sending-line3 {
  fill: #fe6565;
}
.msg-splash-container.email-splash-container.app-module-customers .splash.init .email-sending-line1 {
  fill: #fe6565;
}
.msg-splash-container.email-splash-container.app-module-customers .splash.init .email-sending-line2 {
  fill: #ff9494;
}
.msg-splash-container.email-splash-container.app-module-customers .splash.init .email-sending-line4 {
  fill: #fe6565;
}
.msg-splash-container.email-splash-container.app-module-customers .splash.process .email-sending-line1 {
  animation: msg-splash-contents-email-customers-line1 2s linear infinite;
}
@keyframes msg-splash-contents-email-customers-line1 {
  0%,
  25% {
    fill: #ff9494;
  }
  26%,
  50% {
    fill: #FE6565;
  }
  51%,
  75% {
    fill: #FE6565;
  }
  76%,
  100% {
    fill: #FE6565;
  }
}
.msg-splash-container.email-splash-container.app-module-customers .splash.process .email-sending-line2 {
  animation: msg-splash-contents-email-customers-line2 2s linear infinite;
}
@keyframes msg-splash-contents-email-customers-line2 {
  0%,
  25% {
    fill: #FE6565;
  }
  26%,
  50% {
    fill: #ff9494;
  }
  51%,
  75% {
    fill: #FE6565;
  }
  76%,
  100% {
    fill: #FE6565;
  }
}
.msg-splash-container.email-splash-container.app-module-customers .splash.process .email-sending-line3 {
  animation: msg-splash-contents-email-customers-line3 2s linear infinite;
}
@keyframes msg-splash-contents-email-customers-line3 {
  0%,
  25% {
    fill: #FE6565;
  }
  26%,
  50% {
    fill: #FE6565;
  }
  51%,
  75% {
    fill: #ff9494;
  }
  76%,
  100% {
    fill: #FE6565;
  }
}
.msg-splash-container.email-splash-container.app-module-customers .splash.process .email-sending-line4 {
  animation: msg-splash-contents-email-customers-line4 2s linear infinite;
}
@keyframes msg-splash-contents-email-customers-line4 {
  0%,
  25% {
    fill: #FE6565;
  }
  26%,
  50% {
    fill: #FE6565;
  }
  51%,
  75% {
    fill: #FE6565;
  }
  76%,
  100% {
    fill: #ff9494;
  }
}
.msg-splash-container.email-splash-container.app-module-customers .splash.finish .email-sent-ok-circle {
  stroke: #fe6565;
}
.msg-splash-container.email-splash-container.app-module-customers .splash.finish .email-sent-ok {
  fill: #ff9494;
}
.msg-splash-container.email-splash-container.app-module-reservation .splash {
  background-color: rgba(35, 202, 165, 0.1);
  height: 330px;
}
.msg-splash-container.email-splash-container.app-module-reservation .splash.init .email-sending-line3 {
  display: none;
}
.msg-splash-container.email-splash-container.app-module-reservation .splash.init .email-sending-line1 {
  display: none;
}
.msg-splash-container.email-splash-container.app-module-reservation .splash.init .email-sending-line2 {
  display: none;
}
.msg-splash-container.email-splash-container.app-module-reservation .splash.init .email-sending-line4 {
  display: none;
}
.msg-splash-container.email-splash-container.app-module-reservation .splash.process .email-sending-line1 {
  animation: msg-splash-contents-email-customers-line1 2s linear infinite;
}
@keyframes msg-splash-contents-email-customers-line1 {
  0%,
  25% {
    fill: rgba(35, 202, 165, 0.1);
  }
  26%,
  50% {
    fill: #23CAA5;
  }
  51%,
  75% {
    fill: #23CAA5;
  }
  76%,
  100% {
    fill: #23CAA5;
  }
}
.msg-splash-container.email-splash-container.app-module-reservation .splash.process .email-sending-line2 {
  animation: msg-splash-contents-email-customers-line2 2s linear infinite;
}
@keyframes msg-splash-contents-email-customers-line2 {
  0%,
  25% {
    fill: #23CAA5;
  }
  26%,
  50% {
    fill: rgba(35, 202, 165, 0.1);
  }
  51%,
  75% {
    fill: #23CAA5;
  }
  76%,
  100% {
    fill: #23CAA5;
  }
}
.msg-splash-container.email-splash-container.app-module-reservation .splash.process .email-sending-line3 {
  animation: msg-splash-contents-email-customers-line3 2s linear infinite;
}
@keyframes msg-splash-contents-email-customers-line3 {
  0%,
  25% {
    fill: #23CAA5;
  }
  26%,
  50% {
    fill: #23CAA5;
  }
  51%,
  75% {
    fill: rgba(35, 202, 165, 0.1);
  }
  76%,
  100% {
    fill: #23CAA5;
  }
}
.msg-splash-container.email-splash-container.app-module-reservation .splash.process .email-sending-line4 {
  animation: msg-splash-contents-email-customers-line4 2s linear infinite;
}
@keyframes msg-splash-contents-email-customers-line4 {
  0%,
  25% {
    fill: #23CAA5;
  }
  26%,
  50% {
    fill: #23CAA5;
  }
  51%,
  75% {
    fill: #23CAA5;
  }
  76%,
  100% {
    fill: rgba(35, 202, 165, 0.1);
  }
}
.msg-splash-container.email-splash-container.app-module-reservation .splash.finish .email-sent-ok-circle {
  stroke: #23CAA5;
}
.msg-splash-container.email-splash-container.app-module-reservation .splash.finish .email-sent-ok {
  fill: #23CAA566;
}
.msg-splash-container.email-splash-container.app-module-finance .splash {
  background-color: #ffe7e1;
}
.msg-splash-container.email-splash-container.app-module-finance .splash.init .email-sending-line3 {
  fill: #ff8668;
}
.msg-splash-container.email-splash-container.app-module-finance .splash.init .email-sending-line1 {
  fill: #ff8668;
}
.msg-splash-container.email-splash-container.app-module-finance .splash.init .email-sending-line2 {
  fill: #ffab96;
}
.msg-splash-container.email-splash-container.app-module-finance .splash.init .email-sending-line4 {
  fill: #ff8668;
}
.msg-splash-container.email-splash-container.app-module-finance .splash.process .email-sending-line1 {
  animation: msg-splash-contents-email-finance-line1 2s linear infinite;
}
@keyframes msg-splash-contents-email-finance-line1 {
  0%,
  25% {
    fill: #ffab96;
  }
  26%,
  50% {
    fill: #ff8668;
  }
  51%,
  75% {
    fill: #ff8668;
  }
  76%,
  100% {
    fill: #ff8668;
  }
}
.msg-splash-container.email-splash-container.app-module-finance .splash.process .email-sending-line2 {
  animation: msg-splash-contents-email-finance-line2 2s linear infinite;
}
@keyframes msg-splash-contents-email-finance-line2 {
  0%,
  25% {
    fill: #ff8668;
  }
  26%,
  50% {
    fill: #ffab96;
  }
  51%,
  75% {
    fill: #ff8668;
  }
  76%,
  100% {
    fill: #ff8668;
  }
}
.msg-splash-container.email-splash-container.app-module-finance .splash.process .email-sending-line3 {
  animation: msg-splash-contents-email-finance-line3 2s linear infinite;
}
@keyframes msg-splash-contents-email-finance-line3 {
  0%,
  25% {
    fill: #ff8668;
  }
  26%,
  50% {
    fill: #ff8668;
  }
  51%,
  75% {
    fill: #ffab96;
  }
  76%,
  100% {
    fill: #ff8668;
  }
}
.msg-splash-container.email-splash-container.app-module-finance .splash.process .email-sending-line4 {
  animation: msg-splash-contents-email-finance-line4 2s linear infinite;
}
@keyframes msg-splash-contents-email-finance-line4 {
  0%,
  25% {
    fill: #ff8668;
  }
  26%,
  50% {
    fill: #ff8668;
  }
  51%,
  75% {
    fill: #ff8668;
  }
  76%,
  100% {
    fill: #ffab96;
  }
}
.msg-splash-container.email-splash-container.app-module-finance .splash.finish .email-sent-ok-circle {
  stroke: #ff8668;
}
.msg-splash-container.email-splash-container.app-module-finance .splash.finish .email-sent-ok {
  fill: #ffab96;
}
.msg-splash-container.print-splash-container {
  width: 460px;
}
.msg-splash-container.print-splash-container .splash {
  min-height: 366px;
}
.msg-splash-container.print-splash-container.app-module-documents .splash {
  background-color: #fdeee1;
}
.msg-splash-container.print-splash-container.app-module-documents .splash .print-main-box {
  fill: #f9c294;
}
.msg-splash-container.print-splash-container.app-module-documents .splash .print-strip-button {
  fill: #ffac67;
}
.msg-splash-container.print-splash-container.app-module-documents .splash.finish .print-ok-circle {
  stroke: #ffac67;
}
.msg-splash-container.print-splash-container.app-module-documents .splash.finish .print-ok {
  fill: #f9c294;
}
.msg-splash-container.print-splash-container.app-module-customers .splash {
  background-color: #ffe0e0;
}
.msg-splash-container.print-splash-container.app-module-customers .splash .print-main-box {
  fill: #ff9494;
}
.msg-splash-container.print-splash-container.app-module-customers .splash .print-strip-button {
  fill: #fe6565;
}
.msg-splash-container.print-splash-container.app-module-customers .splash.finish .print-ok-circle {
  stroke: #fe6565;
}
.msg-splash-container.print-splash-container.app-module-customers .splash.finish .print-ok {
  fill: #ff9494;
}
.msg-splash-container.print-splash-container.app-module-finance .splash {
  background-color: #ffe7e1;
}
.msg-splash-container.print-splash-container.app-module-finance .splash .print-main-box {
  fill: #ffab96;
}
.msg-splash-container.print-splash-container.app-module-finance .splash .print-strip-button {
  fill: #ff8668;
}
.msg-splash-container.print-splash-container.app-module-finance .splash.finish .print-ok-circle {
  stroke: #ff8668;
}
.msg-splash-container.print-splash-container.app-module-finance .splash.finish .print-ok {
  fill: #ffab96;
}
.msg-splash-container.print-splash-container.app-module-reservation .splash {
  background-color: rgba(35, 202, 165, 0.1);
  height: 330px;
}
.msg-splash-container.print-splash-container.app-module-reservation .splash .print-main-box {
  fill: #23CAA51A;
}
.msg-splash-container.print-splash-container.app-module-reservation .splash .print-strip-button {
  fill: #23CAA5;
}
.msg-splash-container.print-splash-container.app-module-reservation .splash.finish .print-ok-circle {
  stroke: #23CAA5;
}
.msg-splash-container.print-splash-container.app-module-reservation .splash.finish .print-ok {
  fill: #23CAA5;
}
.msg-splash-container.email-payment-links-splash-container {
  width: 460px;
}
.msg-splash-container.email-payment-links-splash-container .splash {
  min-height: 366px;
}
.msg-splash-container.email-payment-links-splash-container.app-module-customers .splash {
  background-color: #ffe0e0;
}



.page-docs .page-content-component {
  flex-direction: column;
}
.page-docs__content {
  flex: 1 0 auto;
  position: relative;
}
.page-docs .controls-wrapper,
.page-docs .page-controls {
  margin-right: -10px;
}
.page-docs .controls-wrapper .icon-button,
.page-docs .page-controls .icon-button {
  width: 50px;
  height: 50px;
  margin: 0px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* Prevent inner icon / pseudo-elements from adding another background/shadow
       (defensive: ensures only the button container shows the hover background) */
}
.page-docs .controls-wrapper .icon-button:hover,
.page-docs .page-controls .icon-button:hover {
  background: var(--Surface-Grey-3, #eef2f6);
}
.page-docs .controls-wrapper .icon-button > i,
.page-docs .page-controls .icon-button > i,
.page-docs .controls-wrapper .icon-button::before,
.page-docs .page-controls .icon-button::before,
.page-docs .controls-wrapper .icon-button::after,
.page-docs .page-controls .icon-button::after,
.page-docs .controls-wrapper .icon-button > i::before,
.page-docs .page-controls .icon-button > i::before,
.page-docs .controls-wrapper .icon-button > i::after,
.page-docs .page-controls .icon-button > i::after {
  background: transparent;
  box-shadow: none;
}
.page-docs .controls-wrapper .icon-button > i,
.page-docs .page-controls .icon-button > i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
}
.page-docs .controls-wrapper .flex-icon-buttons,
.page-docs .page-controls .flex-icon-buttons {
  gap: 0px;
}
.page-docs .email-history .controls-wrapper .icon-container .icon-button {
  padding: 0;
}

.help-dashboard-spots-edit-form {
  padding: 20px;
}

.help-dashboard-admin-spots {
  height: 100%;
  padding: 0 20px;
}
.help-dashboard-admin-spots .spot-cont {
  height: 100%;
}
.help-dashboard-admin-spots .spot-cont.no-spot {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.help-dashboard-admin-spots .spot-cont .info-cont .version-image {
  width: 156px;
  height: 112px;
  background: url(../../assets/307a16fe.svg) no-repeat;
}
.help-dashboard-admin-spots .i-close_lg {
  margin-right: 5px;
}

.help-dashboard-admin-comments .comments-cont {
  height: 100%;
  padding: 20px;
}
.help-dashboard-admin-comments .comments-cont .form-cont {
  text-align: right;
}
.help-dashboard-admin-comments .comments-cont .form-cont textarea {
  width: 100%;
  height: 80px;
}
.help-dashboard-admin-comments .comments-cont .form-cont .awl-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.help-dashboard-admin {
  height: 100%;
}
.help-dashboard-admin .awl-button:not(.secondary) {
  margin-top: 20px;
}
.help-dashboard-admin .awl-button:not(.secondary):not([disabled]) {
  background-color: #71ba1b;
}
.help-dashboard-admin .awl-button:not(.secondary)[disabled] {
  background-color: #b7d88f;
}
.help-dashboard-admin .i-copy[disabled],
.help-dashboard-admin .i-editfield[disabled],
.help-dashboard-admin .i-close_lg[disabled],
.help-dashboard-admin .i-upload-activity[disabled],
.help-dashboard-admin .i-fill_caret_down[disabled] {
  color: #9ca5b3;
  cursor: default;
}
.help-dashboard-admin .info-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.help-dashboard-admin .info-cont > span {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #7b8799;
  text-align: center;
}
.help-dashboard-admin .cont .create-image {
  width: 203px;
  height: 123px;
  margin-top: 20px;
  background: url(../../assets/25fd54dd.svg) no-repeat;
}

.help-dashboard-menu .awl-menu > .awl-menu-item {
  position: relative;
  padding: 0 10px;
}

.help-dashboard-support-overview {
  height: 100%;
  padding: 0 20px;
}




.help-dashboard-user .cont {
  padding: 20px;
}
.help-dashboard-user .cont .overview {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.help-dashboard-user .cont .overview .i-open_link {
  margin-left: 10px;
}
.help-dashboard-user .cont .bubble .name {
  font-size: 16px;
  font-weight: 600;
}
.help-dashboard-user .cont .bubble .content {
  margin-top: 20px;
}
.help-dashboard-user .cont .info-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.help-dashboard-user .cont .info-cont .version-image {
  width: 126px;
  height: 118px;
  background: url(../../assets/5c4ea2a7.png) no-repeat;
}
.help-dashboard-user .cont .info-cont > span {
  margin-top: 36px;
  color: #7b8799;
  text-align: center;
}

.help-dashboard {
  height: 100%;
}
.help-dashboard .awl-menu {
  padding: 0 0 0 20px;
  background: none;
  position: relative;
  z-index: 1;
}
.help-dashboard .awl-menu .awl-menu-item {
  color: #47505d;
  font-size: 14px;
  font-weight: 400;
}
.help-dashboard .awl-menu .awl-menu-item.item-selected {
  border-color: #969fb8;
  color: #47505d;
  font-weight: 600;
}
.help-dashboard .busy-cont {
  padding: 20px;
}
.help-dashboard .help-dashboard-admin .cont,
.help-dashboard .help-dashboard-support .cont {
  height: 100%;
}
.help-dashboard .help-dashboard-admin .cont .section-cont:not(.section-single),
.help-dashboard .help-dashboard-support .cont .section-cont:not(.section-single) {
  border-bottom: 1px solid #dde1e6;
}
.help-dashboard .help-dashboard-admin .cont .section-cont .section-name,
.help-dashboard .help-dashboard-support .cont .section-cont .section-name {
  padding: 20px 20px 0 20px;
  font-weight: 600;
}
.help-dashboard .help-dashboard-admin .cont .section-cont.section-single,
.help-dashboard .help-dashboard-support .cont .section-cont.section-single {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.help-dashboard .help-dashboard-admin .cont .section-cont.section-single .single-create,
.help-dashboard .help-dashboard-support .cont .section-cont.section-single .single-create {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.help-dashboard .help-dashboard-admin .cont .section-cont.section-single .single-tab-cont,
.help-dashboard .help-dashboard-support .cont .section-cont.section-single .single-tab-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.help-dashboard .help-dashboard-admin .cont .button-cont,
.help-dashboard .help-dashboard-support .cont .button-cont {
  padding: 0 20px 20px 20px;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview {
  padding: 20px 0;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap .left-side,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap .left-side {
  display: flex;
  align-items: center;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap .left-side .version-cont,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap .left-side .version-cont {
  display: flex;
  align-items: center;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap .left-side .version-cont .status,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap .left-side .version-cont .status {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #b9bed0;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap .left-side .version-cont .status.future,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap .left-side .version-cont .status.future {
  background-color: #f59923;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap .left-side .version-cont .status.active,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap .left-side .version-cont .status.active {
  background-color: #71ba1b;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap .left-side .version-cont .version,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap .left-side .version-cont .version {
  font-weight: 600;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap .left-side .publish,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap .left-side .publish {
  display: flex;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap .left-side .publish > div,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap .left-side .publish > div {
  padding: 0 5px;
  font-weight: 600;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap .left-side .publish > span,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap .left-side .publish > span {
  color: #9ca5b3;
  font-size: 12px;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap .right-side,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap .right-side {
  padding-right: 10px;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .overview-wrap .right-side > span,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .overview-wrap .right-side > span {
  padding-left: 5px;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .name-wrap,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .name-wrap {
  width: 100%;
  padding: 10px 0 0 17px;
}
.help-dashboard .help-dashboard-admin .cont .overviews-cont .overview .name-wrap .i-open_link,
.help-dashboard .help-dashboard-support .cont .overviews-cont .overview .name-wrap .i-open_link {
  padding-left: 10px;
  font-size: 12px;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot {
  padding: 20px 0;
  border-bottom: 1px solid #dde1e6;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .left-side,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .left-side {
  display: flex;
  align-items: center;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .left-side .i-fill_caret_down,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .left-side .i-fill_caret_down {
  margin-right: 5px;
  margin-left: -5px;
  transform: rotate(270deg);
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .left-side .i-fill_caret_down.active,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .left-side .i-fill_caret_down.active {
  transform: rotate(0);
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .left-side .version-cont,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .left-side .version-cont {
  display: flex;
  align-items: center;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .left-side .version-cont .status,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .left-side .version-cont .status {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #b9bed0;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .left-side .version-cont .status.future,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .left-side .version-cont .status.future {
  background-color: #f59923;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .left-side .version-cont .status.past,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .left-side .version-cont .status.past {
  background-color: red;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .left-side .version-cont .status.active,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .left-side .version-cont .status.active {
  background-color: #71ba1b;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .left-side .version-cont .version,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .left-side .version-cont .version {
  font-weight: 600;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .publish,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .publish {
  display: flex;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .publish > div,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .publish > div {
  padding: 0 5px;
  font-weight: 600;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .publish > span,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .publish > span {
  color: #9ca5b3;
  font-size: 12px;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .spot-wrap .right-side > span,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .spot-wrap .right-side > span {
  padding-left: 5px;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .bubbles-cont,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .bubbles-cont {
  margin-top: 20px;
  padding-left: 20px;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .bubbles-cont .bubble,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .bubbles-cont .bubble {
  padding: 20px 0;
  border-bottom: 1px solid #dde1e6;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .bubble-top,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .bubble-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .bubble-top .left-side,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .bubble-top .left-side {
  width: 260px;
  display: flex;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .bubble-top .left-side .i-fill_caret_down,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .bubble-top .left-side .i-fill_caret_down {
  margin-right: 5px;
  margin-left: -5px;
  transform: rotate(270deg);
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .bubble-top .left-side .i-fill_caret_down.active,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .bubble-top .left-side .i-fill_caret_down.active {
  transform: rotate(0);
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .bubble-top .left-side .name,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .bubble-top .left-side .name {
  font-weight: 600;
}
.help-dashboard .help-dashboard-admin .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .content,
.help-dashboard .help-dashboard-support .cont .spots-cont .spot .bubbles-cont .bubble .bubble-wrap .content {
  width: 100%;
  padding: 10px 0 10px 14px;
  display: flex;
}
.help-dashboard .help-dashboard-admin .cont .comments-cont .title,
.help-dashboard .help-dashboard-support .cont .comments-cont .title {
  padding: 20px 0;
  font-weight: 600;
}
.help-dashboard .help-dashboard-admin .cont .comments-cont .comment,
.help-dashboard .help-dashboard-support .cont .comments-cont .comment {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dde1e6;
}
.help-dashboard .help-dashboard-admin .cont .comments-cont .comment .left-side,
.help-dashboard .help-dashboard-support .cont .comments-cont .comment .left-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.help-dashboard .help-dashboard-admin .cont .comments-cont .comment .left-side .name-cont,
.help-dashboard .help-dashboard-support .cont .comments-cont .comment .left-side .name-cont {
  display: flex;
}
.help-dashboard .help-dashboard-admin .cont .comments-cont .comment .left-side .name-cont > div,
.help-dashboard .help-dashboard-support .cont .comments-cont .comment .left-side .name-cont > div {
  font-weight: 600;
}
.help-dashboard .help-dashboard-admin .cont .comments-cont .comment .left-side .name-cont .i-fill_caret_down,
.help-dashboard .help-dashboard-support .cont .comments-cont .comment .left-side .name-cont .i-fill_caret_down {
  margin-right: 5px;
  margin-left: -5px;
  transform: rotate(270deg);
}
.help-dashboard .help-dashboard-admin .cont .comments-cont .comment .left-side .name-cont .i-fill_caret_down.active,
.help-dashboard .help-dashboard-support .cont .comments-cont .comment .left-side .name-cont .i-fill_caret_down.active {
  transform: rotate(0);
}
.help-dashboard .help-dashboard-admin .cont .comments-cont .comment .left-side .datetime,
.help-dashboard .help-dashboard-support .cont .comments-cont .comment .left-side .datetime {
  color: #9ca5b3;
  font-size: 12px;
}
.help-dashboard .help-dashboard-admin .cont .comments-cont .comment .content,
.help-dashboard .help-dashboard-support .cont .comments-cont .comment .content {
  margin-top: 10px;
  padding-left: 14px;
}

.help-publish {
  padding: 20px;
}

.help-bubble {
  width: 32px;
  height: 32px;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #fe6565;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 0 3px 0 #444444;
  opacity: 0.7;
}
.help-bubble.hover {
  opacity: 1;
}
.help-bubble.hover > div {
  display: block;
}
.help-bubble.linked {
  background-color: #8cd92e;
}
.help-bubble.active {
  opacity: 1;
  font-weight: 800;
}
.help-bubble > div {
  display: none;
}

.finance-void-form-warning .use-initial-pos-loc {
  margin-top: 20px;
}
.finance-void-form-warning .use-initial-pos-loc label {
  margin-right: 40px;
}

.vat-display__rate {
  margin: 0 0 0 10px;
  border: 1px solid #cdd2d9;
  background: #eef2f6;
  border-radius: 4px;
  color: #aab3bf;
  display: inline-block;
  height: 32px;
  width: 50px;
  line-height: 32px;
  text-align: center;
}

.cust-details-finances-account-index {
  height: 100%;
  max-height: 100%;
  width: 100%;
  padding: 20px 20px 0 20px;
}
.cust-details-finances-account-index .actions-cont {
  width: auto;
  max-width: 75%;
  padding: 0 0 20px 0;
}
.cust-details-finances-account-index .actions-cont .awl-button {
  margin-top: 0;
}
.cust-details-finances-account-index .controls-cont {
  padding: 0;
  margin-bottom: 20px;
}
.cust-details-finances-account-index .listing-grid-v1__content {
  min-height: 64px;
}
.cust-details-finances-account-index .listing-grid-v1__content .a9-grid {
  min-height: 64px !important;
}
.cust-details-finances-account-index .listing-grid-v1__content .a9-grid .inactive-row {
  color: #c3cad4;
}
.cust-details-finances-account-index .listing-grid-v1__content .a9-grid .inactive-row .a9-table__component__head .ui-grid-cell-contents {
  color: #c3cad4;
}
.cust-details-finances-account-index .listing-grid-v1__content .a9-grid .inactive-row .a9-table__component__body__col {
  color: #c3cad4;
}
.cust-details-finances-account-index .listing-grid-v1__content .a9-grid-expandable .ui-grid-row .expandableRow {
  padding: 20px;
}
.cust-details-finances-account-index .listing-grid-v1__content .a9-grid-expandable .ui-grid-row .expandableRow h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cust-details-finances-account-index .listing-grid-v1__content .colorRgbIntView {
  vertical-align: middle;
}

.finance-invoices-details-invoice-change-due-date {
  display: flex;
  align-items: center;
  padding: 20px;
}
.finance-invoices-details-invoice-change-due-date .title {
  margin-right: 40px;
  white-space: nowrap;
}

.finance-invoices-details-invoice {
  height: 100%;
  max-height: 100%;
  width: 100%;
  padding: 20px 20px 0 20px;
}
.finance-invoices-details-invoice .awl-button-line {
  padding: 0;
}
.finance-invoices-details-invoice .listing-grid-v1__content {
  min-height: 64px;
}
.finance-invoices-details-invoice .listing-grid-v1__content .a9-grid-expandable .ui-grid-row .expandableRow {
  padding: 20px;
}
.finance-invoices-details-invoice .listing-grid-v1__content .a9-grid-expandable .ui-grid-row .expandableRow h2 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding-bottom: 20px;
}


.finance-invoices-details-invoice-void {
  height: 100%;
  max-height: 100%;
  width: 100%;
  padding: 20px 20px 0 20px;
}
.finance-invoices-details-invoice-void .listing-grid-v1__content {
  min-height: 64px;
}
.finance-invoices-details-invoice-void .listing-grid-v1__content .a9-grid-expandable .ui-grid-row .expandableRow {
  padding: 20px;
}
.finance-invoices-details-invoice-void .listing-grid-v1__content .a9-grid-expandable .ui-grid-row .expandableRow h2 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding-bottom: 20px;
}


.finance-invoices-details-payment {
  height: 100%;
  max-height: 100%;
  width: 100%;
  padding: 20px 20px 0 20px;
}
.finance-invoices-details-payment .listing-grid-v1__content {
  min-height: 64px;
}
.finance-invoices-details-payment .listing-grid-v1__content .a9-grid-expandable .ui-grid-row .expandableRow {
  padding: 20px;
}
.finance-invoices-details-payment .listing-grid-v1__content .a9-grid-expandable .ui-grid-row .expandableRow h2 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding-bottom: 20px;
}

.finance-invoices-details-payment-void {
  height: 100%;
  max-height: 100%;
  width: 100%;
  padding: 20px 20px 0 20px;
}
.finance-invoices-details-payment-void .listing-grid-v1__content {
  min-height: 64px;
}
.finance-invoices-details-payment-void .listing-grid-v1__content .a9-grid-expandable .ui-grid-row .expandableRow {
  padding: 20px;
}
.finance-invoices-details-payment-void .listing-grid-v1__content .a9-grid-expandable .ui-grid-row .expandableRow h2 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding-bottom: 20px;
}

.finance-invoices-details {
  width: 100%;
  padding-top: 20px;
}
.finance-invoices-details .tab-content {
  border-left: 1px solid #dde1e6;
  border-right: 1px solid #dde1e6;
}
.finance-invoices-details .awl-menu {
  padding: 0 0 0 20px;
  border-bottom: 1px solid #dde1e6;
  height: 40px;
}
.finance-invoices-details .awl-menu .awl-menu-item {
  position: relative;
  margin-bottom: -1px;
  border: 1px solid #dde1e6;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  color: #47505d;
  line-height: 38px;
}
.finance-invoices-details .awl-menu .awl-menu-item:not(:last-child) {
  border-right: none;
}
.finance-invoices-details .awl-menu .awl-menu-item.item-selected {
  background: #fff;
  border-bottom: none;
}
.finance-invoices-details .awl-menu .awl-menu-item .top-line {
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.cust-details__finances__account__top-up.with-sepa {
  padding-right: 72px !important;
}

.finance-management-direct-debit-comment__main {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 30px;
  color: #47505d;
}
.finance-management-direct-debit-comment__main .field-name {
  color: #9ca5b3;
}

.cust-details__finances__account__void-form {
  padding: 20px;
  width: 100%;
}
.cust-details__finances__account__void-form .title {
  font-size: 14px;
  color: #47505d;
  font-weight: 600;
}
.cust-details__finances__account__void-form .text {
  line-height: 30px;
  font-size: 12px;
}

.cust-details-finances-account-void {
  height: 100%;
  max-height: 100%;
  width: 100%;
  padding: 0;
}
.cust-details-finances-account-void > .scrollbar-over {
  border-top: 1px solid #d4d4d4;
}
.cust-details-finances-account-void .controls-cont {
  padding: 20px;
}
.cust-details-finances-account-void .ps__rail-y {
  right: 0 !important;
  left: auto !important;
}
.cust-details-finances-account-void .listing-grid-v1__content {
  min-height: 64px;
}
.cust-details-finances-account-void .listing-grid-v1__content .a9-grid-scroll {
  right: 0 !important;
}
.cust-details-finances-account-void .listing-grid-v1__content .colorRgbIntView {
  vertical-align: middle;
}
.cust-details-finances-account-void .listing-grid-v1__content .ui-grid-header-cell {
  border-top: 1px solid transparent;
}


.tour-molecule-round-datetime-picker {
  display: flex;
  flex-direction: row;
}
.tour-molecule-round-datetime-picker .label-at {
  max-width: 24px;
  overflow: hidden;
  margin: 0 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 0 auto;
}

.cust-details__finances__account__pay-invoice {
  padding: 20px 0;
}
.cust-details__finances__account__pay-invoice__data {
  padding: 0 20px;
}
.cust-details__finances__account__pay-invoice__data .datetime-cont {
  display: flex;
  align-items: center;
}
.cust-details__finances__account__pay-invoice__data .datetime-cont .field-error {
  display: flex !important;
}
.cust-details__finances__account__pay-invoice__data .datetime-cont .error-icon.right {
  margin-left: -273px !important;
}
.cust-details__finances__account__pay-invoice__data .datetime-cont .label-at {
  max-width: 24px;
  overflow: hidden;
  margin: 0 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 0 auto;
}
.cust-details__finances__account__pay-invoice__select-table .a9-table__component__body .a9-table__component__body__row > .a9-table__component__body__col .ui-grid-cell-contents {
  line-height: 50px;
}
.cust-details__finances__account__pay-invoice__select-table .a9-table__component__body__no-records {
  padding-top: 6px;
}
.cust-details__finances__account__pay-invoice__amount-cell {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 52px;
  padding-right: 20px;
  justify-content: space-between;
}
.cust-details__finances__account__pay-invoice__amount-cell .currency-atom-amount-input {
  width: 112px;
}
.cust-details__finances__account__pay-invoice__total {
  height: 50px;
  border: 1px solid #cdd2d9;
  background-color: #eef2f6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  font-weight: 600;
}
.cust-details__finances__account__pay-invoice__total__value {
  min-width: 150px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
  padding-left: 10px;
}
.cust-details__finances__account__pay-invoice__total__value .a9-currency {
  margin-left: 20px;
}
.cust-details__finances__account__pay-invoice__total .cust-details__finances__account__pay-invoice__amount-cell {
  width: 187px;
  height: 50px;
  padding-left: 10px;
}
.cust-details__finances__account__pay-invoice__total .cust-details__finances__account__pay-invoice__amount-cell input {
  font-weight: 600;
}
.cust-details__finances__account__pay-invoice .checkbox.checked_full {
  background-color: #71ba1b !important;
  border-color: #71ba1b !important;
}
.cust-details__finances__account__pay-invoice .checkbox.checked_part {
  background-color: #f8e71c !important;
  border-color: #f8e71c !important;
}
.cust-details__finances__account__pay-invoice .checkbox.checked_part:before {
  content: '\E814';
  top: -1px;
}

.finance-direct-debit-future-change-sepa-date {
  display: flex;
  align-items: center;
  padding: 20px;
}
.finance-direct-debit-future-change-sepa-date .title {
  margin-right: 40px;
  white-space: nowrap;
}

.page.stretch-page {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.email-or-print-popup-content {
  height: 100%;
  padding: 20px;
}

.cust-details-finances-account-wizard-instant-invoice-product .product-selection-title {
  padding: 0 20px 20px 20px;
  font-size: 14px;
  font-weight: 600;
}
.cust-details-finances-account-wizard-instant-invoice-product .datetime-cont {
  display: flex;
  align-items: center;
}
.cust-details-finances-account-wizard-instant-invoice-product .datetime-cont .date-cont {
  max-width: 125px;
}
.cust-details-finances-account-wizard-instant-invoice-product .datetime-cont .time-cont {
  display: flex;
}
.cust-details-finances-account-wizard-instant-invoice-product .datetime-cont .label-at {
  max-width: 5px;
  overflow: hidden;
  margin: 0 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 0 auto;
}
.cust-details-finances-account-wizard-instant-invoice-product .group-cont {
  display: flex;
  align-items: center;
}
.cust-details-finances-account-wizard-instant-invoice-product .group-cont > span {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fe6565;
}
.cust-details-finances-account-wizard-instant-invoice-product .awl-dragger-icon {
  font-size: 16px;
  padding: 2px;
  color: #848a94;
}
.cust-details-finances-account-wizard-instant-invoice-product .awl-int-spinner > .ais-text > input {
  background-color: #fff;
}
.cust-details-finances-account-wizard-instant-invoice-product .expand-fit-cont {
  display: flex;
}

.cust-details-finances-account-wizard-instant-invoice-product-listing-types-list {
  width: 255px;
  padding: 10px;
  border-top: 1px solid #dde1e6;
  border-right: 1px solid #dde1e6;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-types-list > .scrollbar-over {
  height: 100%;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-types-list .item-title-cont {
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-types-list .item-title-cont.active {
  background-color: #eef2f6;
  font-weight: 600;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-types-list .item-title-cont .sub-type {
  line-height: 32px;
  margin-left: 10px;
  position: relative;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-types-list .item-title-cont .sub-type.active {
  background-color: #eef2f6;
  font-weight: 600;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-types-list .item-title-cont .sub-type:before {
  content: '';
  width: 10px;
  height: 0;
  position: absolute;
  left: -10px;
  top: 16px;
  border-top: 1px solid #e0e4e8;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-types-list .item-title-cont .sub-type:after {
  content: '';
  width: 0px;
  height: 40px;
  position: absolute;
  left: -10px;
  top: 0px;
  border-left: 2px solid #eef0f2;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-types-list .item-title-cont .sub-type:last-child:after {
  height: 16px;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-types-list .item-title-cont .sub-type > div {
  padding-left: 20px;
  line-height: 32px;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cust-details-finances-account-wizard-instant-invoice-product-listing {
  width: 100%;
  height: 100%;
  display: flex;
  flex-grow: 1;
  border-top: 1px solid #dde1e6;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing .grow {
  position: relative;
  flex-grow: 1;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing .absolute-cont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing .table-title {
  width: 100%;
  padding: 20px 0 20px 0;
  font-size: 14px;
  font-weight: 600;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing .control-buttons-cont {
  padding: 0 10px;
  width: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing .control-buttons-cont > .awl-button {
  margin: 0 0 10px 0;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing .control-buttons-cont.middle {
  border-left: 1px solid #dde1e6;
  border-right: 1px solid #dde1e6;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing .control-buttons-cont.right {
  border-left: 1px solid #dde1e6;
}

.cust-details-finances-account-wizard-instant-invoice-product-listing-list .table-title {
  padding-left: 0;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-list .controls-cont {
  padding: 0 0 10px 10px;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-list .cust-details-finances-account-wizard-instant-invoice-product-listing-list__listing {
  height: 100%;
}

.cust-details-finances-account-wizard-instant-invoice-product-listing-selected .listing-grid-v1__content {
  height: 100%;
  max-height: 100%;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-selected .listing-grid-v1__content .a9-grid-scroll {
  right: 0;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-selected .listing-grid-v1__content .ui-grid-row .ui-grid-cell-contents {
  height: 42px;
  line-height: 42px;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-selected .listing-grid-v1__content .ui-grid-viewport .checkbox {
  margin-top: 13px;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-selected .listing-grid-v1__content .awl-int-spinner,
.cust-details-finances-account-wizard-instant-invoice-product-listing-selected .listing-grid-v1__content .currency-atom-amount-input input {
  margin-top: 5px;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-selected .add-custom-product-cont {
  width: 100%;
  padding: 0 10px 10px 10px;
  display: flex;
  flex-direction: column;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-selected .add-custom-product-cont .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-selected .add-custom-product-cont .cont .total-amount {
  font-size: 12px;
  white-space: nowrap;
  margin-left: 10px;
  display: flex;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-selected .add-custom-product-cont .cont .total-amount > span {
  margin-right: 20px;
}
.cust-details-finances-account-wizard-instant-invoice-product-listing-selected .add-custom-product-cont .cont .total-amount > div {
  font-weight: 600;
}

.cust-details-finances-account-wizard-instant-invoice-product-add-custom-product-form {
  padding: 20px;
}

.product-action-edit-assign-customers.assign-modal {
  padding: 20px;
  height: 156px;
}
.product-action-edit-assign-customers.assign-modal .search {
  width: 245px;
}
.product-action-edit-assign-customers.assign-modal .warning {
  padding-bottom: 20px;
  text-align: center;
  width: 612px;
}
.product-action-edit-assign-customers.assign-modal .warning i {
  font-size: 40px;
  color: #ff4141;
}
.product-action-edit-assign-customers.assign-modal .details-form--edit .details-form__table {
  margin: 0px;
}
.product-action-edit-assign-customers.assign-modal .details-form--edit .details-form__row {
  height: auto;
}
.product-action-edit-assign-customers.assign-modal .details-form--edit .details-form__value {
  width: 400px;
}
.product-action-edit-assign-customers.assign-modal .icon-button {
  border: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
}
.product-action-edit-assign-customers.assign-modal .vi-atom-input-tags .input-tags-search-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px;
}
.product-action-edit-assign-customers.assign-modal .tag-box .input-tags-search-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0px 20px 20px 0px;
  list-style: none;
}
.product-action-edit-assign-customers.assign-modal .tag-box .input-tags-search-list-item {
  font-size: 14px;
  margin: 10px 10px 0px 0px;
  align-items: center;
  height: 25px;
  background: #969fb8;
  color: #fff;
  padding: 0px 10px;
  white-space: nowrap;
  border-radius: 4px;
  display: flex;
}
.product-action-edit-assign-customers.assign-modal .tag-box .input-tags-search-list-item > span {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
}
.product-action-edit-assign-customers.assign-modal .tag-box > .label-title {
  width: 140px;
  height: 32px;
  line-height: 32px;
}
.product-action-edit-assign-customers.assign-modal .tag-box > .label-input {
  width: 315px;
}

.customers-address-form {
  padding: 20px;
}
.customers-address-form .google-maps-wrap .cont {
  width: 740px;
  height: 454px;
  margin-top: 5px;
}
.customers-address-form awl-input-search .temp-nice-looking-search-text-input .nice-input-icon {
  position: absolute;
  background-color: #fe6565;
  height: 32px;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  width: 36px;
  padding: 0 10px;
  color: #ffffff;
  border-radius: 5px;
}

.customer-address-select-info-popover {
  min-height: 100px;
  padding: 10px 20px;
}
.customer-address-select-info-popover .table {
  display: table;
  border-collapse: collapse;
  font-size: 14px;
}
.customer-address-select-info-popover .table .row {
  display: table-row;
}
.customer-address-select-info-popover .table .row .col {
  display: table-cell;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
}
.customer-address-select-info-popover .table .row .col.col1 {
  padding-right: 40px;
}
.customer-address-select-info-popover .table .row .col.col2 {
  font-weight: 600;
}

.customer-address-select {
  position: relative;
}
.customer-address-select button {
  position: absolute !important;
  right: -42px;
  top: 0;
}
.customer-address-select__list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.customer-address-select__list-item .item {
  width: calc(100% - 15px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.customer-address-select__list-item .trigger-icon {
  position: absolute;
  right: 0px;
  top: 8px;
  color: #fff;
  background-color: #788697;
  display: block;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 9px;
}

.cust-details-finances-account-wizard-instant-invoice-product-subscription .awl-datepick-wrap {
  max-width: 245px;
}
.cust-details-finances-account-wizard-instant-invoice-product-subscription .datetime-cont {
  display: flex;
  align-items: center;
}
.cust-details-finances-account-wizard-instant-invoice-product-subscription .datetime-cont .ampm {
  margin-left: 115px !important;
}
.cust-details-finances-account-wizard-instant-invoice-product-subscription .datetime-cont .date-cont {
  width: 125px;
}
.cust-details-finances-account-wizard-instant-invoice-product-subscription .datetime-cont .tim-cont {
  display: flex;
}
.cust-details-finances-account-wizard-instant-invoice-product-subscription .datetime-cont .label-at {
  max-width: 5px;
  overflow: hidden;
  margin: 0 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 0 auto;
}
.cust-details-finances-account-wizard-instant-invoice-product-subscription .group-cont {
  display: flex;
  align-items: center;
}
.cust-details-finances-account-wizard-instant-invoice-product-subscription .group-cont > span {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fe6565;
}
.cust-details-finances-account-wizard-instant-invoice-product-subscription .cust-details-finances-account-wizard-instant-invoice-product-subscription__listing {
  height: 100%;
}
.cust-details-finances-account-wizard-instant-invoice-product-subscription .cust-details-finances-account-wizard-instant-invoice-product-subscription__listing .a9-grid-scroll {
  right: 0;
}

.sidebar-button {
  border-radius: 50% !important;
}
.sidebar-button .value {
  position: relative;
  top: -43px;
}
.sidebar-button .amount,
.sidebar-button .error {
  z-index: 1;
}
.sidebar-button .vi-atom-busy-spinner > div > .half > .moon {
  border-width: 2px;
  border-bottom-color: #9ca5b3 !important;
  border-left-color: #9ca5b3 !important;
}

.zoom-tool-button {
  border-radius: 50% !important;
}
.fast-viewer-tool-button {
  margin-right: 20px;
}
.fast-viewer-tool-button.sos {
  font-size: 10px !important;
  margin-right: 15px;
}

/*
  COLOR PALETTE
*/
/*
  DIMENSIONS
*/
/*
  TYPOGRAPHY
*/
/*
  APPLICATIONS
*/
.page-menu {
  border-right: 1px solid #e1e3e5;
  padding: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: inset -5px 0 6px -3px #e1e3e5;
}
.page-menu .menu-inactive {
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #ffffff;
  opacity: 0.6;
  z-index: 1500;
  border-radius: 7px;
}
.page-menu .menu-inactive-days {
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 41px);
  z-index: 1500;
  border-radius: 7px 7px 0 0;
  text-align: center;
}
.page-menu .menu-inactive-days span {
  position: absolute;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  font-size: 10px;
  padding: 0 10px;
  bottom: 7px;
  left: 80px;
}
.page-menu .menu {
  margin: 0;
}
.page-menu .menu .menu-item {
  box-shadow: 0 1px 5px 0 #d9d9d9;
  border-radius: 9px;
  float: left;
  height: 190px;
  width: 220px;
  position: relative;
  margin: 0 20px 22px 0;
  transition: all 0.2s linear;
}
.page-menu .menu .menu-item.appeared {
  opacity: 1;
}
.page-menu .menu .menu-item.disabled {
  opacity: 0.6;
}
.page-menu .menu.menu-compact .menu-item {
  height: 120px;
}
.page-menu > .ps__rail-y {
  background-color: transparent !important;
}

.mainMoleculeWeather .a-weather {
  height: 70px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  color: rgba(51, 61, 76, 0.9);
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  color: var(--Text-Primary, #47505D);
  font-family: "Open Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.mainMoleculeWeather .a-weather .a-weather-icon {
  height: 26px;
  display: inline-block;
  vertical-align: top;
}
.mainMoleculeWeather .a-weather .a-weather-icon svg {
  max-height: 100%;
}
.mainMoleculeWeather .a-weather:hover .a-weather-popup-container {
  display: block;
}
.mainMoleculeWeather .a-weather .a-weather-popup-container {
  position: absolute;
  letter-spacing: 0;
  top: 26px;
  left: 100%;
  transform: translate(-100%, 5%);
  z-index: 200;
  padding-top: 6px;
  display: none;
}
.mainMoleculeWeather .a-weather .a-weather-popup {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: 514px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail {
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #e2e4e6;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td {
  vertical-align: middle;
  padding: 0;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-icon {
  border: 1px solid;
  width: 95px;
  height: 54px;
  text-align: center;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-icon .a-weather-icon {
  width: 54px;
  height: 54px;
  margin: 0 0 -3px 0;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-main {
  display: flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-main .line-1 {
  color: var(--Text-Medium, #7B8799);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-main .weather-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-main .weather-line .weather-with-icon {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-main .line-2 {
  opacity: 0.8;
  font-weight: 300;
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #333d4c;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-main .line-3 {
  display: flex;
  width: 36px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-sunrise-sunset .line-4 {
  display: flex;
  padding: 0px 20px 20px 20px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail .sunset-sunrise {
  width: 34px;
  height: 34px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail .line-5 {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail .sub-line {
  display: flex;
  gap: 10px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail .more-details {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail .more-details .labels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail .more-details .labels p {
  color: var(--Text-Medium, #7B8799);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail .more-details .values {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail .more-details .values p {
  color: var(--Text-Primary, #47505D);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-more {
  font-size: 12px;
  letter-spacing: -0.5px;
  font-style: normal;
  line-height: 32px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-more table {
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-more table td {
  height: 30px;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-more table td:nth-child(1) {
  font-weight: 600;
  color: #7B8799;
  padding: 0 12px 0 0;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-detail td.detail-more table td:nth-child(2) {
  padding: 0 12px 0 0;
  font-weight: 700;
  color: #47505D;
  line-height: 32px;
  font-size: 12px;
  font-style: normal;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-forecast {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-forecast td {
  padding: 0;
  vertical-align: top;
  text-align: center;
  border-right: solid 1px #f2f3f4;
  min-width: 62px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-forecast td:last-child {
  border-right: none;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-forecast .line-1 {
  color: var(--Text-Primary, #47505D);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-forecast .line-2 {
  color: var(--Text-Medium, #7B8799);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 15px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-forecast .line-3 {
  margin-bottom: 15px;
  position: relative;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-forecast .line-3 svg {
  width: 30px;
  height: 30px;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-forecast .line-3:hover .line-3-hover {
  display: block;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-forecast .line-3 .line-3-hover {
  top: 24px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  position: absolute;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505d;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #5a6980;
  white-space: nowrap;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-forecast .line-4 {
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #5a6980;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-timestamp {
  line-height: 21px;
  padding: 10px 20px;
  border-top: solid 1px #e2e4e6;
  width: 100%;
  text-align: right;
  font-size: 9px;
  letter-spacing: -0.4px;
  color: var(--Text-Medium, #7B8799);
  font-family: "Open Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mainMoleculeWeather .a-weather .a-weather-popup .a-weather-timestamp .i-reload {
  font-weight: 300;
}


.zoom-bar {
  position: absolute;
  width: 282px;
  height: 50px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  top: -2px;
  right: 55px;
  box-sizing: content-box;
  z-index: 32000;
  transform: translate3d(0, 0, 32000px);
  display: table;
  line-height: normal;
}
.zoom-bar:before {
  content: "";
  position: absolute;
  right: -6px;
  top: 18px;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  background: #fff;
  display: inline-block;
  border-top: 1px solid #dde1e6;
  border-right: 1px solid #dde1e6;
}
.zoom-bar .zoom-slider {
  display: table-cell;
  width: 211px;
  padding: 5px 12px 0 12px;
  /*

        .zoom-range-slider {

          height: 6px;
          .angular-slider2 {
            display: block;
            height: 6px;
            border: none;
            background-color: @a-zoom-bar-slider-color;
            .selection {
              background: @a-zoom-bar-selection-color;
              height: 6px;
            }
            .point {
              background: @a-zoom-bar-selection-color;
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
              width: 17px;
              height: 17px;
              top: -6px;
            }
          }
        }
    */
}
.zoom-bar .zoom-slider .range-slider > .selection {
  background: #1AAF4B;
  height: 6px;
  border-radius: 4px;
  margin-top: -3px;
}
.zoom-bar .zoom-slider .range-slider > .track {
  height: 6px;
  background: #e2e9ef;
  border-radius: 4px;
  border: none;
  margin-top: -3px;
}
.zoom-bar .zoom-slider .range-slider input[type=range] {
  height: 21px;
}
.zoom-bar .zoom-slider .range-slider input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
}
.zoom-bar .zoom-slider .range-slider input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: none;
  height: 17px;
  width: 17px;
  border-radius: 9px;
  background: #1AAF4B;
  margin-top: -6px;
}
.zoom-bar .zoom-slider .range-slider input[type=range]::-moz-range-track {
  height: 6px;
}
.zoom-bar .zoom-slider .range-slider input[type=range]::-moz-range-thumb {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: none;
  height: 17px;
  width: 17px;
  border-radius: 9px;
  background: #1AAF4B;
}
.zoom-bar .zoom-slider .range-slider input[type=range]::-ms-track {
  height: 6px;
}
.zoom-bar .zoom-slider .range-slider input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  height: 17px;
  width: 17px;
  border-radius: 9px;
  background: #1AAF4B;
}
.zoom-bar .zoom-slider .zoom-value {
  color: #1AAF4B;
  width: 100%;
  padding-top: 3px;
  font-size: 12px;
}
.zoom-bar .zoom-reset {
  border-left: 1px solid #dde1e6;
  width: 65px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.zoom-bar .zoom-reset span {
  color: #47505d;
  font-size: 12px;
}
.zoom-bar .zoom-reset.active {
  cursor: default;
}
.zoom-bar .zoom-reset.active span {
  color: #1AAF4B;
  cursor: default;
}

.impressum-popup {
  position: absolute;
  width: 100%;
  height: 100%;
}
.impressum-popup .content {
  padding: 20px 20px 0;
  height: calc(100% - 50px);
}
.impressum-popup .vi-atom-tabs .vi-atom-tabs__tab.active {
  border-top-color: #1AAF4B;
}
.impressum-popup .vi-atom-tabs .vi-atom-tabs__tab:not(.active) {
  background-color: rgba(113, 186, 27, 0.15);
}

.a9-popup > .a9-popup-wrap.credits-details {
  width: 800px;
  height: 400px;
}
.a9-popup > .a9-popup-wrap.credits-details .credits-details-content {
  padding: 20px;
  color: #444444;
}
.a9-popup > .a9-popup-wrap.credits-details .credits-details-content h1 {
  font-weight: 500;
}
.a9-popup > .a9-popup-wrap.credits-details .credits-details-content .version {
  font-weight: 600;
}
.a9-popup > .a9-popup-wrap.credits-details .credits-details-content .description {
  font-family: 'Open Sans', sans-serif;
}

.settings-version h2 {
  margin-top: 20px;
}
.settings-version .details-form.details-form--view {
  margin-bottom: 30px;
}
.ps__rail-y {
  margin: 10px 5px 10px 0;
}

.impressum-changelog {
  /*
  .markdown-body hr {
    height: 4px;
    padding: 0;
    margin: 16px 0;
    background-color: #e7e7e7;
    border: 0 none;
  }*/
}
.impressum-changelog .markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow: hidden;
  font-family: 'Microsoft YaHei', Helvetica, 'Meiryo UI', 'Malgun Gothic', 'Segoe UI', 'Trebuchet MS', 'Monaco', monospace, Tahoma, STXihei, '华文细黑', STHeiti, 'Helvetica Neue', 'Droid Sans', 'wenquanyi micro hei', FreeSans, Arimo, Arial, SimSun, '宋体', Heiti, '黑体', sans-serif;
  line-height: 1.6;
  word-wrap: break-word;
  text-align: left;
  font-size: 14px;
}
.impressum-changelog .markdown-body a {
  background: transparent;
}
.impressum-changelog .markdown-body a:active,
.impressum-changelog .markdown-body a:hover {
  outline: 0;
}
.impressum-changelog .markdown-body strong {
  font-weight: bold;
}
.impressum-changelog .markdown-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.impressum-changelog .markdown-body img {
  border: 0;
}
.impressum-changelog .markdown-body hr {
  box-sizing: content-box;
  height: 0;
}
.impressum-changelog .markdown-body pre {
  overflow: auto;
}
.impressum-changelog .markdown-body code,
.impressum-changelog .markdown-body kbd,
.impressum-changelog .markdown-body pre {
  font-family: 'Meiryo UI', 'YaHei Consolas Hybrid', Consolas, 'Malgun Gothic', 'Segoe UI', 'Trebuchet MS', Helvetica, monospace, monospace;
  font-size: 1em;
}
.impressum-changelog .markdown-body input {
  color: inherit;
  font: inherit;
  margin: 0;
}
.impressum-changelog .markdown-body html input[disabled] {
  cursor: default;
}
.impressum-changelog .markdown-body input {
  line-height: normal;
}
.impressum-changelog .markdown-body input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
.impressum-changelog .markdown-body table {
  border-collapse: collapse;
  border-spacing: 0;
}
.impressum-changelog .markdown-body td,
.impressum-changelog .markdown-body th {
  padding: 0;
}
.impressum-changelog .markdown-body * {
  box-sizing: border-box;
}
.impressum-changelog .markdown-body input {
  font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.impressum-changelog .markdown-body a {
  color: #4183c4;
  text-decoration: none;
}
.impressum-changelog .markdown-body a:hover,
.impressum-changelog .markdown-body a:active {
  text-decoration: underline;
}
.impressum-changelog .markdown-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.impressum-changelog .markdown-body hr:before {
  display: table;
  content: '';
}
.impressum-changelog .markdown-body hr:after {
  display: table;
  clear: both;
  content: '';
}
.impressum-changelog .markdown-body h1,
.impressum-changelog .markdown-body h2,
.impressum-changelog .markdown-body h3,
.impressum-changelog .markdown-body h4,
.impressum-changelog .markdown-body h5,
.impressum-changelog .markdown-body h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.impressum-changelog .markdown-body h1 {
  font-size: 30px;
}
.impressum-changelog .markdown-body h2 {
  font-size: 21px;
}
.impressum-changelog .markdown-body h3 {
  font-size: 16px;
}
.impressum-changelog .markdown-body h4 {
  font-size: 14px;
}
.impressum-changelog .markdown-body h5 {
  font-size: 12px;
}
.impressum-changelog .markdown-body h6 {
  font-size: 11px;
}
.impressum-changelog .markdown-body blockquote {
  margin: 0;
}
.impressum-changelog .markdown-body ul,
.impressum-changelog .markdown-body ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.impressum-changelog .markdown-body ol ol,
.impressum-changelog .markdown-body ul ol {
  list-style-type: lower-roman;
}
.impressum-changelog .markdown-body ul ul ol,
.impressum-changelog .markdown-body ul ol ol,
.impressum-changelog .markdown-body ol ul ol,
.impressum-changelog .markdown-body ol ol ol {
  list-style-type: lower-alpha;
}
.impressum-changelog .markdown-body dd {
  margin-left: 0;
}
.impressum-changelog .markdown-body code {
  font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 12px;
}
.impressum-changelog .markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
.impressum-changelog .markdown-body .octicon {
  font: normal normal 16px octicons-anchor;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.impressum-changelog .markdown-body .octicon-link:before {
  content: '\f05c';
}
.impressum-changelog .markdown-body > *:first-child {
  margin-top: 0 !important;
}
.impressum-changelog .markdown-body > *:last-child {
  margin-bottom: 0 !important;
}
.impressum-changelog .markdown-body .anchor {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding-right: 6px;
  padding-left: 30px;
  margin-left: -30px;
}
.impressum-changelog .markdown-body .anchor:focus {
  outline: none;
}
.impressum-changelog .markdown-body h1,
.impressum-changelog .markdown-body h2,
.impressum-changelog .markdown-body h3,
.impressum-changelog .markdown-body h4,
.impressum-changelog .markdown-body h5,
.impressum-changelog .markdown-body h6 {
  position: relative;
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.impressum-changelog .markdown-body h1 .octicon-link,
.impressum-changelog .markdown-body h2 .octicon-link,
.impressum-changelog .markdown-body h3 .octicon-link,
.impressum-changelog .markdown-body h4 .octicon-link,
.impressum-changelog .markdown-body h5 .octicon-link,
.impressum-changelog .markdown-body h6 .octicon-link {
  display: none;
  color: #000;
  vertical-align: middle;
}
.impressum-changelog .markdown-body h1:hover .anchor,
.impressum-changelog .markdown-body h2:hover .anchor,
.impressum-changelog .markdown-body h3:hover .anchor,
.impressum-changelog .markdown-body h4:hover .anchor,
.impressum-changelog .markdown-body h5:hover .anchor,
.impressum-changelog .markdown-body h6:hover .anchor {
  padding-left: 8px;
  margin-left: -30px;
  text-decoration: none;
}
.impressum-changelog .markdown-body h1:hover .anchor .octicon-link,
.impressum-changelog .markdown-body h2:hover .anchor .octicon-link,
.impressum-changelog .markdown-body h3:hover .anchor .octicon-link,
.impressum-changelog .markdown-body h4:hover .anchor .octicon-link,
.impressum-changelog .markdown-body h5:hover .anchor .octicon-link,
.impressum-changelog .markdown-body h6:hover .anchor .octicon-link {
  display: inline-block;
}
.impressum-changelog .markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2.25em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}
.impressum-changelog .markdown-body h1 .anchor {
  line-height: 1;
}
.impressum-changelog .markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
}
.impressum-changelog .markdown-body h2 .anchor {
  line-height: 1;
}
.impressum-changelog .markdown-body h3 {
  font-size: 1.5em;
  line-height: 1.43;
}
.impressum-changelog .markdown-body h3 .anchor {
  line-height: 1.2;
}
.impressum-changelog .markdown-body h4 {
  font-size: 1.25em;
}
.impressum-changelog .markdown-body h4 .anchor {
  line-height: 1.2;
}
.impressum-changelog .markdown-body h5 {
  font-size: 1em;
}
.impressum-changelog .markdown-body h5 .anchor {
  line-height: 1.1;
}
.impressum-changelog .markdown-body h6 {
  font-size: 1em;
  color: #777;
}
.impressum-changelog .markdown-body h6 .anchor {
  line-height: 1.1;
}
.impressum-changelog .markdown-body p,
.impressum-changelog .markdown-body blockquote,
.impressum-changelog .markdown-body ul,
.impressum-changelog .markdown-body ol,
.impressum-changelog .markdown-body dl,
.impressum-changelog .markdown-body table,
.impressum-changelog .markdown-body pre {
  margin-top: 0;
  margin-bottom: 16px;
}
.impressum-changelog .markdown-body ul,
.impressum-changelog .markdown-body ol {
  padding-left: 2em;
}
.impressum-changelog .markdown-body ul ul,
.impressum-changelog .markdown-body ul ol,
.impressum-changelog .markdown-body ol ol,
.impressum-changelog .markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.impressum-changelog .markdown-body li > p {
  margin-top: 16px;
}
.impressum-changelog .markdown-body dl {
  padding: 0;
}
.impressum-changelog .markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}
.impressum-changelog .markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
.impressum-changelog .markdown-body blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}
.impressum-changelog .markdown-body blockquote > :first-child {
  margin-top: 0;
}
.impressum-changelog .markdown-body blockquote > :last-child {
  margin-bottom: 0;
}
.impressum-changelog .markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
}
.impressum-changelog .markdown-body table th {
  font-weight: bold;
}
.impressum-changelog .markdown-body table th,
.impressum-changelog .markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}
.impressum-changelog .markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.impressum-changelog .markdown-body table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.impressum-changelog .markdown-body img {
  max-width: 100%;
  box-sizing: border-box;
}
.impressum-changelog .markdown-body code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}
.impressum-changelog .markdown-body code:before,
.impressum-changelog .markdown-body code:after {
  letter-spacing: -0.2em;
  content: '\00a0';
}
.impressum-changelog .markdown-body pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
.impressum-changelog .markdown-body .highlight {
  margin-bottom: 16px;
}
.impressum-changelog .markdown-body .highlight pre,
.impressum-changelog .markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}
.impressum-changelog .markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}
.impressum-changelog .markdown-body pre {
  word-wrap: normal;
}
.impressum-changelog .markdown-body pre code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}
.impressum-changelog .markdown-body pre code:before,
.impressum-changelog .markdown-body pre code:after {
  content: normal;
}
.impressum-changelog .markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}
.impressum-changelog .markdown-body .pl-c {
  color: #969896;
}
.impressum-changelog .markdown-body .pl-c1,
.impressum-changelog .markdown-body .pl-mdh,
.impressum-changelog .markdown-body .pl-mm,
.impressum-changelog .markdown-body .pl-mp,
.impressum-changelog .markdown-body .pl-mr,
.impressum-changelog .markdown-body .pl-s1 .pl-v,
.impressum-changelog .markdown-body .pl-s3,
.impressum-changelog .markdown-body .pl-sc,
.impressum-changelog .markdown-body .pl-sv {
  color: #0086b3;
}
.impressum-changelog .markdown-body .pl-e,
.impressum-changelog .markdown-body .pl-en {
  color: #795da3;
}
.impressum-changelog .markdown-body .pl-s1 .pl-s2,
.impressum-changelog .markdown-body .pl-smi,
.impressum-changelog .markdown-body .pl-smp,
.impressum-changelog .markdown-body .pl-stj,
.impressum-changelog .markdown-body .pl-vo,
.impressum-changelog .markdown-body .pl-vpf {
  color: #333;
}
.impressum-changelog .markdown-body .pl-ent {
  color: #63a35c;
}
.impressum-changelog .markdown-body .pl-k,
.impressum-changelog .markdown-body .pl-s,
.impressum-changelog .markdown-body .pl-st {
  color: #a71d5d;
}
.impressum-changelog .markdown-body .pl-pds,
.impressum-changelog .markdown-body .pl-s1,
.impressum-changelog .markdown-body .pl-s1 .pl-pse .pl-s2,
.impressum-changelog .markdown-body .pl-sr,
.impressum-changelog .markdown-body .pl-sr .pl-cce,
.impressum-changelog .markdown-body .pl-sr .pl-sra,
.impressum-changelog .markdown-body .pl-sr .pl-sre,
.impressum-changelog .markdown-body .pl-src {
  color: #df5000;
}
.impressum-changelog .markdown-body .pl-mo,
.impressum-changelog .markdown-body .pl-v {
  color: #1d3e81;
}
.impressum-changelog .markdown-body .pl-id {
  color: #b52a1d;
}
.impressum-changelog .markdown-body .pl-ii {
  background-color: #b52a1d;
  color: #f8f8f8;
}
.impressum-changelog .markdown-body .pl-sr .pl-cce {
  color: #63a35c;
  font-weight: bold;
}
.impressum-changelog .markdown-body .pl-ml {
  color: #693a17;
}
.impressum-changelog .markdown-body .pl-mh,
.impressum-changelog .markdown-body .pl-mh .pl-en,
.impressum-changelog .markdown-body .pl-ms {
  color: #1d3e81;
  font-weight: bold;
}
.impressum-changelog .markdown-body .pl-mq {
  color: #008080;
}
.impressum-changelog .markdown-body .pl-mi {
  color: #333;
  font-style: italic;
}
.impressum-changelog .markdown-body .pl-mb {
  color: #333;
  font-weight: bold;
}
.impressum-changelog .markdown-body .pl-md,
.impressum-changelog .markdown-body .pl-mdhf {
  background-color: #ffecec;
  color: #bd2c00;
}
.impressum-changelog .markdown-body .pl-mdht,
.impressum-changelog .markdown-body .pl-mi1 {
  background-color: #eaffea;
  color: #55a532;
}
.impressum-changelog .markdown-body .pl-mdr {
  color: #795da3;
  font-weight: bold;
}
.impressum-changelog .markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}
.impressum-changelog .markdown-body .task-list-item {
  list-style-type: none;
}
.impressum-changelog .markdown-body .task-list-item + .task-list-item {
  margin-top: 3px;
}
.impressum-changelog .markdown-body .task-list-item input {
  float: left;
  margin: 0.3em 0 0.25em -1.6em;
  vertical-align: middle;
}
.impressum-changelog .markdown-body :checked + .radio-label {
  z-index: 1;
  position: relative;
  border-color: #4183c4;
}

.fast-viewer-download-form {
  padding: 20px;
  display: flex;
  text-align: center;
}
.fast-viewer-download-form__box {
  padding: 20px 60px;
  border: 1px solid #dde1e6;
  margin: auto;
}
.fast-viewer-download-form__box.mac {
  margin-right: 10px;
}
.fast-viewer-download-form__box .image,
.fast-viewer-download-form__box .title {
  margin-bottom: 15px;
}
.fast-viewer-download-form__box .title {
  color: #47505d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
}

span.cash-value {
  align-content: center!important;
}
.user-cashup-cash-count-tab .main-form {
  padding: 20px;
  height: 100%;
}
.user-cashup-cash-count-tab .total-day-top {
  border-bottom: 1px solid #dde1e6;
  padding-bottom: 20px;
}
.user-cashup-cash-count-tab .total-day-bottom {
  border-top: 1px solid #dde1e6;
  padding: 20px 25px;
}
td.cash-count.details-form__value {
  display: inline-flex;
  height: 42px;
  align-items: center;
}
span.cash-value.ng-binding {
  width: 100px;
}
.cash-form {
  width: 250px;
}
.right-side-text {
  padding: 0px !important;
}
.right-column-total {
  width: 100%;
}
.right-column-total table.details-form__table.details-form__table--x-columns {
  float: right;
}
.totals-text {
  color: var(--Text-Primary, #47505D);
  /* A9/Body/2 */
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  padding-right: 40px;
}
.cash-value {
  color: var(--Text-Primary, #47505D);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.cash-payments-totals {
  font-weight: 700;
}
.detail-cash-block .details-form__table {
  margin: 0px 0px;
}
.heading-height {
  height: 0px !important;
}

.user-profile {
  width: 100%;
}
.user-profile__header {
  height: 140px;
}
.user-profile__header > .flex-parent-h {
  height: 100%;
}
.user-profile__image {
  width: 160px;
  padding: 20px 20px 0 20px;
}
.user-profile__job {
  padding-top: 40px;
  height: 90px;
  color: #333d4c;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.user-profile__top-actions .listing-actions-combo .actions-wrapper {
  text-align: left;
}
.user-profile__tabs .vi-atom-tabs__tab:first-child {
  margin-left: 20px;
}
.user-profile__content .user-profile-personal {
  padding: 20px 40px;
}
.user-profile__content .user-profile-system {
  padding: 20px 40px;
}
.user-successfully-message {
  display: flex;
  flex-flow: column;
  height: 235px;
  min-width: 350px;
  background-color: rgba(158, 141, 209, 0.1);
  border-radius: 10px;
  border: 2px #c6c8cc dashed;
}
.user-successfully-message__icon {
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-successfully-message__icon > i {
  font-size: 124px;
  background-color: #fff;
  border-radius: 70px;
  color: var(--a9-module-color);
}
.user-successfully-message__text {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 71px;
  padding: 0 20px 20px 20px;
}
.user-successfully-message__text__description {
  margin-bottom: 12px;
  font-weight: 600;
}
.user-view-pin-message {
  display: flex;
  min-width: 200px;
  justify-content: center;
  padding: 20px;
}
.wizard-heading-text {
  color: var(--Text-Primary, #47505D);
  /* A9/H4/Semi-Bold */
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}
.wizard-main-heading-text {
  color: var(--Text-Primary, #47505D);
  /* A9/H4/Semi-Bold */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}
.wizard-sub-heading-text {
  color: var(--Text-Medium, #7B8799);
  /* A9/Body/3 */
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
}

.custAtomIbanInput {
  display: block;
  position: relative;
}
.custAtomIbanInput > .busyIndicator {
  position: absolute;
  right: 10px;
  top: 0px;
  opacity: 0.5;
}

.cust-atom-action-icon {
  color: #fff;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
}

.custAtomSubtypeInput {
  display: block;
  position: relative;
}
.custAtomSubtypeInput > .busyIndicator {
  position: absolute;
  right: 10px;
  top: 0px;
  opacity: 0.5;
}

.custAtomTitleInput {
  display: block;
  position: relative;
}
.custAtomTitleInput > .busyIndicator {
  position: absolute;
  right: 10px;
  top: 0px;
  opacity: 0.5;
}

.custAtomNameExtraInput {
  display: block;
  position: relative;
}
.custAtomNameExtraInput > .busyIndicator {
  position: absolute;
  right: 10px;
  top: 0px;
  opacity: 0.5;
}

.customer-id-number-input > div {
  display: inline-block;
  padding-left: 9px;
}
.customer-id-number-input > div:first-child {
  padding-left: 0;
}
.customer-id-number-input > div.v1 {
  width: 23%;
}
.customer-id-number-input > div.v2 {
  width: 33%;
}
.customer-id-number-input > div.v3 {
  width: 44%;
}

.customer-federation-id-input {
  display: table;
  table-layout: auto;
  width: 100%;
}
.customer-federation-id-input > div {
  display: table-row;
  width: 100%;
}
.customer-federation-id-input > div > div {
  display: table-cell;
  white-space: nowrap;
  overflow: auto;
  vertical-align: middle;
}
.customer-federation-id-input > div > div.value {
  width: calc(100% - 42px);
  padding-right: 9px;
}

.customer-federation-icon {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.customer-federation-icon.at {
  background-image: url(../../assets/f83ad0a5.svg);
}
.customer-federation-icon.be {
  background-image: url(../../assets/a0a08828.svg);
}
.customer-federation-icon.ch {
  background-image: url(../../assets/08c57c04.svg);
}
.customer-federation-icon.de {
  background-image: url(../../assets/eafdb8f1.svg);
}
.customer-federation-icon.fr {
  background-image: url(../../assets/71da4e64.svg);
}







.cust-family-add-form-dlg-merge {
  padding: 20px 20px 0 20px;
}
.cust-family-add-form-dlg-merge .text-message {
  margin-bottom: 30px;
}
.cust-family-add-form-dlg-merge .cont {
  display: flex;
}
.cust-family-add-form-dlg-merge .cont > div {
  display: flex;
}
.cust-family-add-form-dlg-merge .cont .other-cont {
  align-items: stretch;
  flex-wrap: wrap;
}
.cust-family-add-form-dlg-merge .cont .family {
  display: inline;
}
.cust-family-add-form-dlg-merge .cont .family.other {
  margin: 0 0 20px 80px;
  width: auto;
}
.cust-family-add-form-dlg-merge .cont .family tr {
  height: 32px;
}
.cust-family-add-form-dlg-merge .cont .family td {
  white-space: nowrap;
}
.cust-family-add-form-dlg-merge .cont .family h2 {
  font-size: 16px;
  color: #5c6470;
  font-weight: 800;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.cust-family-add-form-dlg-merge .cont .family .status {
  padding-right: 40px;
}
.cust-family-add-form-dlg-merge .cont .family .status,
.cust-family-add-form-dlg-merge .cont .family .member {
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap;
}
.cust-family-add-form-dlg-merge .cont .family .member {
  font-weight: 600;
}

.cust-family-add-form-dlg-select-head .text-message {
  margin-bottom: 20px;
}
.cust-family-add-form-dlg-select-head .member {
  display: flex;
  align-items: center;
}
.cust-family-add-form-dlg-select-head .member .name {
  margin-left: 10px;
}

.cust-profile-family-add-form {
  flex: 1;
}
.cust-profile-family-add-form .page-filters__padding {
  height: 72px;
}
.cust-profile-family-add-form .page-filters__padding .page-filters {
  padding-top: 20px;
}

.customers-achievements-management-listing {
  height: 100%;
  max-height: 100%;
  width: 100%;
  padding: 20px 20px 0 20px;
}
.customers-achievements-management-listing .listing-grid-v1__listing-pagination {
  padding-left: 0;
  padding-right: 0;
}
.customers-achievements-management-listing .listing-grid-v1__content {
  border-right: 1px solid #dde1e6;
  border-left: 1px solid #dde1e6;
}
.customers-achievements-management-listing .button-add-row > div {
  margin-right: 10px;
}
.customers-achievements-management-listing .ui-grid-cell-contents .ach-atom-icon {
  vertical-align: baseline;
}
.customers-achievements-management-listing .expandableRow .details-form__value > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}
.customers-achievements-management-listing .expandableRow .details-form__value .customer-achievement-icon {
  margin: 0 0 0 -40px;
}
.customer-achievement-management-form .no-icon-preview {
  width: 150px;
  height: 150px;
  border: 1px solid #dde1e6;
  overflow: hidden;
  position: relative;
}
.customer-achievement-management-form .no-icon-preview .line1 {
  width: 210px;
  height: 100px;
  border-bottom: 1px solid #dde1e6;
  transform: translateY(-11px) translateX(4px) rotate(45deg);
  position: absolute;
}
.customer-achievement-management-form .no-icon-preview .line2 {
  width: 210px;
  height: 100px;
  border-bottom: 1px solid #dde1e6;
  transform: translateY(-11px) translateX(-66px) rotate(-45deg);
  position: absolute;
}

.customer-achievement-icon-select-pad {
  width: 816px;
  height: 544px;
}
.customer-achievement-icon-select-pad__item {
  width: 136px;
  height: 136px;
  border: 1px solid #dde1e6;
  border-width: 1px 0 0 1px;
  float: left;
  overflow: hidden;
  outline: none;
  position: relative;
  box-shadow: none !important;
}
.customer-achievement-icon-select-pad__item:nth-child(n + 18) {
  border-width: 1px 0 1px 1px;
}
.customer-achievement-icon-select-pad__item:nth-child(6n) {
  border-width: 1px 1px 0 1px;
}
.customer-achievement-icon-select-pad__item:last-child {
  border-width: 1px 1px 1px 1px;
}
.customer-achievement-icon-select-pad__item.selected:before {
  content: '';
  display: block;
  background: transparent;
  border: 4px solid #9e8dd1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.customer-achievement-icon-select-pad:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.customer-achievement-icon {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 100%;
}
.customer-achievement-icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.achievement-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 5px;
  align-items: center;
}
.achievement-slider__arrow {
  font-size: 22px;
  color: #47505d;
}
.achievement-slider__arrow.disabled > i,
.achievement-slider__arrow.disabled > i:hover,
.achievement-slider__arrow.disabled > i:focus {
  cursor: default;
  opacity: 0.3;
}
.achievement-slider__arrow.without-arrow > i,
.achievement-slider__arrow.without-arrow > i:hover,
.achievement-slider__arrow.without-arrow > i:focus {
  opacity: 0;
}
.achievement-slider .achievement-slider-container {
  display: flex;
  justify-content: space-between;
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 25px;
}
.achievement-slider .achievement-slider-container.less-four {
  justify-content: left;
}
.achievement-slider .achievement-slider-container .achievement-item {
  left: 0;
  max-width: 25%;
  height: 25px;
  transition: transform 0.2s;
  /*
      .achievement-icon {
        height: 35px;
        width: 35px;
        display: inline-block;
        vertical-align: middle;
      }
      */
}
.achievement-slider .achievement-slider-container .achievement-item.with-min-width {
  min-width: 25%;
}
.achievement-slider .achievement-slider-container .achievement-item__content {
  min-width: 35px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  float: left;
  font-size: 12px;
  font-weight: 600;
  color: #969fb8;
  white-space: nowrap;
  width: 100%;
}
.achievement-slider .achievement-slider-container .achievement-item .customer-achievement-icon {
  vertical-align: middle;
}
.achievement-slider .achievement-slider-container .achievement-item .title {
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.achievement-slider .achievement-slider-container .achievement-item.first {
  padding-left: 0;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.ach-molecule-filter-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  margin-left: -15px;
  margin-right: 5px;
  color: #47505D;
}
.ach-molecule-filter-icon img {
  width: 20px;
  height: 20px;
  position: relative;
}
.ach-filter-icon-popover-content-class {
  padding: 5px;
}
.ach-filter-icon-popover-content-class .ach-filter-icon-popover {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ach-filter-icon-popover-content-class .ach-filter-icon-popover .customer-achievement-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ach-filter-icon-popover-content-class .ach-filter-icon-popover .customer-achievement-icon img {
  width: 20px;
  height: 20px;
  position: relative;
}

.normal-quick-search {
  position: relative;
}
.normal-quick-search input {
  padding: 0 32px 0 40px;
  height: 32px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.normal-quick-search .i-search {
  color: #6b788d;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 9px;
  display: block;
  height: 16px;
  width: 16px;
  font-size: 16px;
}

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

.customers-import-form {
  padding: 20px;
}
.customers-import-form .upload {
  top: -5000px;
  left: -5000px;
  position: fixed;
}
.customers-import-form .upload-cont {
  display: flex;
}
.customers-import-form .upload-cont > button {
  margin-left: 10px;
}
.customers-import-form .input-cont {
  width: 245px;
}

.customer-wizard-bulk-change-subtype-select-type {
  padding: 20px;
}
.customer-wizard-bulk-change-subtype-select-type .member-status-cont {
  margin-top: 10px;
}
.customer-wizard-bulk-change-subtype-select-type .member-status-cont > div {
  height: 32px;
  line-height: 32px;
}
.customer-wizard-bulk-change-subtype-select-type .member-status-cont > div > label {
  width: 100%;
  cursor: pointer;
}
.customer-wizard-bulk-change-subtype-select-type .member-status-cont > div > label > span {
  margin-left: 10px;
}


.business-customer-listing-component .page-controls {
  padding: 20px;
  height: 72px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.business-customer-listing-component .page-controls > div {
  height: 32px;
}
.business-customer-listing-component .page-controls .page-selection {
  margin-right: auto;
  margin-left: 40px;
}
.business-customer-listing-component .page-controls .page-actions {
  width: auto;
  max-width: 75%;
}
.business-customer-listing-component .page-filters {
  padding-top: 0;
  padding-right: 280px;
}
.business-customer-listing-component .page-filters .page-selection {
  margin-right: auto;
  margin-left: 30px;
}
.business-customer-listing-component .custListingFilterCustomerListingAssistedSelector .awl-app-border-color {
  border-color: #fe6565;
}

.business-customer-listing-grid-component .icon-cell {
  display: flex;
  align-items: center;
}

.customer-data-quality-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}
.customer-data-quality-icon.off {
  background-color: #969fb8;
  cursor: default;
}
.customer-data-quality-icon.bad {
  background-color: #fe6565;
}
.customer-data-quality-icon.good {
  background-color: #6dc544;
}
.customer-data-quality-icon.moderate {
  background-color: #facd4c;
}

.customer-important-fields .simple-input input,
.customer-important-fields .simple-input .awl-multiselect-mk2,
.customer-important-fields .simple-input .awl-datepick-wrap,
.customer-important-fields .simple-input .gay-o-country-selector,
.customer-important-fields .simple-input .temp-nice-looking-search-text-input {
  max-width: 245px;
}
.customer-important-fields div > input {
  width: 100%;
}
.customer-important-fields .inline-inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.customer-important-fields .inline-inputs > * {
  flex: 0 1 245px;
  margin-left: 10px;
  max-width: 245px;
}
.customer-important-fields .inline-inputs > *:first-child {
  margin-left: 0;
}
.customer-important-fields .inline-inputs > .empty-space {
  flex: 1 1 auto;
  max-width: none;
  margin: 0;
}
.customer-important-fields .inline-inputs .vi-atom-checkbox-yes-no {
  max-width: none;
  flex: 0 1 auto;
}
.customer-important-fields .inline-inputs > .mark {
  flex: 0 1 auto;
  font-size: 12px;
}
.customer-important-fields .inline-inputs > .delete {
  flex-basis: 14px;
  flex-grow: 0;
  min-width: 14px;
  max-width: 14px;
  margin-left: 20px;
}
.customer-important-fields .inline-inputs > .delete > i {
  line-height: 32px;
}

/*
  COLOR PALETTE
*/
/*
  DIMENSIONS
*/
/*
  TYPOGRAPHY
*/
/*
  APPLICATIONS
*/
.menu .disabled-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.menu .menu-icon {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  transition: all 0.2s linear;
}
.menu .menu-title {
  color: #ffffff;
  padding-top: 30px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 150px;
  border-left: 1px solid #dcdee0;
  border-right: 1px solid #dcdee0;
  border-top: 1px solid #dcdee0;
  border-radius: 9px 9px 0 0;
}
.menu .demo-label {
  display: block;
  left: 50%;
  bottom: 60px;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 7px;
  line-height: 18px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  position: absolute;
  transform: translateX(-50%);
}
.menu .menu-controls {
  background: #fff;
  height: 40px;
  padding: 7px 10px 0 10px;
  border-left: 1px solid #dcdee0;
  border-right: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
  border-radius: 0 0 9px 9px;
  font-size: 13px;
  color: #aaa;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.menu.menu-compact .menu-icon {
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  line-height: 80px;
  text-align: center;
}
.menu.menu-compact .menu-title {
  height: 80px;
  line-height: 75px;
  padding: 0 0 0 80px;
  text-align: left;
}
.menu.menu-compact .menu-title .title-text {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}
.menu.menu-compact .demo-label {
  position: static;
  transform: none;
}
.menu .atom-menu-control {
  display: block;
  flex: 0 1 auto;
  white-space: nowrap;
  min-width: 0;
  position: relative;
}
.menu .atom-menu-control.single-action {
  width: 100%;
}

.menu-control {
  overflow: hidden;
  cursor: pointer;
  color: #5d6c82;
  display: inline-block;
  margin: 0 0 0 0;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}
.menu-control:hover {
  text-decoration: none;
  background: #e2e9ef;
  border-radius: 5px;
}
.menu-control.menu-link {
  text-decoration: none !important;
}
.menu-control.menu-link span {
  text-decoration: none !important;
}
.menu-control.menu-dropdown .i-collapsearrow {
  transition: transform 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  color: #7b8799;
}
.menu-control.menu-dropdown.state-opened .i-collapsearrow {
  transform: rotate(180deg);
}
.menu-control__text-wrap {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.menu-control__text {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #47505d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-item-dropdown-content {
  display: block;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #dadcdd;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #b6b7b9;
  overflow: hidden;
}
.menu-item-dropdown-content > .menu-control {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  white-space: nowrap;
  display: block;
  cursor: pointer;
  color: #5d6c82;
  text-decoration: none;
  border-radius: 0;
}
.menu-item-dropdown-content > .menu-control:hover {
  background: #eef2f6;
}
.menu-item-dropdown-content > .menu-control:focus {
  text-decoration: underline;
}
.menu-item-dropdown-content.with-sub-menu > .menu-control {
  padding-right: 40px;
  position: relative;
}
.menu-item-dropdown-content.with-sub-menu > .menu-control i {
  position: absolute;
  right: 5px;
}
.menu-item-dropdown-content.with-sub-menu > .menu-control i:before {
  color: #7b8799;
}

.select-priority {
  caret-color: transparent;
}
.select-priority-item {
  display: flex;
}
.tdb-priority.checkbox.priority0,
.task-item-control.checkbox.priority0 {
  background: #000;
  border-color: #000;
}
.tdb-priority.checkbox.priority1,
.task-item-control.checkbox.priority1 {
  background: #ff4141;
  border-color: #ff4141;
}
.tdb-priority.checkbox.priority2,
.task-item-control.checkbox.priority2 {
  background: #f59923;
  border-color: #f59923;
}
.tdb-priority.checkbox.priority3,
.task-item-control.checkbox.priority3 {
  background: #fdd200;
  border-color: #fdd200;
}
.tdb-priority.checkbox.priority4,
.task-item-control.checkbox.priority4 {
  background: #65c4bf;
  border-color: #65c4bf;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.tasks-atom-number-label {
  color: #FFFFFF;
  background: #71BA1B;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 10px;
  transition: all 0.1s linear;
}

.base-popup-layout {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  font-size: 14px;
  color: #47505D;
}
.tasks-atom-label {
  color: #FFFFFF;
  background: #71BA1B;
  border-radius: 8px;
  font-size: 10px;
  transition: all 0.1s linear;
  display: inline-block;
  line-height: 1.2;
  padding: 2px 5px;
}

.memo-create-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.memo-create-form .mce-tinymce {
  border-bottom-color: #f5f5f5;
}
.memo-create-form__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}
.memo-create-form__header__title {
  width: 100%;
  padding: 20px;
}
.memo-create-form__header__title .vi-atom-input-tags .input-tags-search {
  width: 245px;
  min-height: 32px;
}
.memo-create-form__header__zoom-group {
  width: 100%;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border-top: 1px solid #eef0f3;
}
.memo-create-form__header__zoom-group__content {
  width: 250px;
  margin: 0 auto;
}
.memo-create-form__main {
  flex: 1 1 auto;
  position: relative;
}
.memo-create-form__main .mce-tinymce {
  box-sizing: border-box;
}
.memo-create-form--full-size {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 32000;
  display: flex;
  background: white;
}



.currency-atom-amount-input input {
  text-align: right;
}

.currency-atom-decimal-input input {
  text-align: right;
}

.grid-cell-currency {
  text-align: right;
}

.currency-picker .nice-input-icon {
  display: flex;
  line-height: 32px;
  height: 32px;
  padding: 8px 10px;
  width: 36px;
  justify-content: flex-end;
  align-items: center;
}

.currency-select-grid {
  width: 100%;
  height: 100%;
  padding: 20px 20px 0 20px;
}
.currency-select-grid .control-line {
  margin-bottom: 20px;
}

.article-color-display > span {
  vertical-align: middle;
}
.article-color-display .colorRgbIntView {
  vertical-align: middle;
  margin-top: -2px;
}


.clubs-multipicker {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: #dde1e6 solid 1px;
  border-radius: 4px;
}
.clubs-multipicker .awl-button {
  width: 36px;
  padding: 0 10px;
  font-size: 16px;
}
.clubs-multipicker__block {
  padding: 5px 10px;
  width: 100%;
  overflow: hidden;
  min-height: 20px;
}
.clubs-multipicker__item {
  color: rgba(90, 105, 128, 0.6);
  font-size: 12px;
  background: #969fb8;
  border-radius: 4px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  display: block;
  max-width: 100%;
  padding: 0 26px 0 10px;
  color: #fff;
  margin: 0 2px 6px 0;
  position: relative;
}
.clubs-multipicker__item__title {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.clubs-multipicker__item__remove {
  font-size: 10px;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.clubs-multipicker__input {
  padding: 0;
  border: 0;
  width: 100%;
  height: 20px;
}
.clubs-multipicker__input:focus {
  border: none !important;
}
.clubs-multipicker__search {
  flex: 0 0 32px;
  color: #5c5c5c;
  text-align: center;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.clubs-multipicker__search:active,
.clubs-multipicker__search:hover {
  border: none;
  background: none;
}

.club-listing-component {
  height: 100%;
}
.club-listing-component .page-filters__padding {
  margin: 0 0 20px 20px;
}
.club-listing-component .page-grid .listing-grid-v1__listing-pagination .a9-pagination {
  padding-left: 20px;
}
.club-listing-component .page-grid .listing-grid-v1__listing-pagination .listing-grid-v1__listing-pagination-total {
  padding-right: 20px;
}

.club-image {
  height: 125px;
  width: 170px;
  border: 1px solid #e0e4e9;
  overflow: hidden;
}
.club-image .image-logo {
  height: 190px;
  width: 260px;
  background-repeat: no-repeat;
  transform: scale(0.646);
  transform-origin: 0 0 0;
}
.club-image .loading-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 125px;
  width: 170px;
  border: 1px solid #e0e4e9;
}
.club-image .image-empty {
  background: url(../../assets/9999646b.png) no-repeat 50% 50%;
  height: 100%;
  width: 100%;
}

.club-details-general-info-form {
  padding: 20px 30px 20px 20px;
}

.language-management__header {
  padding: 20px;
}


.club-details-club-staff-form {
  padding: 20px;
}
.club-details-club-staff-form .google-maps-wrap .cont {
  width: 680px;
  height: 450px;
  margin-top: 5px;
}
.club-details-club-staff {
  padding: 20px 20px 0 20px;
}
.club-details-club-staff-form awl-input-search .nice-input-icon {
  border-radius: 5px;
  color: #ffffff !important;
  background-color: #9e8dd1;
}

.club-details-club-address {
  padding: 20px 20px 0 20px;
}
.club-details-club-address .club-details-club-address-buttons-line {
  padding-bottom: 20px;
}
.club-details-club-address .club-details-club-address-buttons-line .club-details-club-address-add-button {
  margin: auto 0;
}
.club-details-club-address-form {
  padding: 20px;
}
.club-details-club-address-form awl-input-search .nice-input-icon {
  border-radius: 5px;
  color: #ffffff !important;
  background-color: #9e8dd1;
}
.club-details-club-address-form .google-maps-wrap .cont {
  width: auto;
  min-width: 700px;
  height: 454px;
  margin-top: 5px;
}

.club-details-club-address-expanded-view {
  padding: 20px 20px 0 0;
  width: 100%;
  height: 100%;
}
.club-details-club-address-expanded-view .google-maps-wrap .cont {
  width: auto;
  min-width: 300px;
  height: 100%;
}

.club-details-label-details {
  padding: 20px;
}



.clubs-picker-popup {
  width: 100%;
}
.clubs-picker-popup .page-filters__padding {
  padding: 0;
}
.clubs-picker-popup .listing-grid-v1__listing-pagination {
  padding-left: 0;
  padding-right: 0;
}

.awl-picker-mk2-suggest .popup-layout .list-item {
  display: block;
  height: 32px;
  padding: 0 10px 0 10px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awl-picker-mk2-suggest .popup-layout .list-item:hover,
.awl-picker-mk2-suggest .popup-layout .list-item.highlighted {
  background-color: #eef2f6;
}


.user-profile-system-edit .pause {
  display: flex;
  align-items: center;
}
.user-profile-system-edit .pause .type-time {
  padding-left: 10px;
}

.tour-start-wish-dialog-wizard {
  width: 100%;
  min-width: 400px;
  padding: 20px;
}
.tour-start-wish-dialog-wizard .details-form--edit .details-form__value {
  width: 100px;
}
.tour-start-wish-dialog-wizard .td .details-form__label {
  width: 150px;
}
.tour-start-wish-dialog-wizard .grid-container {
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: 80px 200px 200px;
  align-items: center;
}
.tour-start-wish-dialog-wizard .grid-container .row {
  grid-column: 1 / span 3;
  display: grid;
  grid-template-columns: 80px 200px 200px;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.tour-start-wish-dialog-wizard .icon-button {
  margin-bottom: 0px;
}
.tour-start-wish-dialog-wizard .icon-button > .i-close_lg {
  font-size: 16px;
}
.tour-start-wish-dialog-wizard .mb-20 {
  margin-bottom: 20px;
}
.tour-start-wish-dialog-wizard h2 {
  color: #47505d;
  font-size: 14px;
}
.tour-start-wish-dialog-wizard .content {
  display: flex;
  flex-direction: column;
}
.tour-start-wish-dialog-wizard .content > .row {
  display: flex;
  flex-direction: row;
}
.tour-start-wish-dialog-wizard .content > .row > .label {
  flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  display: flex;
  margin-right: 20px;
  max-width: 200px;
}
.tour-start-wish-dialog-wizard .content > .row > .control {
  flex: 0 245px;
  width: 245px;
}
.tour-start-wish-dialog-wizard .content > .row > .control.dateType {
  margin-left: 40px;
  width: auto;
  flex: 1;
}
.tour-start-wish-dialog-wizard .content > .row:not(:first-child) {
  margin-top: 20px;
}
.tour-start-wish-dialog-wizard .vi-molecule-select-editor .awl-select-mk2 {
  max-width: 245px;
  width: 100%;
}



.stage-select-customers__listing .page-filters {
  padding-top: 0;
  min-height: 52px;
  max-height: 52px;
}


.calendar-date-picker {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.calendar-date-picker .popup-dialog .section-controls {
  padding: 10px;
}
.calendar-date-picker-popup .awl-datepick-block .awl-col0 {
  border-left: 0;
}
.calendar-date-picker-popup .awl-datepick-block .awl-col7 {
  border-right: 0;
}
.calendar-date-picker-popup .awl-datepick-block.type-day > div {
  border-color: rgba(139, 149, 177, 0.2);
}

.calendar-date-picker-cont {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px solid #dde1e6;
  margin-top: 6px;
}
.calendar-date-picker-cont:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  display: inline-block;
  border-top: 1px solid #dde1e6;
  border-left: 1px solid #dde1e6;
  bottom: auto;
  top: 0;
  transform: rotate(45deg);
  right: 40px;
}
.calendar-date-filter .date-wrapper {
  display: flex;
  flex-direction: row;
}
.calendar-date-filter .date-wrapper .arrow-left {
  cursor: pointer;
  padding-right: 5px;
}
.calendar-date-filter .date-wrapper .title-box {
  width: 230px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.calendar-date-filter .date-wrapper .title {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.5em;
  white-space: nowrap;
}
.calendar-date-filter .date-wrapper .icon-calendar {
  padding-left: 10px;
  padding-right: 10px;
}
.calendar-date-filter .date-wrapper .arrow-right {
  cursor: pointer;
  padding-left: 5px;
}

.calendar-event-details-popover-icon {
  width: 15px;
  max-width: 15px;
}
.calendar-event-details-popover-icon > div.trigger-icon {
  display: block;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 9px;
}
.calendar-event-details-popover-icon.smaller {
  width: 12px;
  max-width: 12px;
}
.calendar-event-details-popover-icon.smaller > div.trigger-icon {
  display: block;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  font-size: 8px;
}

/* Default definitions */
/* Variables */
/* Colors */
.popup-active-position {
  position: initial !important;
}
.popup-down .ps__rail-y {
  top: 0px !important;
}
.popup-up .ps__rail-y {
  top: 0px !important;
}
.calendar-events-popover {
  width: 250px;
  padding: 10px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}
.calendar-events-popover .ps__rail-y {
  right: -2px !important;
}
.calendar-events-popover .container {
  margin: 0;
  padding: 0;
}
.calendar-events-popover .container .item {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
}
.calendar-events-popover .container .item > .content {
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
  justify-content: space-between;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  position: relative;
}
.calendar-events-popover .container .item > .content.competition {
  flex-direction: column;
}
.calendar-events-popover .container .item > .content.competition:before {
  top: calc(50% - 15px);
}
.calendar-events-popover .container .item > .content.competition > .date {
  color: #245a9a;
  font-weight: bold;
  margin-left: 10px;
}
.calendar-events-popover .container .item > .content.competition > .date > .i-calendar {
  margin-right: 5px;
}
.calendar-events-popover .container .item > .content.competition > .date span {
  font-weight: bold;
}
.calendar-events-popover .container .item > .content.competition > .date span.i-backarrow {
  margin: 0 5px;
  display: inline-flex;
  transform: rotate(180deg);
}
.calendar-events-popover .container .item > .content.competition > .title {
  max-width: 185px;
}
.calendar-events-popover .container .item > .content.competition > .title:before {
  background-color: #245a9a;
}
.calendar-events-popover .container .item > .content.competition > .title__text {
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-events-popover .container .item > .content.task > .title {
  max-width: 130px;
}
.calendar-events-popover .container .item > .content.task > .title:before {
  background-color: #fa659a;
}
.calendar-events-popover .container .item > .content > .title {
  color: #47505d;
  display: flex;
  align-items: baseline;
}
.calendar-events-popover .container .item > .content > .title:before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.calendar-events-popover .container .item > .content > .title > .text {
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-events-popover .container .item > .content > .time {
  color: #9ca5b3;
}
.calendar-events-popover .container .item > .content:hover {
  background-color: #eef2f6;
}
.calendar-events-popover .container .item > .calendar-event-details-popover-icon > div.trigger-icon {
  color: #ffffff;
  background-color: #9ca5b3;
}

/* Default definitions */
/* Variables */
/* Colors */
/*
.popover.details-popover.right {
  margin-left: 15px;
}
.popover.details-popover.left {
  margin-right: 15px;
}
*/
.event-details-popover-loading .themed-background {
  background-color: #4979b2 !important;
}
.calendar-event-details-popover {
  width: 270px;
  padding: 20px 10px 17px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #47505d;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}
.calendar-event-details-popover > .header {
  height: 20px;
  padding-left: 25px;
  display: flex;
  position: relative;
  font-family: 'Open Sans';
}
.calendar-event-details-popover > .header.competition:before {
  background-color: #245a9a;
}
.calendar-event-details-popover > .header.task:before {
  background-color: #fa659a;
}
.calendar-event-details-popover > .header:before {
  content: '';
  position: absolute;
  display: block;
  left: 0px;
  width: 15px;
  height: 15px;
}
.calendar-event-details-popover > .header > .name {
  font-weight: bold;
  flex: 1 1 auto;
  line-height: 15px;
  height: 17px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.calendar-event-details-popover > .header > .icon {
  width: 15px;
  height: 15px;
  font-size: 15px;
  display: flex;
  margin-left: 20px;
  cursor: pointer;
  color: #9ca5b3;
}
.calendar-event-details-popover > .content {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
}
.calendar-event-details-popover > .content > .item {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  align-items: baseline;
  font-size: 12px;
  font-family: 'Open Sans';
}
.calendar-event-details-popover > .content > .item > .icon {
  flex: 0 0 10px;
  color: #47505d;
}
.calendar-event-details-popover > .content > .item > .icon.color {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background-color: #ccc;
  margin-left: 0.2em;
}
.calendar-event-details-popover > .content > .item > .icon.color.priority0 {
  background: #000;
  border-color: #000;
}
.calendar-event-details-popover > .content > .item > .icon.color.priority1 {
  background: #ff4141;
  border-color: #ff4141;
}
.calendar-event-details-popover > .content > .item > .icon.color.priority2 {
  background: #f59923;
  border-color: #f59923;
}
.calendar-event-details-popover > .content > .item > .icon.color.priority3 {
  background: #fdd200;
  border-color: #fdd200;
}
.calendar-event-details-popover > .content > .item > .icon.color.priority4 {
  background: #65c4bf;
  border-color: #65c4bf;
}
.calendar-event-details-popover > .content > .item > .caption {
  padding-left: 10px;
  flex: 1 1 auto;
}
.calendar-event-details-popover > .content > .item > .caption > .other-month span {
  font-weight: bold;
}
.calendar-event-details-popover > .content > .item > .caption > .other-month span.i-backarrow {
  margin: 0 5px;
  display: inline-flex;
  transform: rotate(180deg);
}
.calendar-event-details-popover > .content > .item > .sex {
  display: flex;
}
.calendar-event-details-popover > .content > .item > .sex > .caption {
  margin-left: 10px;
}
.calendar-event-details-popover > .content > .item > .sex > .female {
  margin: 0 10px 0 15px;
}
.calendar-event-details-popover > .content > .item > .sex.both > .i-female-icon {
  margin: 0 10px 0 15px;
}

.tour-details-round .vertical-tab-header {
  margin-bottom: 0;
}
.tour-details-round .vertical-tab-header h2 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}
.tour-details-round .tour-details-round__lock-button {
  padding: 2px;
  width: 30px;
  height: 30px;
  margin-right: -2px;
}
.tour-details-round .page-controls .icon-button,
.tour-details-round .pretournament-action-buttons .icon-button,
.tour-details-round .double-line-buttons .icon-button {
  width: 50px;
  height: 50px;
  margin: 0px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* Prevent inner icon / pseudo-elements from adding another background/shadow
       (defensive: ensures only the button container shows the hover background) */
}
.tour-details-round .page-controls .icon-button:hover,
.tour-details-round .pretournament-action-buttons .icon-button:hover,
.tour-details-round .double-line-buttons .icon-button:hover {
  background: var(--Surface-Grey-3, #eef2f6);
}
.tour-details-round .page-controls .icon-button > i,
.tour-details-round .pretournament-action-buttons .icon-button > i,
.tour-details-round .double-line-buttons .icon-button > i,
.tour-details-round .page-controls .icon-button::before,
.tour-details-round .pretournament-action-buttons .icon-button::before,
.tour-details-round .double-line-buttons .icon-button::before,
.tour-details-round .page-controls .icon-button::after,
.tour-details-round .pretournament-action-buttons .icon-button::after,
.tour-details-round .double-line-buttons .icon-button::after,
.tour-details-round .page-controls .icon-button > i::before,
.tour-details-round .pretournament-action-buttons .icon-button > i::before,
.tour-details-round .double-line-buttons .icon-button > i::before,
.tour-details-round .page-controls .icon-button > i::after,
.tour-details-round .pretournament-action-buttons .icon-button > i::after,
.tour-details-round .double-line-buttons .icon-button > i::after {
  background: transparent;
  box-shadow: none;
}
.tour-details-round .page-controls .icon-button > i,
.tour-details-round .pretournament-action-buttons .icon-button > i,
.tour-details-round .double-line-buttons .icon-button > i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
}
.tour-details-round .page-controls .flex-icon-buttons,
.tour-details-round .pretournament-action-buttons .flex-icon-buttons,
.tour-details-round .double-line-buttons .flex-icon-buttons {
  gap: 0px;
}
.tour-details-round .flex-icon-buttons {
  margin-right: -10px;
}

.tour-result-allocate-special-prizes-button {
  position: relative;
}
.tour-result-allocate-special-prizes-button .button-counter {
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  background: #6dc544;
  color: #fff;
  height: 14px;
  font-size: 8px;
  width: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 7px;
}
.tournaments-round-special-prizes {
  color: #47505d;
  padding: 20px;
}
.tournaments-round-special-prizes .information__table {
  width: auto;
  display: flex;
  max-width: 100%;
  margin-top: 14px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.tournaments-round-special-prizes .information__table > div {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
  margin-right: 40px;
}
.tournaments-round-special-prizes .information__table > div > div {
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tournaments-round-special-prizes .information__table > div > div.th {
  font-weight: 600;
}
.tournaments-round-special-prizes .information__table > div:last-child {
  margin-right: 0;
}
.tournaments-round-special-prizes .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.tournaments-round-special-prizes__allocate {
  color: #47505d;
  padding: 14px 20px;
}
.tournaments-round-special-prizes__allocate .information__table {
  margin-top: 0;
}
.tournaments-round-special-prizes__allocate .information__table > div > div {
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
}
.tournaments-round-special-prizes__allocate .information__table > div > div .awl-picker-mk2 {
  margin-top: 5px;
}
.tournaments-round-special-prizes__allocate .information__table > div > div > input {
  margin-top: 5px;
}

.tour-round-results {
  width: 100%;
  height: 100%;
  padding: 20px 20px 0 20px;
}
.tour-round-results .tour-round-results-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.tour-round-results .tour-round-results-title .trigger-icon {
  position: static;
  margin-left: 10px;
}
.tour-round-results .controls-cont {
  margin-bottom: 20px;
}
.tour-round-results__header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  line-height: 22px;
  position: relative;
}
.tour-round-results__header strong {
  font-weight: 600;
}
.tour-round-results__header .i-open_link {
  font-size: 12px;
  margin-left: 6px;
}
.tour-round-results__header .flex-icon-buttons {
  margin-bottom: 0;
}
.tour-round-results__title {
  display: flex;
}
.tour-round-results__title .awl-button.awl-icon-small:before {
  font-size: 24px;
}
.tour-round-results a {
  color: inherit;
  text-decoration: none;
}

.tour-round-live-scoring {
  width: 100%;
  height: 100%;
  padding: 20px 20px 0 20px;
}
.tour-round-live-scoring .tour-round-results-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.tour-round-live-scoring .tour-round-results-title .trigger-icon {
  position: static;
  margin-left: 10px;
}
.tour-round-live-scoring .controls-cont {
  margin-bottom: 20px;
}
.tour-round-live-scoring__header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  line-height: 22px;
}
.tour-round-live-scoring__header strong {
  font-weight: 600;
}
.tour-round-live-scoring__header .i-open_link {
  font-size: 12px;
  margin-left: 6px;
}
.tour-round-live-scoring a {
  color: inherit;
  text-decoration: none;
}

.tour-round-setup-pace-of-play-component .print-icon-cont {
  position: absolute;
  right: 0;
  top: 0;
}
.tour-round-setup-pace-of-play-component .print-icon-cont > i {
  font-size: 26px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.tour-round-setup-pace-of-play-component .print-icon-cont > i:hover {
  background: #e2e9ef;
  border-radius: 50%;
}
.tour-round-setup-pace-of-play-component .duplicate-icon-cont {
  position: absolute;
  right: 40px;
  top: 0;
}
.tour-round-setup-pace-of-play-component .duplicate-icon-cont > i {
  font-size: 26px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.tour-round-setup-pace-of-play-component .duplicate-icon-cont > i:hover {
  background: #e2e9ef;
  border-radius: 50%;
}
.tour-round-setup-pace-of-play-component .page-filters {
  min-height: 52px;
  max-height: 52px;
  display: flex;
  padding: 0 0 15px 0;
  flex: 0 1 55%;
}
.tour-round-setup-pace-of-play-component .page-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-round-setup-pace-of-play-component .header-col,
.tour-round-setup-pace-of-play-component .data-col {
  font-size: 12px;
  border-left: 1px solid #cdd2d9;
  border-top: 1px solid #cdd2d9;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.tour-round-setup-pace-of-play-component .header-col.left-title,
.tour-round-setup-pace-of-play-component .data-col.left-title {
  padding-left: 10px;
  text-align: left;
}
.tour-round-setup-pace-of-play-component .header-row .header-col:last-child {
  border-right: 1px solid #cdd2d9;
}
.tour-round-setup-pace-of-play-component .data-row .data-col:last-child {
  border-right: 1px solid #cdd2d9;
}
.tour-round-setup-pace-of-play-component .data-col-player,
.tour-round-setup-pace-of-play-component .data-col-tee,
.tour-round-setup-pace-of-play-component .data-col-starttime {
  border-left: none;
}
.tour-round-setup-pace-of-play-component .data-row:last-child > .data-col {
  border-bottom: 1px solid #cdd2d9;
}
.tour-round-setup-pace-of-play-component .data-row.course-title {
  font-weight: bold;
}
.tour-round-setup-pace-of-play-component .data-row:last-child > .data-col.no-bottom-border {
  border-bottom: none;
}
.tour-round-setup-pace-of-play-component .last-row {
  border-bottom: 1px solid #cdd2d9;
}
.tour-round-setup-pace-of-play-component .header-col {
  background: #eef2f6;
  font-weight: 600;
}
.tour-round-setup-pace-of-play-component .no-data-label {
  text-align: center;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
  color: #cdd2d9;
}
.tour-round-setup-pace-of-play-component .item-first {
  color: #28a745;
}
.tour-round-setup-pace-of-play-component .item-last {
  color: #f59923;
}
.tour-round-setup-pace-of-play-component .course-mark {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: grey;
}
.tour-round-setup-pace-of-play-component .last-col {
  min-width: 32px !important;
  padding-right: 10px;
}
.tour-round-setup-pace-of-play-component .flex-icon-buttons {
  margin-bottom: 0;
}


.tour-pace-edit-tab-component {
  position: relative;
  padding: 20px 0;
  height: 100%;
}
.tour-pace-edit-tab-component__wrap {
  padding: 0 20px;
  display: inline-block;
  white-space: nowrap;
}
.tour-pace-edit-tab-component__wrap table {
  width: auto;
}
.tour-pace-edit-tab-component__wrap td {
  font-weight: 500;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 45px;
  padding-left: 5px;
  padding-right: 5px;
}
.tour-pace-edit-tab-component__wrap td:first-child {
  white-space: nowrap;
  padding-right: 10px;
  padding-left: 0;
  text-align: left;
}
.tour-pace-edit-tab-component__wrap td input [type='text'] {
  text-align: center;
  padding: 3px;
}
.tour-pace-edit-tab-component__wrap th {
  padding-bottom: 30px;
}
.tour-pace-edit-tab-component__wrap tr:nth-child(3) > td {
  padding-bottom: 30px;
}

.tour-round-setup-pin-positions-component .print-icon-cont {
  position: absolute;
  right: 20px;
  top: 20px;
}
.tour-round-setup-pin-positions-component .print-icon-cont > i {
  font-size: 26px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.tour-round-setup-pin-positions-component .print-icon-cont > i:hover {
  background: #e2e9ef;
  border-radius: 50%;
}
.tour-round-setup-pin-positions-component .duplicate-icon-cont {
  position: absolute;
  right: 60px;
  top: 20px;
}
.tour-round-setup-pin-positions-component .duplicate-icon-cont > i {
  font-size: 26px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.tour-round-setup-pin-positions-component .duplicate-icon-cont > i:hover {
  background: #e2e9ef;
  border-radius: 50%;
}
.tour-round-setup-pin-positions-component .pin-table {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #cdd2d9;
  white-space: nowrap;
}
.tour-round-setup-pin-positions-component .pin-table .left-column {
  width: 20%;
  max-width: 20%;
}
.tour-round-setup-pin-positions-component .pin-table .left-column > div {
  padding-left: 10px;
}
.tour-round-setup-pin-positions-component .pin-table .right-columns {
  width: 80%;
  max-width: 80%;
}
.tour-round-setup-pin-positions-component .pin-table .right-columns > div {
  flex: 1 1 100px;
  overflow: hidden;
  border-left: 1px solid #cdd2d9;
}
.tour-round-setup-pin-positions-component .pin-table .right-columns > div .general-row {
  text-align: center;
}
.tour-round-setup-pin-positions-component .pin-table .general-row {
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #cdd2d9;
}
.tour-round-setup-pin-positions-component .pin-table .general-row.last-row {
  background-color: #f6f8fa;
}
.tour-round-setup-pin-positions-component .pin-table .head-row {
  background-color: #eef2f6;
  border-top: none;
}
.tour-round-setup-pin-positions-component .pin-table .head-row > span {
  font-weight: 600;
  font-size: 12px;
}
.tour-round-setup-pin-positions-component .page-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-round-setup-pin-positions-component .page-controls .flex-icon-buttons {
  margin-bottom: 0px;
}

.tour-course-copier {
  padding: 0 10px;
  font-size: 12px;
}
.tour-course-copier .tour-course-copier-title {
  padding: 20px 15px;
  white-space: nowrap;
}
.tour-course-copier .tour-course-copier-layout {
  table-layout: auto;
  width: auto;
  border-collapse: collapse;
}
.tour-course-copier .tour-course-copier-item-label {
  padding: 0 40px 30px 15px;
  white-space: nowrap;
  vertical-align: top;
}
.tour-course-copier .tour-course-copier-item-control {
  padding: 0 0 30px 0;
  white-space: nowrap;
  vertical-align: top;
}

.tour-pin-edit-component {
  padding: 20px;
  height: 100%;
}
.tour-pin-edit-component .wrapper-with-plus {
  position: relative;
  display: block;
}
.tour-pin-edit-component .wrapper-with-plus:before {
  position: absolute;
  left: -9px;
  top: 13px;
  content: '';
  display: block;
  background: #d8dde4;
  width: 1px;
  height: 7px;
}
.tour-pin-edit-component .wrapper-with-plus:after {
  position: absolute;
  left: -12px;
  top: 16px;
  content: '';
  display: block;
  background: #d8dde4;
  width: 7px;
  height: 1px;
}
.tour-pin-edit-component > .content-loading-wrapper .tour-pin-edit-component__switch {
  padding: 0 0 20px 0;
}
.tour-pin-edit-component > .content-loading-wrapper > table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 0 50px 0;
}
.tour-pin-edit-component > .content-loading-wrapper > table > tbody > tr > th,
.tour-pin-edit-component > .content-loading-wrapper > table > tbody > tr > td {
  height: 48px;
  text-align: left;
  padding: 0;
  vertical-align: middle;
}
.tour-pin-edit-component > .content-loading-wrapper > table > tbody > tr > th {
  font-size: 14px;
  font-weight: bold;
  width: 200px;
}
.tour-pin-edit-component > .content-loading-wrapper > table > tbody > tr > td {
  padding-left: 36px;
}

.tour-round-score-entry .page-filters {
  padding-top: 10px;
  min-height: 72px;
  max-height: 72px;
  flex: 1;
  padding-right: 10px;
}
.tour-round-score-entry vi-atom-switch {
  margin-left: auto;
}
.tour-round-score-entry .multi-mode {
  display: flex;
}
.tour-round-score-entry .multi-mode > div {
  flex: 1;
}
.tour-round-score-entry .multi-mode > div:first-child {
  margin-right: -1px;
}
.tour-round-score-entry .multi-mode > div .title-header {
  text-align: center;
  padding-bottom: 15px;
  font-weight: 600;
}
.tour-round-score-entry .awl-button-line {
  padding-right: 50px;
}
.tour-round-score-entry .awl-button-line .print-icon-cont {
  position: absolute;
  right: 0;
}
.tour-round-score-entry .awl-button-line .print-icon-cont > i {
  font-size: 26px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.tour-round-score-entry .awl-button-line .print-icon-cont > i:hover {
  background: #e2e9ef;
  border-radius: 50%;
}
.tour-round-score-entry .flex-icon-buttons {
  position: absolute;
  right: 0;
  margin-bottom: 0;
}
.tour-round-score-entry .icon-button > a {
  color: inherit;
}

.tour-score-entry-icon {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
}
.tour-score-entry-icon svg {
  display: inline-block;
  vertical-align: middle;
}
.tour-score-entry-icon[disabled] {
  cursor: default;
}

.tour-score-entry-table-v2 {
  height: 100%;
}
.tour-score-entry-table-v2 .entry-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #dde1e6;
}
.tour-score-entry-table-v2 .entry-th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  background: #eef2f6;
  border-top: 1px solid #cdd2d9;
  border-bottom: 1px solid #dde1e6;
  border-right: 1px solid #dee2e8;
  line-height: 32px;
  color: #47505d;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  padding: 0 0 0 10px;
}
.tour-score-entry-table-v2 .entry-th:first-child {
  border-left: 1px solid #cdd2d9;
}
.tour-score-entry-table-v2 .entry-th:last-child {
  border-right: 1px solid #dde1e6;
}
.tour-score-entry-table-v2 .entry-col {
  min-height: 32px;
  height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
  text-align: left;
  padding: 0 0 0 10px;
  vertical-align: top;
  font-size: 14px;
}
.tour-score-entry-table-v2 .entry-col.col-flight {
  border-left: 1px solid #cdd2d9;
}
.tour-score-entry-table-v2 .entry-col.col-hole {
  border-right: 1px solid #dde1e6;
}
.tour-score-entry-table-v2 .entry-col.col-phone div {
  display: flex;
}
.tour-score-entry-table-v2 .entry-col .icon {
  font-size: 18px;
}
.tour-score-entry-table-v2 .entry-row.row-odd .entry-col {
  background-color: #f6f8fa;
}
.tour-score-entry-table-v2 .entry-row.row-odd .entry-col.col-flight,
.tour-score-entry-table-v2 .entry-row.row-odd .entry-col.col-teetime,
.tour-score-entry-table-v2 .entry-row.row-odd .entry-col.col-tee {
  background: none;
}
.tour-score-entry-table-v2 .entry-row.row-flightstart {
  border-top: 2px solid #eff1f3;
}
.tour-score-entry-table-v2 .col-player {
  border-left: 1px solid #eff1f3;
}
.tour-score-entry-table-v2 .col-scoreentry {
  border-left: 1px solid #eff1f3;
  text-align: center;
}
.tour-score-entry-table-v2 .col-hole {
  border-right: 1px solid #dde1e6;
  text-align: center;
}
.tour-score-entry-table-v2 .listing-table__listing-pagination {
  padding-bottom: 0;
}

.tournaments-round-players {
  padding: 20px 20px 0 20px;
  position: relative;
}
.tournaments-round-players .awl-button-line {
  padding-right: 50px;
}
.tournaments-round-players .awl-button-line .print-icon-cont {
  position: absolute;
  right: 20px;
}
.tournaments-round-players .awl-button-line .print-icon-cont > i {
  font-size: 26px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.tournaments-round-players .awl-button-line .print-icon-cont > i:hover {
  background: #e2e9ef;
  border-radius: 50%;
}
.tournaments-round-players .transfer-cont {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-right: 20px;
  line-height: 32px;
  margin-left: 20px;
  white-space: nowrap;
}
.tournaments-players__buttons button {
  margin-right: 20px;
}
/*
.tournaments-players__filters{
  padding: 15px 0;
}
*/
.tournament-round-players__listing .page-filters {
  flex-basis: 100%;
}
.tournaments-round-players__switcher {
  position: absolute;
  top: 72px;
  right: 20px;
}
.tournaments-round-players__switcher .vi-atom-switch.round .items .item:first-child,
.tournaments-round-players__switcher .vi-atom-switch.round .items .item:last-child {
  max-width: 100px;
  overflow: hidden;
}

.tournament-round-players__listing .icon {
  font-size: 18px;
}

.tournament-round-players__team-listing .players-teams-listing .listing-grid .ui-grid-row:last-child .ui-grid-cell {
  border-bottom-width: 1px !important;
}
.tournament-round-players__team-listing .players-teams-listing .icon {
  font-size: 18px;
}

.tournament-round-scorecard-comment {
  padding: 20px;
}

.tour-molecule-general-information-edit {
  color: #47505d;
  padding: 10px 0 20px 20px;
  min-height: 300px;
  min-width: 400px;
}
.tour-molecule-general-information-edit .clubs-multipicker {
  margin-top: 5px;
  margin-bottom: 5px;
}
.tour-molecule-general-information-edit .details-form_out-right {
  padding-right: 62px;
}
.mCS_no_scrollbar .tour-molecule-general-information-edit {
  padding-right: 20px;
}

.tour-general-information {
  /*
  .information__table {
    th, td {
      padding: 10px 0;
    }
  }
  */
}

.tour-announcement-edit {
  width: 100%;
  color: #47505d;
  padding: 10px 0 20px 20px;
}
.tour-announcement-edit .details-form_out-right {
  padding-right: 20px;
}
.tour-announcement-edit .high .details-form__value {
  padding: 10px 0;
}

/* TMAX stolen copy of src\common\customers\details\finances\upload-document */
.file-scan-browse-remove-picker__file {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.file-scan-browse-remove-picker__preview {
  display: block;
  border: 1px solid #cdd2d9;
  background: #cdd2d9;
  color: #808080;
  position: relative;
  z-index: 100;
  line-height: normal;
}
.file-scan-browse-remove-picker__preview.circle {
  width: 82px;
  height: 82px;
  border-radius: 41px;
}
.file-scan-browse-remove-picker__preview.rectangle {
  width: 102px;
  height: 52px;
  align-self: flex-end;
}
.file-scan-browse-remove-picker__preview.disabled {
  opacity: 0.3;
  cursor: default;
}
.file-scan-browse-remove-picker__preview .busy-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.file-scan-browse-remove-picker__preview .image-icon {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 80px;
  background-color: #cbd0d6;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.file-scan-browse-remove-picker__preview .image-picture {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
.file-scan-browse-remove-picker__preview .circle {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.file-scan-browse-remove-picker__preview .rectangle {
  width: 102px;
  height: 52px;
  border-radius: 0;
  line-height: 50px;
}
.file-scan-browse-remove-picker__controls {
  margin-left: 30px;
  max-width: 50% !important;
}
.file-scan-browse-remove-picker__delete-button {
  display: block;
  position: absolute;
  font-size: 10px;
  line-height: 18px;
  top: 2px;
  right: 0px;
  color: #fff;
  width: 18px;
  height: 18px;
  background-color: #969fb8;
  border-radius: 9px;
  text-align: center;
}
.file-scan-browse-remove-picker__file-name {
  font-size: 12px;
  color: #47505d;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  position: relative;
  margin-top: 15px;
}
.file-scan-browse-remove-picker__file-name-icon {
  font-size: 18px;
  margin-right: 0px;
  display: inline-block;
  vertical-align: middle;
  color: #9da4b3;
}
.file-scan-browse-remove-picker__actions {
  margin-top: 10px;
}
.file-scan-browse-remove-picker__action-button {
  display: block;
  position: relative;
  height: 32px;
  padding: 0 15px;
  line-height: 30px;
  background-color: #ffffff;
  border: solid 1px #cdd2d9;
  font-size: 14px;
  font-weight: 600;
  color: #47505d;
  text-align: center;
  border-radius: 4px;
}
.file-scan-browse-remove-picker__action-button > i {
  padding-left: 8px;
}
.file-scan-browse-remove-picker__actions-menu {
  color: #333d4c;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px #dde1e6;
  text-align: left;
}
.file-scan-browse-remove-picker__actions-menu .menu-item {
  display: block;
  padding: 10px 15px;
  line-height: 18px;
  cursor: pointer;
  white-space: nowrap;
}
.file-scan-browse-remove-picker__actions-menu .menu-item:hover {
  background: rgba(207, 218, 229, 0.35);
}
.file-scan-browse-remove-picker__actions-menu .menu-item-disabled {
  background: #eef2f6;
  color: #9ca5b3;
}
.file-scan-browse-remove-picker__error {
  color: #47505d;
}
.file-scan-browse-remove-picker__error .title {
  font-weight: 600;
  font-size: 14px;
}
.file-scan-browse-remove-picker__error .body {
  margin-top: 20px;
  display: flex;
  font-size: 12px;
}
.file-scan-browse-remove-picker__error .body > div {
  display: flex;
  flex-direction: column;
}
.file-scan-browse-remove-picker__error .body > div span + span {
  margin-top: 10px;
}
.file-scan-browse-remove-picker__error .body .description {
  margin-right: 40px;
}
.file-scan-browse-remove-picker__error .body .rule {
  font-weight: 600;
}

.tour-general-information {
  /*
  .information__table {
    th, td {
      padding: 10px 0;
    }
  }
  */
}

.tour-entry-settings-edit {
  width: 100%;
  color: #47505d;
  padding: 10px 0 20px 20px;
}
.tour-entry-settings-edit .details-form_out-right {
  padding-right: 20px;
}
.tour-entry-settings-edit input {
  max-width: 245px;
}
.tour-entry-settings-edit .awl-date-time-picker {
  max-width: 245px;
}
.tour-entry-settings-edit .awl-select-mk2 {
  max-width: 245px;
}
.tour-entry-settings-edit .details-form__value {
  width: auto;
}
.tour-entry-settings-edit .date-period {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.tour-entry-settings-edit .date-period .awl-date-time-picker {
  max-width: 245px;
}
.tour-entry-settings-edit .date-period .awl-date-time-picker.awl-date-time-picker_ampm {
  max-width: 324px;
}
.tour-entry-settings-edit .date-period .separator {
  line-height: 32px;
  padding: 0 10px;
}
.startwish-tooltip {
  position: relative;
  padding: 15px 20px 15px 20px;
  border: none;
  border-radius: 4px;
  background: var(--Surface-White, #fff);
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.startwish-tooltip .tooltip-table tr th {
  padding: 10px;
}
.startwish-tooltip .tooltip-table tr th .tooltip-heading {
  font-size: 14px;
  font-weight: 600;
}
.startwish-tooltip .tooltip-table tr td {
  padding: 10px;
}

.tour-age-groups-view {
  color: #47505d;
}
.tour-age-groups-view .information__table {
  width: auto;
  padding-top: 36px;
}
.tour-age-groups-view .information__table td,
.tour-age-groups-view .information__table th {
  padding: 0 120px 20px 0;
}

.tour-molecule-custom-groups-item {
  padding: 0;
  color: #47505d;
}
.tour-molecule-custom-groups-item .information__table {
  width: auto;
}
.tour-molecule-custom-groups-item .information__table tr th,
.tour-molecule-custom-groups-item .information__table tr td {
  padding: 0px 80px 20px 0;
}
.tour-molecule-custom-groups-item .information__table tr td:last-child {
  padding-right: 0;
}
.tour-molecule-custom-groups-item .information__table tr td {
  white-space: nowrap;
}
.tour-molecule-custom-groups-item .information__table tr:last-child td {
  padding-bottom: 0;
}
.tour-molecule-custom-groups-item .information__table tr:first-child td {
  padding-top: 0;
}

tour-custom-groups-edit {
  display: block;
}
.tour-molecule-custom-groups-edit__list-item {
  position: relative;
  margin-right: 12px;
}
.tour-molecule-custom-groups-edit__select-popup-info-icon {
  background-color: #788697;
  color: #fff;
  position: absolute;
  top: 9px;
  right: -5px;
  display: block;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 9px;
}
.tour-molecule-custom-groups-edit-select-template-popover {
  padding-left: 20px;
}
.tour-molecule-custom-groups-edit-info-popover-content {
  padding: 20px;
  width: 385px;
}
.tour-molecule-custom-groups-edit-info-popover-content h3 {
  font-weight: bold;
  font-size: inherit;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 20px;
  color: #424e61;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tour-molecule-custom-groups-edit-info-popover-content .table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 12px;
}
.tour-molecule-custom-groups-edit-info-popover-content .table .row {
  display: table-row;
}
.tour-molecule-custom-groups-edit-info-popover-content .table .row .cell {
  display: table-cell;
  text-align: left;
  padding: 0 10px 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tour-molecule-custom-groups-edit-info-popover-content .table .row .cell:last-child {
  padding-right: 0;
}
.tour-molecule-custom-groups-edit-info-popover-content .table .row .cell.name {
  width: 100px;
}
.tour-molecule-custom-groups-edit-info-popover-content .table .row .cell.short-name {
  width: 100px;
}
.tour-molecule-custom-groups-edit-info-popover-content .table .row .cell.gender {
  width: 100px;
}
.tour-molecule-custom-groups-edit-info-popover-content .table .row .cell.age {
  width: 45px;
}
.tour-molecule-custom-groups-edit-info-popover-content .table .row.header .cell {
  font-weight: bold;
}
.tour-molecule-custom-groups-edit-info-popover-content .table .row:last-child .cell {
  padding-bottom: 0;
}
.tour-molecule-custom-groups-edit {
  padding: 0;
  color: #47505d;
}
.tour-molecule-custom-groups-edit__title {
  padding: 10px 0;
  display: flex;
}
.tour-molecule-custom-groups-edit__title > label {
  white-space: nowrap;
  line-height: 32px;
  padding-right: 15px;
}
.tour-molecule-custom-groups-edit__title > input {
  width: 250px !important;
}
.tour-molecule-custom-groups-edit__form-template {
  padding: 20px;
}
.tour-molecule-custom-groups-edit__form-group {
  padding: 20px;
  border-top: 1px solid #dde1e6;
}
.tour-molecule-custom-groups-edit__form-group .details-form--edit .details-form__column--x-columns .details-form__value {
  width: 245px;
}
.tour-molecule-custom-groups-edit__form-group .inline-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.tour-molecule-custom-groups-edit__form-group .inline-controls i {
  margin-left: 20px;
}
.tour-molecule-custom-groups-edit__form-group .inline-controls .error-icon {
  position: static;
}
.tour-molecule-custom-groups-edit__add-button {
  margin-top: 10px !important;
}

/*
  COLOR PALETTE
*/
/*
  DIMENSIONS
*/
/*
  TYPOGRAPHY
*/
/*
  APPLICATIONS
*/
.tour-details-setup-course-assignment {
  color: #47505D;
}
.tour-details-setup-course-assignment .details-form--view {
  margin: 20px 0;
}
.tour-details-setup-course-assignment__male {
  margin-right: 5px;
  color: #609BFF;
}
.tour-details-setup-course-assignment__female {
  margin-right: 5px;
  color: #ED95FF;
}
.tour-details-setup-course-assignment__tee-name {
  margin-left: 5px;
}

.tour-details-setup-course-assignment__table {
  width: auto;
}
.tour-details-setup-course-assignment__table td,
.tour-details-setup-course-assignment__table th {
  padding: 0 40px 20px 0;
  height: 0;
  line-height: 14px;
}

.tour-prizes {
  color: #47505d;
}
.tour-prizes .information__table {
  width: auto;
}
.tour-prizes .information__table td,
.tour-prizes .information__table th {
  padding: 0 80px 13px 0;
  line-height: 19px;
}
.tour-prizes .tooltiped {
  display: inline-block;
}
.tour-prizes .tooltip-parent > .tooltiped {
  white-space: nowrap;
}

.tour-blind-hole .hole-selection-table {
  display: flex;
  flex-direction: column;
}
.tour-blind-hole .hole-selection-table__row {
  margin-bottom: 10px;
  display: flex;
}
.tour-blind-hole .hole-selection-table__column {
  height: 16px;
  width: 16px;
  margin-right: 40px;
  text-align: center;
}

.a9-popup > .a9-popup-wrap.tour-details-setup-course-edit-popup {
  max-width: inherit;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  color: #47505d;
}
.a9-popup > .a9-popup-wrap.tour-details-setup-course-edit-popup tour-course-edit {
  margin-top: 20px;
}

/* Default definitions */
/* Variables */
/* Colors */
.calendar-extended-quick-search-item {
  display: flex;
  align-items: center;
  line-height: 32px;
  white-space: nowrap;
  justify-content: space-between;
}
.calendar-extended-quick-search-item .type {
  height: 10px;
  width: 10px;
  margin-right: 5px;
}
.calendar-extended-quick-search-item .type.competition {
  background: #245a9a;
}
.calendar-extended-quick-search-item .type.task {
  background: #fa659a;
}
.calendar-extended-quick-search-item .text {
  margin-right: 10px;
  flex-grow: 1;
}
.calendar-extended-quick-search-item .datetime {
  flex-grow: 0;
  color: #9ca5b3;
}

/* Default definitions */
/* Variables */
/* Colors */
.calendar-month-view-day {
  width: 100%;
  height: 100%;
  cursor: default;
  max-width: 100%;
  flex: 0 0 100%;
  border-width: 1px;
  font-size: 12px;
  border-style: solid;
  border-color: transparent;
  display: flex;
  flex-direction: column;
}
.calendar-month-view-day.holiday .holiday-title {
  color: #ff9800;
  font-weight: 600;
}
.calendar-month-view-day.inactive {
  cursor: default;
  background: #fafdff;
  font-family: 'Open Sans';
}
.calendar-month-view-day.inactive > .title {
  color: #9ca5b3;
}
.calendar-month-view-day.inactive > .events > .event-wrapper > .event.type-tournament.hover {
  background-color: #4979b2;
}
.calendar-month-view-day.selected {
  background-color: #fbf1e2;
  border-width: 1px;
  border-color: #ff9800;
  border-style: solid;
  padding: 0;
}
.calendar-month-view-day.selected > .title {
  color: #ff9800;
  font-weight: bold;
}
.calendar-month-view-day.today {
  border-width: 1px;
  border-color: #ff9800;
  border-style: solid;
  padding: 0;
  font-family: 'Open Sans';
}
.calendar-month-view-day.today > .title {
  font-weight: bold;
  color: #ff9800;
}
.calendar-month-view-day > .title {
  padding: 2px 5px;
  text-align: right;
  height: 20px;
  color: #47505d;
  font-size: 12px;
  font-family: 'Open Sans';
  flex: 0 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.calendar-month-view-day > .title .holiday-title {
  flex: 1 1 auto;
  overflow: hidden;
  text-align: left;
  width: calc(100% - 25px);
}
.calendar-month-view-day > .title .date-title {
  flex: 1 0 auto;
}
.calendar-month-view-day .events {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
}
.calendar-month-view-day .events .event-wrapper {
  flex: 0 0 17px;
  height: 17px;
  width: 100%;
  margin: 1px 0;
  position: absolute;
}
.calendar-month-view-day .events .event-wrapper .event {
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  position: absolute;
  z-index: 1;
  padding-left: 5px;
  padding-right: 4px;
  font-weight: 600;
  color: #fff;
  display: flex;
  flex-direction: row;
}
.calendar-month-view-day .events .event-wrapper .event.type-tournament {
  background-color: #4979b2;
}
.calendar-month-view-day .events .event-wrapper .event.type-tournament .calendar-event-details-popover-icon > div.trigger-icon {
  color: #4979b2;
}
.calendar-month-view-day .events .event-wrapper .event.type-tournament.type-other-month {
  background-color: rgba(73, 121, 178, 0.3);
}
.calendar-month-view-day .events .event-wrapper .event.type-tournament.type-other-month .calendar-event-details-popover-icon > div.trigger-icon:before {
  opacity: 0.3;
}
.calendar-month-view-day .events .event-wrapper .event.type-tournament.hover {
  background-color: #245a9a;
}
.calendar-month-view-day .events .event-wrapper .event.type-tournament.hover .calendar-event-details-popover-icon > div.trigger-icon {
  color: #245a9a;
}
.calendar-month-view-day .events .event-wrapper .event.type-tournament.hover .calendar-event-details-popover-icon > div.trigger-icon:before {
  opacity: 1;
}
.calendar-month-view-day .events .event-wrapper .event.type-task {
  background-color: #fc97bb;
}
.calendar-month-view-day .events .event-wrapper .event.type-task .calendar-event-details-popover-icon > div.trigger-icon {
  color: #fc97bb;
}
.calendar-month-view-day .events .event-wrapper .event.type-task.type-other-month {
  background-color: rgba(252, 151, 187, 0.3);
}
.calendar-month-view-day .events .event-wrapper .event.type-task.type-other-month .calendar-event-details-popover-icon > div.trigger-icon:before {
  opacity: 0.3;
}
.calendar-month-view-day .events .event-wrapper .event.type-task.hover {
  background-color: #fa659a;
}
.calendar-month-view-day .events .event-wrapper .event.type-task.hover .calendar-event-details-popover-icon > div.trigger-icon {
  color: #fa659a;
}
.calendar-month-view-day .events .event-wrapper .event.type-task.hover .calendar-event-details-popover-icon > div.trigger-icon:before {
  opacity: 1;
}
.calendar-month-view-day .events .event-wrapper .event.starts-here {
  left: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.calendar-month-view-day .events .event-wrapper .event.starts-here:not(.ends-here) .smaller.calendar-event-details-popover-icon {
  margin-right: 1px;
}
.calendar-month-view-day .events .event-wrapper .event.ends-here {
  right: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-right: 0;
}
.calendar-month-view-day .events .event-wrapper .event > .meta-layer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.calendar-month-view-day .events .event-wrapper .event > .meta-layer > .title {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-month-view-day .events .event-wrapper .event .calendar-event-details-popover-icon > div.trigger-icon {
  background-color: #ffffff;
}
.calendar-month-view-day .events .show-more {
  flex: 1 1 auto;
  max-height: 17px;
  position: absolute;
  width: calc(100% - 6px);
  right: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  background-color: #fbf1e2;
  color: #ff9800;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans';
  margin: 1px 2px 2px 4px;
  padding: 0 2px;
  text-align: right;
  cursor: pointer;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.calendar-month-view-day .events .show-more.open {
  background-color: #ff9800;
  color: #fff;
}
.calendar-month-view-day .events .show-more.open > .i-line_caret_down {
  transform: rotate(180deg);
}
.calendar-month-view-day .events .show-more.hide-info {
  position: absolute;
  opacity: 0;
  background-color: #fbf1e2;
}
.calendar-month-view-day .events .show-more > span {
  margin: 0 2px;
}
.calendar-month-view-day .events .show-more > .title {
  overflow: hidden;
  max-width: calc(100% - 50px);
}
.calendar-month-view-day .events .popover-minimum-zIndex {
  z-index: 1001;
}

/* Default definitions */
/* Variables */
/* Colors */
.calendar-month-view {
  display: flex;
  flex-direction: column;
}
.calendar-month-view .header .col {
  border-top: 1px;
  border-color: #eeeeee;
  border-style: solid;
  white-space: nowrap;
  overflow: hidden;
  height: 30px;
  color: #47505d;
  font-size: 14px;
  font-family: 'Open Sans';
  background-color: #f1f4f7;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calendar-month-view .content {
  display: flex;
  flex-direction: column;
}
.calendar-month-view .col {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.calendar-month-view .row {
  display: flex;
  flex-direction: row;
  flex: 0 1 100%;
}
.calendar-month-view .row .col {
  width: 14.28%;
  max-width: 14.28%;
  flex: 0 1 14.28%;
  position: relative;
  border-right: 1px;
  border-bottom: 1px;
  border-color: #eeeeee;
  border-style: solid;
}
.calendar-month-view .row .col:first-child {
  border-left: 1px;
  border-color: #eeeeee;
  border-style: solid;
}

/* Default definitions */
/* Variables */
/* Colors */
.calendar-modules-filter-cont {
  width: 100%;
  overflow: hidden;
}
.calendar-modules-filter-cont .modules {
  padding: 10px;
}
.calendar-modules-filter-cont .modules .accordion {
  display: flex;
  flex-direction: column;
  color: #47505d;
}
.calendar-modules-filter-cont .modules .accordion.tasks .checkbox.checked {
  background-color: #fa659a;
  border-color: #fa659a;
}
.calendar-modules-filter-cont .modules .accordion.tasks .not-full {
  background-color: #fa659a !important;
  border-color: #fa659a !important;
}
.calendar-modules-filter-cont .modules .accordion.tournaments .checkbox.checked {
  background-color: #4979b2;
  border-color: #4979b2;
}
.calendar-modules-filter-cont .modules .accordion.tournaments .not-full {
  background-color: #4979b2 !important;
  border-color: #4979b2 !important;
}
.calendar-modules-filter-cont .modules .accordion .name {
  margin-left: 10px;
}
.calendar-modules-filter-cont .modules .accordion .name.section {
  margin-left: 0;
  font-weight: 600;
}
.calendar-modules-filter-cont .modules .accordion .head {
  height: 32px;
  border-bottom: 1px solid #dde1e6;
  display: flex;
}
.calendar-modules-filter-cont .modules .accordion .head .arrow-wrap {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-left: -10px;
}
.calendar-modules-filter-cont .modules .accordion .head .arrow-wrap .icon {
  color: #8a93b0;
  display: inline-flex;
  transform: rotate(-90deg);
}
.calendar-modules-filter-cont .modules .accordion .head .arrow-wrap .icon.active {
  transform: rotate(0);
}
.calendar-modules-filter-cont .modules .accordion .head .title {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
}
.calendar-modules-filter-cont .modules .accordion .head .title .not-full {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  height: 15px;
  width: 15px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 2px;
  font-style: normal;
  text-align: center;
  text-indent: 0;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.calendar-modules-filter-cont .modules .accordion .head .title .not-full:before {
  display: block;
  position: absolute;
  margin-top: 0;
}
.calendar-modules-filter-cont .modules .accordion .body {
  padding-left: 34px;
}
.calendar-modules-filter-cont .modules .accordion .body.border {
  border-bottom: 1px solid #dde1e6;
}
.calendar-modules-filter-cont .modules .accordion .body .item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.calendar-modules-filter-cont .controls {
  background: #eef2f6;
  text-align: right;
  padding: 10px;
}

.calendar-listing .filter-cont {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.calendar-listing .section-filters {
  display: flex;
  width: 33%;
}
.calendar-listing .section-date-selector {
  display: flex;
  justify-content: center;
}
.calendar-listing .container-controls {
  display: flex;
  flex-direction: row;
}
.calendar-listing .container-content {
  margin: 0 20px 20px 20px;
}

.calendar-tooltipper-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.gay-o-country-selector-suggest .popup-layout .list-item {
  display: block;
  height: 32px;
  padding: 0 10px 0 10px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gay-o-country-selector-suggest .popup-layout .list-item.highlighted {
  background: #eef2f6;
}
.gay-o-country-selector-suggest .popup-layout .list-item:hover {
  background: #eef2f6;
}
.country-selector {
  display: block;
  position: relative;
}
.country-selector .nice-input-icon-search {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 32px;
  font-size: 16px;
  height: 32px;
  width: 36px;
  padding: 0 10px;
  border-radius: 5px;
}
.country-selector .awl-picker-icon-color {
  color: #ffffff;
}
.country-selector .awl-button.no-background {
  background: none;
  color: #6b788d;
}

.zip-selector {
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
.zip-selector .control-line {
  padding: 0 20px 20px;
}
.zip-selector .listing-grid-v1.a9-grid-secondary .listing-grid-v1__listing-pagination {
  padding: 0 20px;
}

.listing-filter-value-waiter {
  display: inline-block;
}
.listing-filter-value-waiter > .waiter-busy > .spinner-zoom {
  width: 26px;
  height: 14px;
  line-height: 14px;
  display: block;
  transform: scale(0.5);
}

.cust-profile-sync-field-changeset {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.cust-profile-sync-field-changeset .change-old-value,
.cust-profile-sync-field-changeset .change-new-value {
  display: inline-block;
  color: #fe6565;
  font-size: 12px;
  font-weight: 600;
}
.cust-profile-sync-field-changeset .change-icon {
  padding: 0 10px;
  color: #7b8799;
  font-size: 16px;
  display: inline-block;
  transform: rotate(180deg);
}

.cust-profile-sync {
  padding: 20px;
}
.cust-profile-sync .sync-loading {
  height: 350px;
  width: 550px;
  border: 2px dashed #c6c8cc;
  border-radius: 10px;
  background-color: #fffcfc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cust-profile-sync .sync-loading h2 {
  margin-top: 75px;
  color: #333d4c;
  font-size: 14px;
  font-weight: 600;
}
.cust-profile-sync .sync-loading .doc {
  height: 195px;
  width: 255px;
  margin: 20px 0 0 40px;
  background: url(../../assets/1d2ff45e.svg) no-repeat;
  background-size: cover;
}
.cust-profile-sync .sync-loading .arrows {
  position: absolute;
  margin: 86px 0 0 159px;
}
.cust-profile-sync__subtitle {
  height: auto;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.cust-profile-sync__subtitle > span {
  line-height: 18px;
}

.hcp-legend {
  /*
  ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    li {
      padding-left: 20px;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  */
  /*
  ul.gross-against-par {
    li {
      i {
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 5px;
        border-radius: 50%;
        border: 1px solid #505965;
      }
    }

  }
  ul.marker {
    li {
      i {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 5px;
      }
    }

  }

  ul.start-hole {
    li {
      i {
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        left: 0;
        top: 2px;
        font-size: 10px;
        color: #4979B2;
      }
    }
  }
  */
}
.hcp-legend .tag {
  padding-right: 20px;
  font-weight: 600;
}
.hcp-legend td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hcp__legend-popover {
  padding: 9px 14px;
}

.course-tee-view__wrap > span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.course-tee-select {
  display: block;
}
.course-tee-select .temp-nice-looking-search-text-input.disabled .nice-static-filed {
  background: #eef2f6;
  color: #9ca5b3;
  border: 1px solid #cdd2d9;
}
.course-tee-select .awl-select-mk2-custom-template {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 13px;
  background: #fff;
  color: #47505d;
}
.course-tee-select .temp-nice-looking-search-text-input {
  cursor: pointer;
}
.course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed {
  padding-right: 32px;
}
.course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed .tee-item-color {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed .tee-item-color .tee-item__title {
  padding-right: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed .tee-item-color .tee-item__space {
  padding-right: 4px;
}
.course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed .tee-item-color .tee-item__tee-name {
  padding-left: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed .tee-item-color .tee-item__color {
  line-height: 16px;
}
.course-tee-select__cont .popup-layout {
  min-height: 64px;
  display: flex;
}
/*
.tour-course-molecule-select-tee-cont{
  .popup-layout {
    min-width: 400px;
    min-height: 64px;
    display: flex;
  }
}

*/
/* @todo: it is global style, it is need check using*/
.new-color-item {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  vertical-align: top;
}

.course-tee-select-list {
  max-height: 315px;
  display: flex;
  flex-direction: row;
}
.course-tee-select-list .club-select {
  width: 255px;
  flex: 1 0 auto;
  border-right: 2px solid #e7e7e7;
}
.course-tee-select-list .tee-select {
  flex: 1 0 auto;
  overflow: hidden;
}
.course-tee-select-list .club-item .club-item-title {
  font-weight: 600;
}
.course-tee-select-list .course-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.course-tee-select-list .course-item .course-item-title {
  padding-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.course-tee-select-list .course-item .checkbox {
  min-width: 15px;
}
.course-tee-select-list .tee-select-title {
  font-weight: bold;
}
.course-tee-select-list .club-item-title,
.course-tee-select-list .tee-select-title {
  padding: 0 20px;
  line-height: 32px;
}
.course-tee-select-list .tee-item,
.course-tee-select-list .course-item {
  padding: 0 20px;
  cursor: pointer;
  line-height: 32px;
}
.course-tee-select-list .tee-item:hover,
.course-tee-select-list .course-item:hover {
  background-color: #edf2f5;
}
.course-tee-select-list .tee-item-title {
  display: flex;
  justify-content: space-between;
}
.course-tee-select-list .tee-item-name {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.course-tee-select-list .tee-item-name > .name {
  margin-left: 10px;
}
.course-tee-select-list .tee-item-name > .color {
  margin-top: 0px;
}
.course-tee-select-list .tee-item-option {
  display: flex;
  align-items: center;
}
.course-tee-select-list .tee-item-option div:not(:last-child) {
  margin-right: 20px;
}
.course-tee-select-list .tee-item-option div .value {
  font-weight: 600;
}

.club-course-tee-select .placeholder {
  color: #7b8799;
}
.club-course-tee-select .tee-item-color {
  display: flex;
  align-items: center;
}
.club-course-tee-select .tee-item-color .separate {
  margin: 0 5px 0 10px;
}
.club-course-tee-select .teeColorIdView {
  vertical-align: middle;
}
.club-course-tee-select .temp-nice-looking-search-text-input {
  cursor: pointer;
}
.club-course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed {
  padding-right: 32px;
}
.club-course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed[disabled] {
  background: #eef2f6;
  color: #9ca5b3;
  border: 1px solid #cdd2d9;
}
.club-course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed .tee-item-color {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.club-course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed .tee-item-color .tee-item__title {
  padding-right: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.club-course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed .tee-item-color .tee-item__space {
  padding-right: 4px;
}
.club-course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed .tee-item-color .tee-item__tee-name {
  padding-left: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.club-course-tee-select .temp-nice-looking-search-text-input > .nice-static-filed .tee-item-color .tee-item__color {
  line-height: 16px;
}
.club-course-tee-select__cont .popup-layout {
  min-width: 550px;
  min-height: 64px;
  display: flex;
}
/*
.tour-course-molecule-select-tee-club-id-cont {
  .popup-layout {
    min-width: 400px;
    min-height: 64px;
    display: flex;
  }
}
 */
/*
.tour-course-molecule-select-tee-club-id-cont {
  .popup-layout {
    min-width: 400px;
    min-height: 100px;
    display: flex;
    flex-direction: row;

    .loading {
      display: flex;
      width: 100%;
      padding-top: 30px;
      align-items: center;
    }
  }

  .club-select {
    flex: 1 0 225px;
    border-right: 2px solid #e7e7e7;
  }
  .tee-select {
    flex: 1 0 175px;
    overflow: hidden;
  }

  .club-select, .tee-select {
    // padding: 20px;
  }


  .club-item {
    .club-item-title {
      font-weight: bold;
    }
  }

  .course-item {
    // cursor: pointer;
    display: flex;
    flex-direction: row;

    .course-item-title {
      padding-left: 10px;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
  }

  .tee-select-title {
    font-weight: bold;
  }

  .club-item-title, .tee-select-title {
    padding: 10px 20px;
  }

  .tee-item, .course-item {
    padding: 10px 20px;
    cursor: pointer;

    &:hover,
    &.checked {
      background-color: #edf2f5;
    }
  }

  .tee-item {
    .tee-item-title{
      display: flex;
      justify-content: space-between;
    }
  }

}
*/

.course-tee-select-with-icon-info {
  position: relative;
}
.course-tee-select-with-icon-info .trigger-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 15px;
  margin-left: 20px;
  position: absolute;
  right: -25px;
  top: 0;
}
.course-tee-select-with-icon-info__popover {
  padding: 10px 20px;
}
.course-tee-select-with-icon-info__popover .header {
  color: #47505d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
}
.course-tee-select-with-icon-info__popover .body {
  margin-bottom: 10px;
  display: flex;
}
.course-tee-select-with-icon-info__popover .body .item {
  font-size: 14px;
}
.course-tee-select-with-icon-info__popover .body .item:not(:last-child) {
  margin-right: 20px;
}
.course-tee-select-with-icon-info__popover .body .item .value {
  color: #47505d;
  font-weight: 600;
}

.cust-profile-federation-search {
  min-width: 380px;
  /*
  .svg-icon {
    width: 170px;
    height: 130px;
    margin: 0 auto;

    &.in-progress {
      background: url(./profile-on-display.svg) no-repeat;
      background-size: cover;

      .arrows {
        position: absolute;
        margin: 40px 0 0 5px;
      }
    }

    &.done {
      background: url(./federation-search-done.svg) no-repeat;
      background-size: cover;
    }
  }
 */
}
.cust-profile-federation-search .notice {
  margin-top: 15px;
  color: #333d4c;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.pos-header.page-header-component {
  height: 90px;
  max-height: 90px;
  min-height: 90px;
  padding: 0;
  border-bottom-color: #dde1e6;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.pos-header.page-header-component .page-header-component__controls,
.pos-header.page-header-component .page-header-component__back,
.pos-header.page-header-component .page-header-component__label {
  display: none;
}
.page-pos .content-body {
  background-color: #f1f5f6;
  position: relative;
  padding: 0;
}
.page-pos .icon-button {
  height: 60px;
  width: 80px;
  text-align: center;
  padding: 0 30px;
  border-radius: 6px;
  line-height: 58px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  background: #fff;
  border: 1px solid #d3d7e0;
  color: #7b8699;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page-pos .round-button {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  line-height: 54px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  color: #7b8699;
  border: 1px solid #d3d7e0;
  border-bottom-width: 5px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page-pos .fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-pos .controls-cont > div {
  flex-basis: 345px;
}
.page-pos .awl-app-color.awl-app-color {
  color: #5386d5;
}
.page-pos input[type='text'] {
  height: 50px;
  padding: 0 20px;
  font-size: 20px;
  border-radius: 6px;
}
.page-pos input[type='text']:focus {
  border-color: #5386d5;
}
.page-pos input[type='text'][disabled] {
  color: #9ca5b3;
}
.page-pos .awl-select-mk2 input[type='text'][disabled] {
  background: #eef2f6;
}
.page-pos textarea {
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 6px;
  height: 94px;
}
.page-pos .awl-custom-search.acs-root {
  height: 50px;
}
.page-pos .awl-custom-search .acs-button {
  right: 0;
  width: 58px;
  height: 58px;
}
.page-pos .awl-picker-mk2 .temp-nice-looking-search-text-input > input {
  padding-right: 58px;
}
.page-pos .awl-picker-mk2 .temp-nice-looking-search-text-input .nice-input-icon {
  font-size: 24px;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  line-height: 58px;
}
.page-pos .awl-picker-mk2 .temp-nice-looking-search-text-input .nice-input-icon:before {
  width: 58px;
  height: 58px;
}
.page-pos .awl-picker-mk2 .vi-atom-input-tag {
  height: 58px;
  margin: -59px 0 0 1px;
  font-size: 20px;
  max-width: calc(100% - 58px);
}
.page-pos .awl-picker-mk2 .vi-atom-input-tag > span {
  line-height: 58px;
}
.page-pos .awl-picker-mk2 .vi-atom-input-tag > i:before {
  line-height: 58px;
}
.page-pos .temp-nice-looking-search-text-input {
  height: 50px;
}
.page-pos .temp-nice-looking-search-text-input > .nice-input-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  right: 20px;
  top: 12px;
}
.page-pos .temp-nice-looking-search-text-input > input {
  padding-right: 64px;
}
.page-pos .awl-select-mk2-popup .popup-layout .list-item {
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  height: 40px;
}
.page-pos .awl-select-mk2-popup .popup-layout .sub-list-container .sub-list-item {
  line-height: 40px;
  padding: 0 20px 0 30px;
  font-size: 16px;
  height: 40px;
}
.page-pos .checkbox {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
.page-pos .checkbox:before {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.page-pos .checkbox[type='radio']::before {
  height: 18px;
  width: 18px;
}

.page-eds-rounds,
.a9-app-eds-rounds {
  --a9-module-color: #10b971;
}
.page-eds-rounds .clfa-categories .clfa-category.active,
.a9-app-eds-rounds .clfa-categories .clfa-category.active {
  color: #fff;
  background-color: #10b971;
}
.page-eds-rounds .page-header .page-header-label,
.a9-app-eds-rounds .page-header .page-header-label {
  background-color: #10b971;
}
.page-eds-rounds .page-header-component .page-header-component__label,
.a9-app-eds-rounds .page-header-component .page-header-component__label {
  background-color: #10b971;
}
.page-eds-rounds .content-header-navigation .module-color-accent,
.a9-app-eds-rounds .content-header-navigation .module-color-accent {
  background-color: #10b971;
}
.page-eds-rounds .awl-current-loader,
.a9-app-eds-rounds .awl-current-loader {
  border-top-color: #10b971;
  border-bottom-color: #10b971;
}
.page-eds-rounds .awl-button,
.a9-app-eds-rounds .awl-button,
.page-eds-rounds .button.ctrl,
.a9-app-eds-rounds .button.ctrl {
  background-color: #10b971;
  color: #fff;
}
.page-eds-rounds .awl-button:hover,
.a9-app-eds-rounds .awl-button:hover,
.page-eds-rounds .button.ctrl:hover,
.a9-app-eds-rounds .button.ctrl:hover {
  background-color: #0ea766;
}
.page-eds-rounds .awl-button:active,
.a9-app-eds-rounds .awl-button:active,
.page-eds-rounds .button.ctrl:active,
.a9-app-eds-rounds .button.ctrl:active,
.page-eds-rounds .awl-button.active,
.a9-app-eds-rounds .awl-button.active,
.page-eds-rounds .button.ctrl.active,
.a9-app-eds-rounds .button.ctrl.active {
  background-color: #0d945a;
}
.page-eds-rounds .awl-button:disabled,
.a9-app-eds-rounds .awl-button:disabled,
.page-eds-rounds .button.ctrl:disabled,
.a9-app-eds-rounds .button.ctrl:disabled {
  background-color: #70d5aa;
}
.page-eds-rounds .awl-button.disabled,
.a9-app-eds-rounds .awl-button.disabled,
.page-eds-rounds .button.ctrl.disabled,
.a9-app-eds-rounds .button.ctrl.disabled {
  background-color: #70d5aa;
}
.page-eds-rounds .awl-button.system,
.a9-app-eds-rounds .awl-button.system,
.page-eds-rounds .button.ctrl.system,
.a9-app-eds-rounds .button.ctrl.system {
  background: #969FB8;
}
.page-eds-rounds .awl-button.system:hover,
.a9-app-eds-rounds .awl-button.system:hover,
.page-eds-rounds .button.ctrl.system:hover,
.a9-app-eds-rounds .button.ctrl.system:hover {
  background-color: #556285;
}
.page-eds-rounds .awl-button.system:active,
.a9-app-eds-rounds .awl-button.system:active,
.page-eds-rounds .button.ctrl.system:active,
.a9-app-eds-rounds .button.ctrl.system:active {
  background-color: #10b971;
}
.page-eds-rounds .awl-button.system.disabled,
.a9-app-eds-rounds .awl-button.system.disabled,
.page-eds-rounds .button.ctrl.system.disabled,
.a9-app-eds-rounds .button.ctrl.system.disabled {
  background-color: #c0c5d4;
}
.page-eds-rounds .awl-button.secondary,
.a9-app-eds-rounds .awl-button.secondary,
.page-eds-rounds .button.ctrl.secondary,
.a9-app-eds-rounds .button.ctrl.secondary,
.page-eds-rounds .awl-button.system-contour,
.a9-app-eds-rounds .awl-button.system-contour,
.page-eds-rounds .button.ctrl.system-contour,
.a9-app-eds-rounds .button.ctrl.system-contour,
.page-eds-rounds .awl-button.cancel,
.a9-app-eds-rounds .awl-button.cancel,
.page-eds-rounds .button.ctrl.cancel,
.a9-app-eds-rounds .button.ctrl.cancel {
  background: #fff;
  border: 1px solid #CDD2D9;
  color: #47505D;
  font-weight: 600;
}
.page-eds-rounds .awl-button.secondary:hover,
.a9-app-eds-rounds .awl-button.secondary:hover,
.page-eds-rounds .button.ctrl.secondary:hover,
.a9-app-eds-rounds .button.ctrl.secondary:hover,
.page-eds-rounds .awl-button.system-contour:hover,
.a9-app-eds-rounds .awl-button.system-contour:hover,
.page-eds-rounds .button.ctrl.system-contour:hover,
.a9-app-eds-rounds .button.ctrl.system-contour:hover,
.page-eds-rounds .awl-button.cancel:hover,
.a9-app-eds-rounds .awl-button.cancel:hover,
.page-eds-rounds .button.ctrl.cancel:hover,
.a9-app-eds-rounds .button.ctrl.cancel:hover {
  background: #EEF2F6;
  color: #47505D;
}
.page-eds-rounds .awl-button.secondary:active,
.a9-app-eds-rounds .awl-button.secondary:active,
.page-eds-rounds .button.ctrl.secondary:active,
.a9-app-eds-rounds .button.ctrl.secondary:active,
.page-eds-rounds .awl-button.system-contour:active,
.a9-app-eds-rounds .awl-button.system-contour:active,
.page-eds-rounds .button.ctrl.system-contour:active,
.a9-app-eds-rounds .button.ctrl.system-contour:active,
.page-eds-rounds .awl-button.cancel:active,
.a9-app-eds-rounds .awl-button.cancel:active,
.page-eds-rounds .button.ctrl.cancel:active,
.a9-app-eds-rounds .button.ctrl.cancel:active {
  border-color: #10b971;
  color: #10b971;
}
.page-eds-rounds .awl-button.secondary[disabled],
.a9-app-eds-rounds .awl-button.secondary[disabled],
.page-eds-rounds .button.ctrl.secondary[disabled],
.a9-app-eds-rounds .button.ctrl.secondary[disabled],
.page-eds-rounds .awl-button.system-contour[disabled],
.a9-app-eds-rounds .awl-button.system-contour[disabled],
.page-eds-rounds .button.ctrl.system-contour[disabled],
.a9-app-eds-rounds .button.ctrl.system-contour[disabled],
.page-eds-rounds .awl-button.cancel[disabled],
.a9-app-eds-rounds .awl-button.cancel[disabled],
.page-eds-rounds .button.ctrl.cancel[disabled],
.a9-app-eds-rounds .button.ctrl.cancel[disabled] {
  background: #EEF2F6;
  color: #9CA5B3;
  border-color: #CDD2D9;
}
.page-eds-rounds .awl-button.secondary.disabled,
.a9-app-eds-rounds .awl-button.secondary.disabled,
.page-eds-rounds .button.ctrl.secondary.disabled,
.a9-app-eds-rounds .button.ctrl.secondary.disabled,
.page-eds-rounds .awl-button.system-contour.disabled,
.a9-app-eds-rounds .awl-button.system-contour.disabled,
.page-eds-rounds .button.ctrl.system-contour.disabled,
.a9-app-eds-rounds .button.ctrl.system-contour.disabled,
.page-eds-rounds .awl-button.cancel.disabled,
.a9-app-eds-rounds .awl-button.cancel.disabled,
.page-eds-rounds .button.ctrl.cancel.disabled,
.a9-app-eds-rounds .button.ctrl.cancel.disabled {
  background: #EEF2F6;
  color: #9CA5B3;
  border-color: #CDD2D9;
}
.page-eds-rounds .awl-button.awl-icon-small:not(.awl-icon-in-top)[disabled],
.a9-app-eds-rounds .awl-button.awl-icon-small:not(.awl-icon-in-top)[disabled],
.page-eds-rounds .button.ctrl.awl-icon-small:not(.awl-icon-in-top)[disabled],
.a9-app-eds-rounds .button.ctrl.awl-icon-small:not(.awl-icon-in-top)[disabled],
.page-eds-rounds .awl-button.awl-icon-big:not(.awl-icon-in-top)[disabled],
.a9-app-eds-rounds .awl-button.awl-icon-big:not(.awl-icon-in-top)[disabled],
.page-eds-rounds .button.ctrl.awl-icon-big:not(.awl-icon-in-top)[disabled],
.a9-app-eds-rounds .button.ctrl.awl-icon-big:not(.awl-icon-in-top)[disabled] {
  background-color: #CDD2D9;
}
.page-eds-rounds .secondary-button .awl-button,
.a9-app-eds-rounds .secondary-button .awl-button,
.page-eds-rounds .secondary-button .button.ctrl,
.a9-app-eds-rounds .secondary-button .button.ctrl {
  background: #fff;
  border: 1px solid #CDD2D9;
  color: #47505D;
  font-weight: 600;
}
.page-eds-rounds .secondary-button .awl-button:hover,
.a9-app-eds-rounds .secondary-button .awl-button:hover,
.page-eds-rounds .secondary-button .button.ctrl:hover,
.a9-app-eds-rounds .secondary-button .button.ctrl:hover {
  background: #EEF2F6;
  color: #47505D;
}
.page-eds-rounds .secondary-button .awl-button:active,
.a9-app-eds-rounds .secondary-button .awl-button:active,
.page-eds-rounds .secondary-button .button.ctrl:active,
.a9-app-eds-rounds .secondary-button .button.ctrl:active {
  border-color: #10b971;
  color: #10b971;
}
.page-eds-rounds .secondary-button .awl-button[disabled],
.a9-app-eds-rounds .secondary-button .awl-button[disabled],
.page-eds-rounds .secondary-button .button.ctrl[disabled],
.a9-app-eds-rounds .secondary-button .button.ctrl[disabled] {
  background: #EEF2F6;
  color: #9CA5B3;
  border-color: #CDD2D9;
}
.page-eds-rounds .secondary-button .awl-button.disabled,
.a9-app-eds-rounds .secondary-button .awl-button.disabled,
.page-eds-rounds .secondary-button .button.ctrl.disabled,
.a9-app-eds-rounds .secondary-button .button.ctrl.disabled {
  background: #EEF2F6;
  color: #9CA5B3;
  border-color: #CDD2D9;
}
.page-eds-rounds .awl-app-bg-15opacity.awl-app-bg-15opacity,
.a9-app-eds-rounds .awl-app-bg-15opacity.awl-app-bg-15opacity {
  background-color: #dbf5ea;
  /* 15% of original colour mixed with white = "Module colour at 15% opacity" in styleguide */
}
.page-eds-rounds .awl-app-bg.awl-app-bg,
.a9-app-eds-rounds .awl-app-bg.awl-app-bg {
  background-color: #10b971;
  color: #fff;
}
.page-eds-rounds .awl-app-bg-hover.awl-app-bg-hover:hover,
.a9-app-eds-rounds .awl-app-bg-hover.awl-app-bg-hover:hover {
  background-color: #10b971;
  color: #fff;
}
.page-eds-rounds .awl-app-color.awl-app-color,
.a9-app-eds-rounds .awl-app-color.awl-app-color {
  color: #10b971;
}
.page-eds-rounds .awl-app-border-color.awl-app-border-color,
.a9-app-eds-rounds .awl-app-border-color.awl-app-border-color {
  border-color: #10b971;
}
.page-eds-rounds .awl-app-contour.awl-app-contour,
.a9-app-eds-rounds .awl-app-contour.awl-app-contour {
  background-color: #fff;
  color: #10b971;
  border-color: #10b971;
}
.page-eds-rounds .awl-app-contour-hover.awl-app-contour-hover:hover,
.a9-app-eds-rounds .awl-app-contour-hover.awl-app-contour-hover:hover {
  background-color: #fff;
  color: #10b971;
  border-color: #10b971;
}
.page-eds-rounds .button-placeholder .awl-button.awl-app-contour:not([disabled]),
.a9-app-eds-rounds .button-placeholder .awl-button.awl-app-contour:not([disabled]) {
  background-color: #fff;
  color: #10b971;
  border: 1px solid #10b971;
}
.page-eds-rounds .button-placeholder .awl-button.awl-app-contour[disabled],
.a9-app-eds-rounds .button-placeholder .awl-button.awl-app-contour[disabled] {
  background-color: #fff;
  border: 1px solid #cdd1d8;
  color: rgba(90, 105, 128, 0.6);
}
.page-eds-rounds .awl-options-icon,
.a9-app-eds-rounds .awl-options-icon {
  background-color: #10b971;
  color: #fff;
}
.page-eds-rounds .awl-tick.checked,
.a9-app-eds-rounds .awl-tick.checked,
.page-eds-rounds .checkbox.checked,
.a9-app-eds-rounds .checkbox.checked {
  background-color: #10b971;
  border-color: #10b971;
}
.page-eds-rounds .awl-tick.checked[type="radio"]::before,
.a9-app-eds-rounds .awl-tick.checked[type="radio"]::before,
.page-eds-rounds .checkbox.checked[type="radio"]::before,
.a9-app-eds-rounds .checkbox.checked[type="radio"]::before,
.page-eds-rounds .awl-tick.checked[type="uncheckable-radio"]::before,
.a9-app-eds-rounds .awl-tick.checked[type="uncheckable-radio"]::before,
.page-eds-rounds .checkbox.checked[type="uncheckable-radio"]::before,
.a9-app-eds-rounds .checkbox.checked[type="uncheckable-radio"]::before {
  background-color: #10b971;
}
.page-eds-rounds .awl-datepick-wrap.state-focus .awl-datepick-view,
.a9-app-eds-rounds .awl-datepick-wrap.state-focus .awl-datepick-view,
.page-eds-rounds .awl-datepick-wrap.state-opened .awl-datepick-view,
.a9-app-eds-rounds .awl-datepick-wrap.state-opened .awl-datepick-view {
  border-color: #10b971;
}
.page-eds-rounds .awl-datepick-block .day-current.day-current,
.a9-app-eds-rounds .awl-datepick-block .day-current.day-current {
  background-color: #10b971;
}
.page-eds-rounds .awl-datepick-block .awl-year-current.awl-year-current,
.a9-app-eds-rounds .awl-datepick-block .awl-year-current.awl-year-current {
  background-color: #10b971;
}
.page-eds-rounds .awl-datepick-block .awl-month-current.awl-month-current,
.a9-app-eds-rounds .awl-datepick-block .awl-month-current.awl-month-current {
  background-color: #10b971;
}
.page-eds-rounds .awl-progress-bar-value,
.a9-app-eds-rounds .awl-progress-bar-value {
  background: #10b971 !important;
}
.page-eds-rounds .agc-item-checked,
.a9-app-eds-rounds .agc-item-checked {
  border-color: #10b971 !important;
}
.page-eds-rounds .themed-background,
.a9-app-eds-rounds .themed-background {
  background-color: #10b971 !important;
}
.page-eds-rounds.themed-background-inline,
.a9-app-eds-rounds.themed-background-inline {
  background-color: #10b971 !important;
}
.page-eds-rounds .themed-background-hover:hover,
.a9-app-eds-rounds .themed-background-hover:hover {
  background-color: #10b971 !important;
  color: #ffffff !important;
}
.page-eds-rounds .themed-borders,
.a9-app-eds-rounds .themed-borders {
  border-color: #10b971 !important;
}
.page-eds-rounds.themed-borders-inline,
.a9-app-eds-rounds.themed-borders-inline {
  border-color: #10b971 !important;
}
.page-eds-rounds .themed-color,
.a9-app-eds-rounds .themed-color {
  color: #10b971 !important;
}
.page-eds-rounds .themed-text-stroke,
.a9-app-eds-rounds .themed-text-stroke {
  text-shadow: -1px 0 #10b971, 0 1px #10b971, 1px 0 #10b971, 0 -1px #10b971 !important;
}
.page-eds-rounds .themed-focus-color:focus,
.a9-app-eds-rounds .themed-focus-color:focus {
  color: #10b971;
}
.page-eds-rounds .themed-active-color:active,
.a9-app-eds-rounds .themed-active-color:active,
.page-eds-rounds .themed-active-color:hover,
.a9-app-eds-rounds .themed-active-color:hover {
  color: #10b971;
}
.page-eds-rounds .themed-filled,
.a9-app-eds-rounds .themed-filled {
  background-color: #10b971 !important;
  border-color: #10b971 !important;
  color: #FFFFFF !important;
}
.page-eds-rounds .themed-svg-fill,
.a9-app-eds-rounds .themed-svg-fill {
  fill: #10b971;
}
.page-eds-rounds .themed-disabled-background,
.a9-app-eds-rounds .themed-disabled-background {
  background-color: #70d5aa;
}
.menu-item.eds-rounds .menu-title {
  background-color: #10b971;
}
.eds-rounds .dropdown-menu.bottom-up {
  border-color: #10b971;
}
.application-input-type-keyboard .page-eds-rounds .checkbox:focus,
.application-input-type-keyboard .a9-app-eds-rounds .checkbox:focus {
  box-shadow: 0 0 4px 1px #10b971;
}
.application-input-type-keyboard .page-eds-rounds *:focus.fs-on-child .fs-child-custom,
.application-input-type-keyboard .a9-app-eds-rounds *:focus.fs-on-child .fs-child-custom,
.application-input-type-keyboard .page-eds-rounds *:focus.fs-child-custom,
.application-input-type-keyboard .a9-app-eds-rounds *:focus.fs-child-custom {
  border: 1px solid #10b971;
}
.application-input-type-keyboard .page-eds-rounds *:focus.fs-on-child .fs-child.checkbox,
.application-input-type-keyboard .a9-app-eds-rounds *:focus.fs-on-child .fs-child.checkbox {
  border: 1px solid #10b971;
  box-shadow: 0 0 4px 1px #10b971;
}
.page-eds-rounds input:focus,
.a9-app-eds-rounds input:focus,
.page-eds-rounds textarea:focus,
.a9-app-eds-rounds textarea:focus,
.page-eds-rounds .checkbox:focus,
.a9-app-eds-rounds .checkbox:focus {
  border: 1px solid #10b971;
}
.page-eds-rounds .range-slider.range-slider__switch input[type=range]::-webkit-slider-thumb {
  background: #10b971;
}
.page-eds-rounds .range-slider.range-slider__switch input[type=range]::-moz-range-thumb {
  background: #10b971;
}
.page-eds-rounds .range-slider.range-slider__switch input[type=range]::-ms-thumb {
  background: #10b971;
}
.page-eds-rounds .vi-molecule-range-slider-input .angular-slider2 .selection,
.page-eds-rounds .vi-molecule-range-slider-input .angular-slider2 .point {
  background-color: #10b971;
}
.page-eds-rounds .colored-tabs ul.nav.nav-tabs li.uib-tab a.nav-link {
  background-color: #9ef7d1;
}
.page-eds-rounds .colored-tabs ul.nav.nav-tabs li.uib-tab.active a.nav-link {
  border-top: 4px solid #10b971;
  background-color: #ffffff;
}
.eds-rounds-transfer-process aside.popup-dialog > header {
  padding: 10px 20px;
}
.eds-rounds-transfer-process aside.popup-dialog > header h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 27px;
}

.csv-export-file {
  margin: 0;
  height: 100%;
}
.csv-export-file .loading-cont {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.csv-export-file .control-value {
  width: 245px !important;
}
.csv-export-file .brn {
  border-right: none !important;
}
.csv-export-file .cfe2-columns-wrap {
  margin: 0 0;
}
.csv-export-file .awl-div-table .dndPlaceholder {
  height: 100%;
  background-color: #82d0f5;
}
.csv-export-file .awl-div-table .dndDraggingSource {
  opacity: 0.3;
}
.csv-export-file .cfe2-columns {
  width: 100%;
  margin: 0 0px;
  height: 100%;
}
.csv-export-file .cfe2-columns > div {
  padding: 0;
  vertical-align: top;
  border: 1px solid #e5e8ec;
  border-bottom: none;
}
.csv-export-file .cfe2-columns > div.flex-expand {
  width: 100%;
}
.csv-export-file .cfe2-columns > div:first-child {
  border-left: none;
}
.csv-export-file .cfe2-columns > div:last-child {
  border-right: none;
}
.csv-export-file .cfe2-columns .cfe2-title {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: #eef2f6;
  font-size: 12px;
  font-weight: 800;
  color: #333d4c;
  border-bottom: 1px solid #e5e8ec;
}
.csv-export-file .cfe2-columns .cfe2-search-cont {
  height: 72px;
  padding: 20px;
  border-bottom: 1px solid #e5e8ec;
}
.csv-export-file .cfe2-columns .cfe2-search-cont .cfe2-search {
  width: 245px;
}
.csv-export-file .cfe2-columns .cfe2-controls {
  width: 46px;
  padding: 10px;
}
.csv-export-file .cfe2-columns .cfe2-controls > button {
  display: block;
  margin: 0 0 10px 0;
}
.csv-export-file .cfe2-columns .cfe2-controls.control-last {
  padding-right: 0;
  width: 38px;
}
.csv-export-file .cfe2-columns .cfe2-sort {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}
.csv-export-file .cfe2-columns .cfe2-sort .cfe2-sort-asc,
.csv-export-file .cfe2-columns .cfe2-sort .cfe2-sort-desc {
  line-height: 0;
  height: 0;
  width: 0;
  font-size: 16px;
  position: absolute;
  color: #eef2f6;
}
.csv-export-file .cfe2-columns .cfe2-sort .cfe2-sort-asc {
  top: 6px;
  left: 6px;
}
.csv-export-file .cfe2-columns .cfe2-sort .cfe2-sort-desc {
  top: 13px;
  left: 6px;
}
.csv-export-file .cfe2-columns .cfe2-sort.asc .cfe2-sort-asc {
  color: #333d4c;
}
.csv-export-file .cfe2-columns .cfe2-sort.desc .cfe2-sort-desc {
  color: #333d4c;
}
.csv-export-file .awl-div-tablerow {
  height: 32px;
  position: relative;
}
.csv-export-file .awl-div-tablerow.awl-row-odd {
  background: #f6f8fa;
}
.csv-export-file .awl-div-tablerow.awl-row-even {
  background: #fff;
}
.csv-export-file .awl-div-tablerow.awl-row-selected {
  background-color: #ecf5ff;
}
.csv-export-file .awl-div-tablerow.awl-row-inactive {
  color: #bfbfbf;
}
.csv-export-file .awl-div-tablerow:hover {
  background-color: #ecf5ff;
}
.csv-export-file .awl-div-tablerow > .cell {
  position: absolute;
  top: 0;
  font-size: 14px;
  height: 31px;
  padding: 0 0 0px 10px;
  line-height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #dde1e6;
  color: #47505d;
}
.pop-up-spacing {
  padding: 20px;
  margin: 20px;
}
.please-wait-body {
  padding: 20px;
  text-align: center;
}
.please-wait-text {
  display: block;
  padding-top: 20px;
  font-size: 14px;
}
.tool-tip:before {
  content: '***';
  opacity: 0;
}

.card-auto-assign {
  height: 100%;
  padding: 20px 20px 0;
}

.page-dgv .page-content-component {
  flex-direction: column;
}
.page-dgv__first-line {
  flex: 0 0 auto;
  display: flex;
}
.page-dgv__first-line .awl-menu {
  padding: 0 20px;
}
.page-dgv__content {
  flex: 1 0 auto;
  position: relative;
}
.page-dgv__content .dgv-cont {
  padding: 0;
}
.page-dgv .page-controls,
.page-dgv .print-icon-cont {
  margin-right: -10px;
}
.page-dgv .page-controls .icon-button,
.page-dgv .print-icon-cont .icon-button {
  width: 50px;
  height: 50px;
  margin: 0px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* Prevent inner icon / pseudo-elements from adding another background/shadow
       (defensive: ensures only the button container shows the hover background) */
}
.page-dgv .page-controls .icon-button:hover,
.page-dgv .print-icon-cont .icon-button:hover {
  background: var(--Surface-Grey-3, #eef2f6);
}
.page-dgv .page-controls .icon-button > i,
.page-dgv .print-icon-cont .icon-button > i,
.page-dgv .page-controls .icon-button::before,
.page-dgv .print-icon-cont .icon-button::before,
.page-dgv .page-controls .icon-button::after,
.page-dgv .print-icon-cont .icon-button::after,
.page-dgv .page-controls .icon-button > i::before,
.page-dgv .print-icon-cont .icon-button > i::before,
.page-dgv .page-controls .icon-button > i::after,
.page-dgv .print-icon-cont .icon-button > i::after {
  background: transparent;
  box-shadow: none;
}
.page-dgv .page-controls .icon-button > i,
.page-dgv .print-icon-cont .icon-button > i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
}
.page-dgv .page-controls .flex-icon-buttons,
.page-dgv .print-icon-cont .flex-icon-buttons {
  gap: 0px;
}

.page-dgv,
.a9-app-dgv {
  --a9-module-color: #BE90D4;
}
.page-dgv .clfa-categories .clfa-category.active,
.a9-app-dgv .clfa-categories .clfa-category.active {
  color: #fff;
  background-color: #BE90D4;
}
.page-dgv .page-header .page-header-label,
.a9-app-dgv .page-header .page-header-label {
  background-color: #BE90D4;
}
.page-dgv .page-header-component .page-header-component__label,
.a9-app-dgv .page-header-component .page-header-component__label {
  background-color: #BE90D4;
}
.page-dgv .content-header-navigation .module-color-accent,
.a9-app-dgv .content-header-navigation .module-color-accent {
  background-color: #BE90D4;
}
.page-dgv .awl-current-loader,
.a9-app-dgv .awl-current-loader {
  border-top-color: #BE90D4;
  border-bottom-color: #BE90D4;
}
.page-dgv .awl-button,
.a9-app-dgv .awl-button,
.page-dgv .button.ctrl,
.a9-app-dgv .button.ctrl {
  background-color: #BE90D4;
  color: #fff;
}
.page-dgv .awl-button:hover,
.a9-app-dgv .awl-button:hover,
.page-dgv .button.ctrl:hover,
.a9-app-dgv .button.ctrl:hover {
  background-color: #ab82bf;
}
.page-dgv .awl-button:active,
.a9-app-dgv .awl-button:active,
.page-dgv .button.ctrl:active,
.a9-app-dgv .button.ctrl:active,
.page-dgv .awl-button.active,
.a9-app-dgv .awl-button.active,
.page-dgv .button.ctrl.active,
.a9-app-dgv .button.ctrl.active {
  background-color: #9873aa;
}
.page-dgv .awl-button:disabled,
.a9-app-dgv .awl-button:disabled,
.page-dgv .button.ctrl:disabled,
.a9-app-dgv .button.ctrl:disabled {
  background-color: #d8bce5;
}
.page-dgv .awl-button.disabled,
.a9-app-dgv .awl-button.disabled,
.page-dgv .button.ctrl.disabled,
.a9-app-dgv .button.ctrl.disabled {
  background-color: #d8bce5;
}
.page-dgv .awl-button.system,
.a9-app-dgv .awl-button.system,
.page-dgv .button.ctrl.system,
.a9-app-dgv .button.ctrl.system {
  background: #969FB8;
}
.page-dgv .awl-button.system:hover,
.a9-app-dgv .awl-button.system:hover,
.page-dgv .button.ctrl.system:hover,
.a9-app-dgv .button.ctrl.system:hover {
  background-color: #556285;
}
.page-dgv .awl-button.system:active,
.a9-app-dgv .awl-button.system:active,
.page-dgv .button.ctrl.system:active,
.a9-app-dgv .button.ctrl.system:active {
  background-color: #BE90D4;
}
.page-dgv .awl-button.system.disabled,
.a9-app-dgv .awl-button.system.disabled,
.page-dgv .button.ctrl.system.disabled,
.a9-app-dgv .button.ctrl.system.disabled {
  background-color: #c0c5d4;
}
.page-dgv .awl-button.secondary,
.a9-app-dgv .awl-button.secondary,
.page-dgv .button.ctrl.secondary,
.a9-app-dgv .button.ctrl.secondary,
.page-dgv .awl-button.system-contour,
.a9-app-dgv .awl-button.system-contour,
.page-dgv .button.ctrl.system-contour,
.a9-app-dgv .button.ctrl.system-contour,
.page-dgv .awl-button.cancel,
.a9-app-dgv .awl-button.cancel,
.page-dgv .button.ctrl.cancel,
.a9-app-dgv .button.ctrl.cancel {
  background: #fff;
  border: 1px solid #CDD2D9;
  color: #47505D;
  font-weight: 600;
}
.page-dgv .awl-button.secondary:hover,
.a9-app-dgv .awl-button.secondary:hover,
.page-dgv .button.ctrl.secondary:hover,
.a9-app-dgv .button.ctrl.secondary:hover,
.page-dgv .awl-button.system-contour:hover,
.a9-app-dgv .awl-button.system-contour:hover,
.page-dgv .button.ctrl.system-contour:hover,
.a9-app-dgv .button.ctrl.system-contour:hover,
.page-dgv .awl-button.cancel:hover,
.a9-app-dgv .awl-button.cancel:hover,
.page-dgv .button.ctrl.cancel:hover,
.a9-app-dgv .button.ctrl.cancel:hover {
  background: #EEF2F6;
  color: #47505D;
}
.page-dgv .awl-button.secondary:active,
.a9-app-dgv .awl-button.secondary:active,
.page-dgv .button.ctrl.secondary:active,
.a9-app-dgv .button.ctrl.secondary:active,
.page-dgv .awl-button.system-contour:active,
.a9-app-dgv .awl-button.system-contour:active,
.page-dgv .button.ctrl.system-contour:active,
.a9-app-dgv .button.ctrl.system-contour:active,
.page-dgv .awl-button.cancel:active,
.a9-app-dgv .awl-button.cancel:active,
.page-dgv .button.ctrl.cancel:active,
.a9-app-dgv .button.ctrl.cancel:active {
  border-color: #BE90D4;
  color: #BE90D4;
}
.page-dgv .awl-button.secondary[disabled],
.a9-app-dgv .awl-button.secondary[disabled],
.page-dgv .button.ctrl.secondary[disabled],
.a9-app-dgv .button.ctrl.secondary[disabled],
.page-dgv .awl-button.system-contour[disabled],
.a9-app-dgv .awl-button.system-contour[disabled],
.page-dgv .button.ctrl.system-contour[disabled],
.a9-app-dgv .button.ctrl.system-contour[disabled],
.page-dgv .awl-button.cancel[disabled],
.a9-app-dgv .awl-button.cancel[disabled],
.page-dgv .button.ctrl.cancel[disabled],
.a9-app-dgv .button.ctrl.cancel[disabled] {
  background: #EEF2F6;
  color: #9CA5B3;
  border-color: #CDD2D9;
}
.page-dgv .awl-button.secondary.disabled,
.a9-app-dgv .awl-button.secondary.disabled,
.page-dgv .button.ctrl.secondary.disabled,
.a9-app-dgv .button.ctrl.secondary.disabled,
.page-dgv .awl-button.system-contour.disabled,
.a9-app-dgv .awl-button.system-contour.disabled,
.page-dgv .button.ctrl.system-contour.disabled,
.a9-app-dgv .button.ctrl.system-contour.disabled,
.page-dgv .awl-button.cancel.disabled,
.a9-app-dgv .awl-button.cancel.disabled,
.page-dgv .button.ctrl.cancel.disabled,
.a9-app-dgv .button.ctrl.cancel.disabled {
  background: #EEF2F6;
  color: #9CA5B3;
  border-color: #CDD2D9;
}
.page-dgv .awl-button.awl-icon-small:not(.awl-icon-in-top)[disabled],
.a9-app-dgv .awl-button.awl-icon-small:not(.awl-icon-in-top)[disabled],
.page-dgv .button.ctrl.awl-icon-small:not(.awl-icon-in-top)[disabled],
.a9-app-dgv .button.ctrl.awl-icon-small:not(.awl-icon-in-top)[disabled],
.page-dgv .awl-button.awl-icon-big:not(.awl-icon-in-top)[disabled],
.a9-app-dgv .awl-button.awl-icon-big:not(.awl-icon-in-top)[disabled],
.page-dgv .button.ctrl.awl-icon-big:not(.awl-icon-in-top)[disabled],
.a9-app-dgv .button.ctrl.awl-icon-big:not(.awl-icon-in-top)[disabled] {
  background-color: #CDD2D9;
}
.page-dgv .secondary-button .awl-button,
.a9-app-dgv .secondary-button .awl-button,
.page-dgv .secondary-button .button.ctrl,
.a9-app-dgv .secondary-button .button.ctrl {
  background: #fff;
  border: 1px solid #CDD2D9;
  color: #47505D;
  font-weight: 600;
}
.page-dgv .secondary-button .awl-button:hover,
.a9-app-dgv .secondary-button .awl-button:hover,
.page-dgv .secondary-button .button.ctrl:hover,
.a9-app-dgv .secondary-button .button.ctrl:hover {
  background: #EEF2F6;
  color: #47505D;
}
.page-dgv .secondary-button .awl-button:active,
.a9-app-dgv .secondary-button .awl-button:active,
.page-dgv .secondary-button .button.ctrl:active,
.a9-app-dgv .secondary-button .button.ctrl:active {
  border-color: #BE90D4;
  color: #BE90D4;
}
.page-dgv .secondary-button .awl-button[disabled],
.a9-app-dgv .secondary-button .awl-button[disabled],
.page-dgv .secondary-button .button.ctrl[disabled],
.a9-app-dgv .secondary-button .button.ctrl[disabled] {
  background: #EEF2F6;
  color: #9CA5B3;
  border-color: #CDD2D9;
}
.page-dgv .secondary-button .awl-button.disabled,
.a9-app-dgv .secondary-button .awl-button.disabled,
.page-dgv .secondary-button .button.ctrl.disabled,
.a9-app-dgv .secondary-button .button.ctrl.disabled {
  background: #EEF2F6;
  color: #9CA5B3;
  border-color: #CDD2D9;
}
.page-dgv .awl-app-bg-15opacity.awl-app-bg-15opacity,
.a9-app-dgv .awl-app-bg-15opacity.awl-app-bg-15opacity {
  background-color: #f5eef9;
  /* 15% of original colour mixed with white = "Module colour at 15% opacity" in styleguide */
}
.page-dgv .awl-app-bg.awl-app-bg,
.a9-app-dgv .awl-app-bg.awl-app-bg {
  background-color: #BE90D4;
  color: #fff;
}
.page-dgv .awl-app-bg-hover.awl-app-bg-hover:hover,
.a9-app-dgv .awl-app-bg-hover.awl-app-bg-hover:hover {
  background-color: #BE90D4;
  color: #fff;
}
.page-dgv .awl-app-color.awl-app-color,
.a9-app-dgv .awl-app-color.awl-app-color {
  color: #BE90D4;
}
.page-dgv .awl-app-border-color.awl-app-border-color,
.a9-app-dgv .awl-app-border-color.awl-app-border-color {
  border-color: #BE90D4;
}
.page-dgv .awl-app-contour.awl-app-contour,
.a9-app-dgv .awl-app-contour.awl-app-contour {
  background-color: #fff;
  color: #BE90D4;
  border-color: #BE90D4;
}
.page-dgv .awl-app-contour-hover.awl-app-contour-hover:hover,
.a9-app-dgv .awl-app-contour-hover.awl-app-contour-hover:hover {
  background-color: #fff;
  color: #BE90D4;
  border-color: #BE90D4;
}
.page-dgv .button-placeholder .awl-button.awl-app-contour:not([disabled]),
.a9-app-dgv .button-placeholder .awl-button.awl-app-contour:not([disabled]) {
  background-color: #fff;
  color: #BE90D4;
  border: 1px solid #BE90D4;
}
.page-dgv .button-placeholder .awl-button.awl-app-contour[disabled],
.a9-app-dgv .button-placeholder .awl-button.awl-app-contour[disabled] {
  background-color: #fff;
  border: 1px solid #cdd1d8;
  color: rgba(90, 105, 128, 0.6);
}
.page-dgv .awl-options-icon,
.a9-app-dgv .awl-options-icon {
  background-color: #BE90D4;
  color: #fff;
}
.page-dgv .awl-tick.checked,
.a9-app-dgv .awl-tick.checked,
.page-dgv .checkbox.checked,
.a9-app-dgv .checkbox.checked {
  background-color: #BE90D4;
  border-color: #BE90D4;
}
.page-dgv .awl-tick.checked[type="radio"]::before,
.a9-app-dgv .awl-tick.checked[type="radio"]::before,
.page-dgv .checkbox.checked[type="radio"]::before,
.a9-app-dgv .checkbox.checked[type="radio"]::before,
.page-dgv .awl-tick.checked[type="uncheckable-radio"]::before,
.a9-app-dgv .awl-tick.checked[type="uncheckable-radio"]::before,
.page-dgv .checkbox.checked[type="uncheckable-radio"]::before,
.a9-app-dgv .checkbox.checked[type="uncheckable-radio"]::before {
  background-color: #BE90D4;
}
.page-dgv .awl-datepick-wrap.state-focus .awl-datepick-view,
.a9-app-dgv .awl-datepick-wrap.state-focus .awl-datepick-view,
.page-dgv .awl-datepick-wrap.state-opened .awl-datepick-view,
.a9-app-dgv .awl-datepick-wrap.state-opened .awl-datepick-view {
  border-color: #BE90D4;
}
.page-dgv .awl-datepick-block .day-current.day-current,
.a9-app-dgv .awl-datepick-block .day-current.day-current {
  background-color: #BE90D4;
}
.page-dgv .awl-datepick-block .awl-year-current.awl-year-current,
.a9-app-dgv .awl-datepick-block .awl-year-current.awl-year-current {
  background-color: #BE90D4;
}
.page-dgv .awl-datepick-block .awl-month-current.awl-month-current,
.a9-app-dgv .awl-datepick-block .awl-month-current.awl-month-current {
  background-color: #BE90D4;
}
.page-dgv .awl-progress-bar-value,
.a9-app-dgv .awl-progress-bar-value {
  background: #BE90D4 !important;
}
.page-dgv .agc-item-checked,
.a9-app-dgv .agc-item-checked {
  border-color: #BE90D4 !important;
}
.page-dgv .themed-background,
.a9-app-dgv .themed-background {
  background-color: #BE90D4 !important;
}
.page-dgv.themed-background-inline,
.a9-app-dgv.themed-background-inline {
  background-color: #BE90D4 !important;
}
.page-dgv .themed-background-hover:hover,
.a9-app-dgv .themed-background-hover:hover {
  background-color: #BE90D4 !important;
  color: #ffffff !important;
}
.page-dgv .themed-borders,
.a9-app-dgv .themed-borders {
  border-color: #BE90D4 !important;
}
.page-dgv.themed-borders-inline,
.a9-app-dgv.themed-borders-inline {
  border-color: #BE90D4 !important;
}
.page-dgv .themed-color,
.a9-app-dgv .themed-color {
  color: #BE90D4 !important;
}
.page-dgv .themed-text-stroke,
.a9-app-dgv .themed-text-stroke {
  text-shadow: -1px 0 #BE90D4, 0 1px #BE90D4, 1px 0 #BE90D4, 0 -1px #BE90D4 !important;
}
.page-dgv .themed-focus-color:focus,
.a9-app-dgv .themed-focus-color:focus {
  color: #BE90D4;
}
.page-dgv .themed-active-color:active,
.a9-app-dgv .themed-active-color:active,
.page-dgv .themed-active-color:hover,
.a9-app-dgv .themed-active-color:hover {
  color: #BE90D4;
}
.page-dgv .themed-filled,
.a9-app-dgv .themed-filled {
  background-color: #BE90D4 !important;
  border-color: #BE90D4 !important;
  color: #FFFFFF !important;
}
.page-dgv .themed-svg-fill,
.a9-app-dgv .themed-svg-fill {
  fill: #BE90D4;
}
.page-dgv .themed-disabled-background,
.a9-app-dgv .themed-disabled-background {
  background-color: #d8bce5;
}
.menu-item.dgv .menu-title {
  background-color: #BE90D4;
}
.dgv .dropdown-menu.bottom-up {
  border-color: #BE90D4;
}
.application-input-type-keyboard .page-dgv .checkbox:focus,
.application-input-type-keyboard .a9-app-dgv .checkbox:focus {
  box-shadow: 0 0 4px 1px #BE90D4;
}
.application-input-type-keyboard .page-dgv *:focus.fs-on-child .fs-child-custom,
.application-input-type-keyboard .a9-app-dgv *:focus.fs-on-child .fs-child-custom,
.application-input-type-keyboard .page-dgv *:focus.fs-child-custom,
.application-input-type-keyboard .a9-app-dgv *:focus.fs-child-custom {
  border: 1px solid #BE90D4;
}
.application-input-type-keyboard .page-dgv *:focus.fs-on-child .fs-child.checkbox,
.application-input-type-keyboard .a9-app-dgv *:focus.fs-on-child .fs-child.checkbox {
  border: 1px solid #BE90D4;
  box-shadow: 0 0 4px 1px #BE90D4;
}
.page-dgv input:focus,
.a9-app-dgv input:focus,
.page-dgv textarea:focus,
.a9-app-dgv textarea:focus,
.page-dgv .checkbox:focus,
.a9-app-dgv .checkbox:focus {
  border: 1px solid #BE90D4;
}
.page-dgv .range-slider.range-slider__switch input[type=range]::-webkit-slider-thumb {
  background: #BE90D4;
}
.page-dgv .range-slider.range-slider__switch input[type=range]::-moz-range-thumb {
  background: #BE90D4;
}
.page-dgv .range-slider.range-slider__switch input[type=range]::-ms-thumb {
  background: #BE90D4;
}
.page-dgv .vi-molecule-range-slider-input .angular-slider2 .selection,
.page-dgv .vi-molecule-range-slider-input .angular-slider2 .point {
  background-color: #BE90D4;
}
.page-dgv .colored-tabs ul.nav.nav-tabs li.uib-tab a.nav-link {
  background-color: #ffffff;
}
.page-dgv .colored-tabs ul.nav.nav-tabs li.uib-tab.active a.nav-link {
  border-top: 4px solid #BE90D4;
  background-color: #ffffff;
}

.dgv-hcp-c-warning-f-details-f__listing__red {
  color: #ff0000;
}

.dgv-journal-details {
  width: 100%;
}

.tour-round-score-entry .page-filters {
  padding-top: 10px;
  min-height: 72px;
  max-height: 72px;
  flex: 1;
  padding-right: 10px;
}
.tour-round-score-entry vi-atom-switch {
  margin-left: auto;
}
.tour-round-score-entry .multi-mode {
  display: flex;
}
.tour-round-score-entry .multi-mode > div {
  flex: 1;
}
.tour-round-score-entry .multi-mode > div:first-child {
  margin-right: -1px;
}
.tour-round-score-entry .multi-mode > div .title-header {
  text-align: center;
  padding-bottom: 15px;
  font-weight: 600;
}
.tour-round-score-entry .awl-button-line {
  padding-right: 50px;
}
.tour-round-score-entry .awl-button-line .print-icon-cont {
  position: absolute;
  right: 0;
}
.tour-round-score-entry .awl-button-line .print-icon-cont > i {
  font-size: 26px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.tour-round-score-entry .awl-button-line .print-icon-cont > i:hover {
  background: #e2e9ef;
  border-radius: 50%;
}
.tour-round-score-entry .flex-icon-buttons {
  position: absolute;
  right: 0;
  margin-bottom: 0;
}

.tour-random-results {
  padding: 10px 20px 20px 20px;
}
.tour-random-results > .text {
  line-height: 30px;
  margin: 0 0 15px 0;
  font-size: 12px;
}

.auto-notification-index {
  height: 100%;
}


/*# sourceMappingURL=main-5c2ccb246ff346653bdd.css.map*/