/* 0 START GLOBAL CLEAR */
*:not(.ui-dialog):focus,
*:focus:before {
  outline: none !important;
  box-shadow: none !important;
}

body {
  background: #e7e8ea;
  color: #3e3e3e;
}
body.page-home {
  background: #f0f1f3;
  color: #3e3e3e;
}
body.page-home .t-Body-title {
    background-color: #f0f1f3;
    border-bottom: 1px solid #f0f1f3;
}

body.page-home .t-Region--scrollBody h4.region-header {
    padding: 0 10px;
    margin: 0;
    border-bottom: none;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

body.global-menu-open, body.chat-full-view {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.t-Body-content {
  min-height: calc(100vh - 70px);
}

/* 0 END GLOBAL CLEAR */
/* 1 BEGIN Login page */
.t-PageBody--login .t-Body-wrap {
  margin: 0;
}
#ORG_LIST_REGION {
  padding:1.6rem 0.8rem;
}
#ORG_LIST_REGION .tab-container {
  background-color:#dfdfe2;
  min-height:56px;
  border:1px solid #dfdfdf;
  padding: 11px;
}
.t-Login-container {
  width: 100%;
  min-height: 100vh;
  background: #6e33af;
}

.t-Login-region-container {
  background: #fff;
  overflow: hidden;
  height: 100vh;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.t-Login-region {
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  max-width: 480px;
  width: 100%;
  padding: 0 20px 20px;
}

.t-login-page .a-MediaBlock,
.a-RegionMedia {
  flex-direction: column;
}

.a-RegionMedia-graphic {
  float: none;
  width: 100%;
  margin: 0 0 5rem 0;
  display: flex;
  justify-content: center;
}

.a-RegionMedia-graphic img {
  width: 300px;
}

.t-Login-region .t-Login-body .apex-item-text {
  font-size: 16px;
  padding: 4px 36px;
  height: 48px;
}

.t-Login-body .t-Form-fieldContainer .apex-item-icon {
  padding: 16px;
  left: 0;
  margin-left: 0;
  position: absolute;
}

.t-Login-region .a-LinksList.a-LinksList--lang {
  display: block;
  padding: 0;
  margin: 3rem 0 3rem 0;
  float: left;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  text-align: right;
}

.t-Login-region .a-LinksList-item {
  display: inline-block;
}


.t-Login-region .a-LinksList-item a {
  display: flex;
  height: 25px;
  width: 80px;
  color: #303136;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 2px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 400;
  background-color: #f0f1f3;
}

.t-Login-region .a-LinksList-item a:hover {
  background-color: #f0f1f3;
  color: #6f34af;
}

.t-Login-region .a-LinksList-item.is-active a,
.t-Login-region .a-LinksList-item.is-active a:hover {
  background: #d95cca;
  color: #ffffff;
  box-shadow: none;
}

.t-hero-container {
  height: 100vh;
  float: left;
  position: relative;
}

.t-hero-container .t-hero-banner {
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% 0;
  width: 100%;
  max-width: 1118px;
  right: 0;
  top: 0;
  height: 100%;
  background-size: contain;
}

/* 1. END LOGIN*/

/* 2. START BUTTONS*/
/* 2.1START BUTTONS COLORS*/
.a-Button--hot,
.t-Button--hot:not(.t-Button--simple),
body .ui-button.ui-button--hot,
body .ui-state-default.ui-priority-primary {
  background-color: #6e33af;
  color: #fff;
}

/* hover */
.a-Button--hot:hover,
.a-Button--hot:not(:active):focus,
.t-Button--hot:not(.t-Button--simple):hover,
.t-Button--hot:not(.t-Button--simple):not(:active):focus,
body .ui-button.ui-button--hot:hover,
body .ui-button.ui-button--hot:not(:active):focus,
body .ui-state-default.ui-priority-primary:hover,
body .ui-state-default.ui-priority-primary:not(:active):focus {
  background-color: #8740d5;
}

/* active */
.a-Button--hot.is-active,
.a-Button--hot:active,
.t-Button--hot:not(.t-Button--simple).is-active,
.t-Button--hot:not(.t-Button--simple):active,
body .ui-button.ui-button--hot.is-active,
body .ui-button.ui-button--hot:active,
body .ui-state-default.ui-priority-primary.is-active,
body .ui-state-default.ui-priority-primary:active {
  background-color: #633398;
}

/* focus */
.a-Button:focus:after,
.t-Button:focus:after,
.ui-button:focus:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 0 1px 1px rgba(99, 5, 206, 0.25);
}

.a-Button.is-active:focus:before,
.a-Button:focus:before,
.t-Button.is-active:focus:before,
.t-Button:focus:before,
.ui-button.is-active:focus:before,
.ui-button:focus:before {
  box-shadow: 0 0 0 1px #501d89 inset !important;
  opacity: 1;
}

/*END BUTTONS COLORS */

/*2.2 START BUTTONS FORM*/
.t-Button,
.ui-button {
  border-radius: 0;
}
.a-Button:not(.a-IRR-button--pagination), .ui-button {
    padding: 8px 12px;
}
/*END BUTTONS*/

/* 3. START LINKS */
/* 3.1 START LINKS COLORS*/
a {
  color: #5847d1;
}

/* END LINKS*/

/* 4. START INPUTS */
/* 4.1 START INPUTS COLOR */
.apex-item-select:focus,
.apex-item-text:focus,
.apex-item-textarea:focus {
  background-color: #fff !important;
  border-color: #caaee8 !important;
}

.apex-item-has-icon:focus+.apex-item-icon,
.t-Form-fieldContainer--radioButtonGroup .checkbox_group input:checked+label:after,
.t-Form-fieldContainer--radioButtonGroup .checkbox_group input:focus:checked+label:after {
  color: #6e33af;
}

/* 4.1 END INPUTS COLOR */
/* 4.2 START INPUTS FORM */
.apex-item-select,
.apex-item-text,
.apex-item-textarea {
  border-radius: 0;
}

/* 4.2 END INPUTS FORM */
.checkbox_group input:focus+label:before,
.radio_group input:focus+label:before {
  border-color: #6f34af;
}

.checkbox_group input:focus:checked+label:before,
.radio_group input:focus:checked+label:before {
  border-color: #6f34af;
  background-color: #6f34af;
  box-shadow: 0 0 0 1px #6f34af inset;
}

.checkbox_group input:checked+label:before,
.radio_group input:checked+label:before {
  border-color: #6f34af;
  background-color: #6f34af;
}

/* 4. END INPUTS */

/* 5. START HEADER*/
.t-Header {
  padding: 5px 5px 0;
  background: #f0f1f3;
}

@media screen and (min-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
  .scroll-fix .t-Header {
    padding: 5px 22px 5px 5px;
    background: #f0f1f6;
  }

  .t-Header {
    transition: none;
  }
}

.t-Header:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.global-menu-open .t-Header:before {
  visibility: visible;
  opacity: 1;
}

.t-Header-branding {
  background-color: #8847d1;
  border-radius: 29px;
  height: 56px;
  overflow: visible;
}

.apex-top-nav .t-Button--headerTree,
.t-PageBody--noNav .t-Button--headerTree {
  display: block;
  padding: 0;
  height: 40px;
  width: 40px;
  background: #d95bca;
  border-radius: 50%;
}

.t-Header-controls {
  margin-left: 8px;
}

.t-Header .t-Header-controls .t-Button--header.is-active:hover,
.t-Header .t-Header-controls .t-Button--header:hover {
  text-decoration: none;
  background-color: #f07be2;
  box-shadow: none;
  color: #ffffff;
}

.t-Button.t-Button--header:active:focus:before,
.t-Button.t-Button--header:focus:before {
  box-shadow: none !important;
}

.t-Header-controls .t-Button.t-Button--header:active,
.t-Header-controls .t-Button.t-Button--header:focus:active {
  background-color: #d95bca;
}

.t-Header-controls .t-Button.t-Button--header:focus {
  background-color: #d95bca;
}

.t-Header-logo-link {
  padding: 10px 8px 6px;
}

.t-Header-navBar .t-NavigationBar .t-NavigationBar-item:not(.chat-status-icon):not(.notify-status-icon):not(.task-status-icon):not(.bgtask-status-icon):not(.has-username) .t-Button .t-Icon.a-Icon {
  display: none;
}

.t-Header-navBar {
  margin-right: 0;
}

.t-Header-navBar .t-NavigationBar a.t-Button {
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
  padding: 0;
  background: #6d32b0;
  border-radius: 50%;
}

.t-NavigationBar-item {
  display: block;
  float: left;
  height: 56px;
  min-width: 56px;
}
.t-NavigationBar-item span.counter {
  position:absolute;
  background-color: #d95bca;
  right:-10px;
  top:-5px;
  font-size:10px;
  font-weight:bold;
  width:22px;
  height:22px;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
  text-overflow:ellipsis;
  opacity: 0;
  visibility:hidden;
  transform: scale(0.7);
  transition: opacity 0.1s ease-in-out, transform 0.25s cubic-bezier(1, 3.13, 0.46, 2.67);
}
.t-NavigationBar-item span.counter.show {
  visibility:visible;
  opacity:1;
  transform:scale(1)
}
.t-Header-branding a.t-Button--navBar .t-Icon {
  margin-right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:50%
}
.t-Header-branding .t-NavigationBar-item .t-Icon:before {
    font-size: 24px;
}
.t-Header-branding .t-NavigationBar-item.is-active .t-Icon {
    background-color: #c591ff;
}
.t-Header-branding .t-NavigationBar-item.chat-status-icon.active + .t-NavigationBar-item.is-active .t-Icon {
    background-color: #6d32af;
}
.t-NavigationBar-item .t-Button.t-Button--header {
  height: 56px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
}

.t-NavigationBar-item.has-username .t-Button--navBar .t-Icon.a-Icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.t-NavigationBar-item.has-username .t-Button-label {
  text-transform: none;
  font-size: 13px;
  display: block;
  line-height: 13px;
  font-weight: 500;
  color: #eec8ff;
}

button.t-Button.t-Button--header:hover {
  background-color: #6d32af;
  box-shadow: none;
}

button.t-Button.t-Button--header:focus:after {
  box-shadow: none;
}

.t-Header-navBar .t-Button--header.is-active {
  background-color: #6d32af;
}

/* 5. END HEADER*/


/* 6. START t-Body-title */
.t-Body-title {
  background-color: #f0f1f3;
  border-bottom: 1px solid #e7e8ea;
}

.t-HeroRegion-title {
  font-size: 2rem;
  line-height: 40px;
  margin: 0;
  font-weight: 600;
  color: #000;
  position: relative;
}
.page_product .t-HeroRegion-title {
  font-size: 1.8rem;
  line-height: 20px;
  margin: 0;
  font-weight: 600;
  color: #000;
  position: relative;
}
/* 6. END t-Body-title */

/* 7. START NAVIGATION DROPDOWN*/
.t-NavigationBar-menu {
  position: fixed !important;
  min-width: 220px;
}

.t-NavigationBar-menu .a-Menu-content {
  background-color: #6d32af;
  padding: 0;
}

.t-NavigationBar-menu .a-Menu-hSeparator {
  margin-top: 0px;
  margin-bottom: 0px;
}

.t-NavigationBar-menu .a-Menu-label {
  line-height: 45px;
}

.t-NavigationBar-menu .a-Menu-item:hover,
.t-NavigationBar-menu .a-Menu-item:focus,
.t-NavigationBar-menu .a-Menu-item.is-focused {
  background: #4f2084 !important;
}

.t-NavigationBar-menu .a-Menu-hSeparator {
  border-color: rgb(94 41 153);
}

/* 7. END NAVIGATION DROPDOWN*/

/* 8. START IRR*/
.a-IRR-table td {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid #f0f1ff;
  border-bottom: 1px solid transparent;
}

th#ORG_LOGO img,
td[headers="ORG_LOGO"] img {
  width: 90px;
}

.a-IRR {
  border-radius: 0;
  background-color: #f0f1f6;
  border: none;
  padding: 16px;
}
.t-Body-side .a-IRR{
  padding:0
}
.t-Dialog-body .a-IRR {
  background-color: #fff;
  padding: 0;
}

.t-Dialog-body .a-IRR .a-IRR-fullView {
  background-color: #fff;
}

.t-Dialog-body .a-IRR-toolbar {
  background: #fff;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
}

.a-IRR-toolbar {
  background: #e7e8ea;
  border-color: #f0f1f6;
  border: none;
  padding: 16px;
  /* border-bottom: 1px solid #e7e8ea; */
  border-radius: 3px;
}
.t-PageBody--showLeft .a-IRR-toolbar {
  background: #f0f1f3;
  padding: 16px;
}
.t-PageBody--showLeft  .a-IRR-fullView {
  background: #f0f1f3;
}

.t-PageBody--showLeft .a-IRR {
  padding:0
}
.t-PageBody--showLeft .a-IRR-header {
  background: #f0f1f3;
}
.t-PageBody--showLeft .a-IRR-paginationWrap--bottom {
  background: #f0f1f3;
  border-top: none;
}


.a-IRR-fullView {
  background-color: #e7e8ea;
}

.t-PageTemplate--standard .a-IRR {
  padding: 0;
}

.a-IRR-header {
  background-color: #e7e8ea;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: none;
  border-right: none;
  font-weight: 500;
  border-bottom: none;
}

.a-IRR-paginationWrap--top {
  border-bottom: 0;
}

.a-IRR-table td {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #e7e8ea;
  border-top: 1px solid transparent;
}

.t-IRR-region {
  box-shadow: none;
}

.a-IRR-tableContainer .js-stickyTableHeader.is-stuck {
  box-shadow: 0 1px rgb(231 232 234);
}

.a-IRR-headerLink,
.a-IRR-headerLink:hover {
  text-decoration: none;
  color: #876fc6;
}

.a-IRR-headerLabel,
.a-IRR-headerLink {
  padding: 10px 8px;
  height: 100%;
}

.a-IRR-headerLabel .t-Button {
  margin-left: 8px
}

.search-bar .t-Form-fieldContainer {
  clear: none;
  margin-right: 16px;
}
.search-bar button + .t-Form-fieldContainer {
  margin-left:-1px
}

.search-bar .t-Form-labelContainer {
  display: none;
}

.search-bar .t-Form-inputContainer {
  padding: 0;
  width: 100%;
}

.search-bar .t-Form-inputContainer input {
  min-width: 250px;
}

.search-bar .t-Form-inputContainer .t-Form-helpButton {
  padding: 4px;
  margin-left: 11px;
}

.search-bar .t-Form-inputContainer .a-Icon {
  width: 24px;
  height: 24px;
  display: block;
  padding: 0;
}

.search-bar .t-Form-inputContainer .a-Icon:before {
  font-size: 24px;
}

.search-bar {
  padding: 16px;
  display: flex;
}

.search-bar .search-field .t-Form-inputContainer .a-Button {
  border-radius: 0 !important;
  margin-left: -.1rem;
}

.top-panel-buttons {
  display: flex;
  padding: 16px;
  justify-content: flex-end;
}
.top-panel-filters {
  display: flex;
  padding: 16px;
}
.top-panel-filters .t-Form-fieldContainer {
    display: flex;
}
.top-panel-filters .t-Form-labelContainer,
.top-panel-filters .t-Form-inputContainer {
  padding: 0 5px;
  width:auto;
}
.autosize .t-Form-inputContainer.col-null, .autosize .t-Form-labelContainer.col-null {
  width:auto
}
.apex-item-wrapper--rich-text-editor.autosize .t-Form-inputContainer.col-null,
.apex-item-wrapper--rich-text-editor.autosize .t-Form-inputContainer.col-null .t-Form-itemWrapper {
  width:100%;
  display:block;
  padding: 0;
}
.apex-item-wrapper--rich-text-editor.no-label .t-Form-labelContainer {
  display:none;
}
/* 8 END IRR*/

/* 11. START UI-DIALOG */

/* 11. END UI-DIALOG */

/* 12. START GLOBAL MENU */
.global-menu .t-MenuBar {
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  background: #6d32af;
  width: 100%;
  transform: translateY(-9999em);
  transition: opacity .1s cubic-bezier(0.26, 0.82, 0.3, 0.84) 0.01s;
  overflow: hidden;
  padding: 60px 0 15px 15px;
}

.global-menu-open .global-menu .t-MenuBar {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  width: 100%;
  left: 0;
  overflow: visible;
  box-sizing: border-box;
}

.global-menu .t-MenuBar ul.global-menu-container {
  transform: translateY(-10px);
  transition: transform 0.25s ease-in-out;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container {
  transform: translateY(0);
}

.global-menu-open .global-menu .t-MenuBar ul {
  list-style: none;
}

.global-menu-open .global-menu .t-MenuBar ul li a {
  color: #fff
}

.global-menu .t-MenuBar .scroll-container {
  max-height: calc(100vh - 60px);
}

.global-menu .t-MenuBar .scroll-container .simplebar-track {
  right: 0;
  left: unset;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li {
  padding: 20px 20px 20px 50px;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>a {
  font-size: 17px;
  font-weight: 700;
  width: 210px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  color: #e3cbff;
  position: relative;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>a>span.fa {
  position: absolute;
  left: -50px;
  font-size: 32px;
  top: -2px;
  color: #b16cff;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>a>span.fa {
  position: absolute;
  left: -50px;
  font-size: 32px;
  top: -6px;
  color: #ac63ff
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 6px;
  background-color: #d459ca;
  border-radius: 1px
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li {
  padding: 5px 0;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li>ul {
  padding: 0 0 0 10px;
  margin: 16px 0 0 0;
  border-left: 3px solid #a361ec
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li>ul>li {
  padding: 8px 0;
  margin: 0;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li>ul>li:first-child {
  padding: 0 0 8px 0;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li>ul>li:last-child {
  padding: 8px 0 0 0;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li a {
  font-size: 15px;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li.submenu>a {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 0;
  border-bottom: none;
  font-weight: 500;
  color: #e3cbff;
  cursor: auto;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li.blocked a,
.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li.inDev a,
.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li.submenu>ul>li.blocked a,
.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li.submenu>ul>li.inDev a {
  opacity: 0.3;
  border-bottom-color: transparent;
  cursor: auto;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul>li>ul>li a {
  font-size: 16px;
}

.global-menu-open .global-menu .t-MenuBar ul.global-menu-container>li>ul {
  margin: 0;
  padding: 0
}

.global-menu-open .a-MenuBar-item {
  background: transparent;
  border-right: none;
  border-left: none;
}

/*T-BODY*/
.t-Body-contentInner {
  padding: 0;
}

/* FOOTER */
.t-Footer {
  flex-shrink: 0;
  border-top: none;
  background-color: transparent;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*MENU-SEARCH*/
#menu-search {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
}

#menu-search+.fa {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-size: 16px;
  top: 22px;
  margin-left: -30px;
  position: absolute;
}

.global-menu-open #menu-search {
  visibility: visible;
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  height: 30px;
  margin: 13px 3px;
  border-radius: 20px;
  width: 205px;
  padding: 0 35px 0 15px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  font-weight: normal;
}

.global-menu-open #menu-search+.fa {
  visibility: visible;
  opacity: 1;
}

/*MEDIA QUERYS */
@media (max-width: 768px) {
  .t-Header-logo-link {
    display: none;
  }
}

@media (max-width: 991px) {
  .t-NavigationBar-item .t-Button.t-Button--header {
    height: 56px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
  }

  .t-NavigationBar-item .t-Button.t-Button--header .t-Button-label {
    display: none;
  }

  .t-Header-navBar .t-NavigationBar .t-NavigationBar-item:not(.chat-status-icon):not(.notify-status-icon):not(.task-status-icon):not(.has-username) {
    display: none;
  }
}




/* АТТРИБУТЫ ТОВАРА */
body.view .attrs-part {
  padding-left: 0;
  padding-right: 0;
}

body.view .attrs-part>.dyn-group {
  padding: 0 !important;
}

body.view .attrs-part input,
body.view .attrs-part textarea,
body.view .attrs-part textarea select,
body.view .attrs-part .select2-container--default.select2-container--disabled .select2-selection--single,
body.view .attrs-part .select2-container--default.select2-container--disabled .select2-selection--multiple {
  padding: 0;
  background-color: transparent;
  border: none;
  min-height:unset !important;
  padding-top: 0 !important;
}
body.view .attrs-part input,
body.view .attrs-part .select2-container--default.select2-container--disabled .select2-selection--single,
body.view .attrs-part .select2-container--default.select2-container--disabled .select2-selection--multiple {
  height:unset !important;
}
body.view .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left:0
}
body.view .attrs-part .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
body.view .t-Form-itemWrapper {
}
body.view .attrs-part .t-Region-header {
  background-color: transparent;
  /*margin-top: 60px;*/
  font-size: 2rem;
  margin-bottom: 30px;
  border: none;
  padding-left:20px;
}

body.view .attrs-part .t-Form-labelContainer {
  flex: 0 0 30%;
  padding: 0.3rem 20px;
}
.attrs-part .t-Form-labelContainer label.highlight {
  position:relative
}
.attrs-part .t-Form-labelContainer label.highlight:before {
  content:"";
  display:block;
  position:absolute;
  width:calc(100% + 20px);
  height:100%;
  top:0;
  left:-10px;
  background-color:#dfcdf5;
  z-index:-1
}
body.view .dyn-attr:last-child {
  border-bottom: 1px solid #d8dadd;
}
body.view .t-Dialog-body .attrs-part .t-Form-inputContainer {
    background-color: #f9f9f9;
}
body.view .t-Dialog-body .dyn-attr:last-child {
    border-bottom: 1px solid #f1f1f1;
}

body.view .attrs-part .t-Form-fieldContainer {
  border-top: 1px solid #d8dadd;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
body.view .t-Dialog-body .attrs-part .t-Form-fieldContainer {
  border-top: 1px solid #f1f1f1;
}
body.view .t-Dialog-body .attrs-part > .t-Form-fieldContainer:first-child {
  border-top: none;
}
.t-Tabs--simple .t-Tabs-item.a-Tabs-selected .t-Tabs-link {
    box-shadow: 0 -2px 0 #8847d1 inset !important;
}
.page-home .t-Tabs-link {
    vertical-align: top;
    display: inline-block;
    padding: 12px 0 4px;
    margin: 0 10px;
    font-weight: 500;
    font-size: 1.3rem;
    color: #424242 !important;
}
.page-home .t-Tabs-link:hover, .page-home .t-Tabs-link:focus {
    background: transparent;
}
.t-Dialog-body .t-Tabs {
  border-bottom:1px solid #f1f1f1;
}
body.view .t-Dialog-body .attrs-part .t-Region-header {
    background-color: transparent;
    margin-top: 30px;
    font-size: 1.7rem;
    margin-bottom: 15px;
    border: none;
    padding-left: 15px;
}
body.view .attrs-part .t-Form--large .t-Form-label:before,
body.view .attrs-part .t-Form-fieldContainer--large .t-Form-label:before {
  /* position:absolute; */
  /* left:-10px; */
  /* top:20px; */
  color: #d95bca;
}

body.view .attrs-part .t-Form-inputContainer {
  background-color: #f0f1f3;
  float: unset;
  flex: 0 0 70%;
  padding: 0.3rem 20px;
  align-items: center;
  display: flex;
}

body.view .attrs-part .t-Region,
body.view .attrs-part .t-ContentBlock--lightBG .t-ContentBlock-body {
  background-color: transparent;
  border: none;
}

/* АТТРИБУТЫ ТОВАРА */
body.page_product:not(.view) .attrs-part {
  padding-left: 0;
  padding-right: 0;
}

body.page_product:not(.view) .attrs-part>.dyn-group {
  padding: 0 !important;
}

body.page_product:not(.view) .attrs-part input:not(.select2-search__field),
body.page_product:not(.view) .attrs-part textarea,
body.page_product:not(.view) .attrs-part textarea select,
body.page_product:not(.view) .attrs-part .select2-container--default .select2-selection--single,
body.page_product:not(.view) .attrs-part .select2-container--default .select2-selection--multiple,
body.page_product:not(.view) .attrs-part .t-Form-inputContainer select.selectlist,
body.package .dyn-attr input:not(.select2-search__field),
body.package .dyn-attr textarea,
body.package .dyn-attr textarea select,
body.package .dyn-attr .select2-container--default .select2-selection--single,
body.package .dyn-attr .select2-container--default .select2-selection--multiple,
body.package .dyn-attr .t-Form-inputContainer select.selectlist,
.t-DialogRegion.table-view-items .t-Form-fieldContainer input:not(.select2-search__field),
.t-DialogRegion.table-view-items .t-Form-fieldContainer textarea,
.t-DialogRegion.table-view-items .t-Form-fieldContainer textarea select,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .select2-container--default .select2-selection--single,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .select2-container--default .select2-selection--multiple,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .t-Form-inputContainer select.selectlist
{
  padding: 6px 36px;
  background-color: #f0f0f0;
  min-height: 100%;
  width: 100%;
  border: none;
  height: 100%;
  border-bottom:2px solid transparent;
}
.t-Dialog-page .dyn-attr .t-Form-itemWrapper,
.t-Dialog-page .dyn-attr .t-Form-itemWrapper input {
  width:100%;
}
.t-DialogRegion.table-view-items .t-Form-fieldContainer input:not(.select2-search__field),
.t-DialogRegion.table-view-items .t-Form-fieldContainer textarea,
.t-DialogRegion.table-view-items .t-Form-fieldContainer textarea select,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .select2-container--default .select2-selection--single,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .select2-container--default .select2-selection--multiple,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .t-Form-inputContainer select.selectlist
{
  background-color: #f5f6f7;
  border-bottom:2px solid transparent;
  padding: 6px 10px;
}
.t-DialogRegion.table-view-items .t-Form-fieldContainer .apex-item-group,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .apex-item-group--auto-complete .oj-form-control,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .apex-item-group--auto-complete .oj-inputsearch-choice {
  width:100%;
  height:100%
}
.t-DialogRegion.table-view-items .t-Form-fieldContainer .apex-item-select:focus,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .apex-item-text:focus,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .apex-item-textarea:focus {
  background-color:#fcfcfc !important
}
.t-DialogRegion.table-view-items .t-Region-header {
  margin:0;
  padding: 5px 10px;
  font-size:1.3rem;
  width:100%;
  line-height:1.4rem;
  font-weight:600;
}
.t-DialogRegion.table-view-items .t-Region.t-Region--scrollBody {
  margin-bottom:0
}
.t-DialogRegion.table-view-items .a-Button {
  box-shadow:none;
  background-color:#f0f0f1;
  border-left:1px solid #efefef
}
body.page_product:not(.view) .attrs-part .select2-container--default .select2-selection--multiple,
body.package .dyn-attr .select2-container--default .select2-selection--multiple,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .select2-container--default .select2-selection--multiple,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .select2-container--default .select2-selection--multiple{
  padding-top: 4px;
  padding-bottom: 0;
  border-bottom: none;
}
body.page_product:not(.view) .attrs-part .select2-container--default .select2-selection--multiple:before,
body.package .dyn-attr .select2-container--default .select2-selection--multiple:before,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .select2-container--default .select2-selection--multiple:before,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .select2-container--default .select2-selection--multiple:before {
  display:flex !important;
  font-family: 'Font APEX Small'!important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  vertical-align: inherit;
  content: "\ec45";
  color: #919293;
  position:absolute;
  left:0;
  cursor:pointer;
  top:0;
  width: 22px;
  height:38px;
  justify-content:flex-end;
  align-items:center
}
body.page_product:not(.view) .attrs-part .select2-container--default .select2-selection--multiple:hover:before,
body.package .dyn-attr .select2-container--default .select2-selection--multiple:hover:before,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .select2-container--default .select2-selection--multiple:hover:before,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .select2-container--default .select2-selection--multiple:hover:before {
  color:#8847d1
}
body.page_product:not(.view) .attrs-part .t-Form-inputContainer select.selectlist,
body.package .dyn-attr .t-Form-inputContainer select.selectlist,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .t-Form-inputContainer select.selectlist,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .t-Form-inputContainer select.selectlist{
  padding-left: 33px;
}
body.page_product:not(.view) .select2-dropdown.select2-dropdown--below {
    background-color: #fff;
    border: none;
    border-radius:0;
    padding:0;
    box-shadow: rgb(0 0 0 / 25%) 0px 20px 25px -5px, rgb(0 0 0 / 9%) 0px 10px 10px -5px;
    border-radius: 0 0 2px 2px;
    border-top:1px solid #eee;
}
body.page_product:not(.view) .select2-dropdown.select2-dropdown--above{
    background-color: #fff;
    border: none;
    border-radius:0;
    padding:0;
    box-shadow: rgb(0 0 0 / 15%) -8px -15px 20px -5px, rgb(0 0 0 / 4%) 0px -10px 10px -5px;
    border-radius: 2px 2px 0 0;
    border-bottom:1px solid #eee;
}
body.page_product:not(.view) .attrs-part .apex-item-wrapper--date-picker .t-Form-itemWrapper input,
body.package .dyn-attr .apex-item-wrapper--date-picker .t-Form-itemWrapper input{
  padding-left: 36px;
}
body.page_product:not(.view) .select2-search--dropdown {
    display: block;
    padding: 8px;
}
body.page_product:not(.view) .select2-search--dropdown {
    border-bottom:1px solid #eee;
}
body.page_product:not(.view) .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbdcde;
    background-color:#f0f0f0
}
body.page_product:not(.view) .select2-results__option {
    border-bottom:1px solid #f0f0f0
}
body.page_product:not(.view) .attrs-part .t-Form--large .a-Button.a-Button--calendar,
body.page_product:not(.view) .attrs-part .t-Form--large .t-Form-inputContainer .a-Button,
body.page_product:not(.view) .attrs-part .t-Form-fieldContainer--large .a-Button.a-Button--calendar,
body.page_product:not(.view) .attrs-part .t-Form-fieldContainer--large .t-Form-inputContainer .a-Button,
body.package .dyn-attr .t-Form--large .a-Button.a-Button--calendar,
body.package .dyn-attr .t-Form--large .t-Form-inputContainer .a-Button,
body.package .dyn-attr .t-Form-fieldContainer--large .a-Button.a-Button--calendar,
body.package .dyn-attr .t-Form-fieldContainer--large .t-Form-inputContainer .a-Button {
  padding: 0.6rem;
  border: none;
  box-shadow: none;
  position: absolute;
  left: 0;
  height: 38px;
  z-index: 4;
  background: transparent;
  color: #919293;
}
body.page_product:not(.view) .attrs-part .t-Form-fieldContainer--large .t-Form-inputContainer .a-Button.calc-value {
  left:-28px;
}
body.page_product:not(.view) .attrs-part .t-Form-fieldContainer--large .t-Form-inputContainer .a-Button.dyn-clear-btn,
body.package .dyn-attr .t-Form-fieldContainer--large .t-Form-inputContainer .a-Button.dyn-clear-btn {
  left:unset;
  right:0;
  padding: 0.6rem;
}
body.page_product .attrs-part .a-Button:focus:after,
body.page_product .attrs-part .t-Button:focus:after,
body.page_product .ui-button:focus:after,
body.package .attrs-part .a-Button:focus:after,
body.package .attrs-part .t-Button:focus:after,
body.package .ui-button:focus:after,
body.page_product .a-Button.is-active:focus:before,
body.page_product .a-Button:focus:before,
body.page_product .t-Button.is-active:focus:before,
body.page_product .t-Button:focus:before,
body.page_product .ui-button.is-active:focus:before,
body.page_product .ui-button:focus:before,
body.package .a-Button.is-active:focus:before,
body.package .a-Button:focus:before,
body.package .t-Button.is-active:focus:before,
body.package .t-Button:focus:before,
body.package .ui-button.is-active:focus:before,
body.package .ui-button:focus:before,
body .attrs-part .a-Button:after,
body .attrs-part .t-Button:after,
body .attrs-part .ui-button:after {
   display:none !important
}
body.page_product:not(.view) .attrs-part .t-Form--large .a-Button.a-Button--calendar:hover,
body.page_product:not(.view) .attrs-part .t-Form--large .t-Form-inputContainer .a-Button:hover,
body.page_product:not(.view) .attrs-part .t-Form-fieldContainer--large .a-Button.a-Button--calendar:hover,
body.page_product:not(.view) .attrs-part .t-Form-fieldContainer--large .t-Form-inputContainer .a-Button:hover,
body.package .dyn-attr .t-Form--large .a-Button.a-Button--calendar:hover,
body.package .dyn-attr .t-Form--large .t-Form-inputContainer .a-Button:hover,
body.package .dyn-attr .t-Form-fieldContainer--large .a-Button.a-Button--calendar:hover,
body.package .dyn-attr .t-Form-fieldContainer--large .t-Form-inputContainer .a-Button:hover {
  color:#8847d1
}

body.page_product:not(.view) .attrs-part .select2-container--default.select2-container--open .select2-selection--single,
body.page_product:not(.view) .attrs-part .select2-container--default.select2-container--open .select2-selection--multiple,
body.package .dyn-attr .select2-container--default.select2-container--open .select2-selection--single,
body.package .dyn-attr .select2-container--default.select2-container--open .select2-selection--multiple {
  background-color:#fff
}

body.page_product:not(.view) .attrs-part input:not(.select2-search__field):focus,
body.page_product:not(.view) .attrs-part textarea:focus,
body.package .dyn-attr input:not(.select2-search__field):focus,
body.package .dyn-attr textarea:focus {
  border-bottom: 2px solid #e9d5ff !important;
}
body.page_product:not(.view) .attrs-part .select2-container,
body.package .dyn-attr .select2-container {
  width:100% !important;
  height: 100%;
}
body.page_product:not(.view) .select2-container .select2-selection--single .select2-selection__rendered,
body.package .dyn-attr .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 24px;
}
body.page_product:not(.view) .attrs-part .t-Form-itemWrapper,
body.package .dyn-attr .t-Form-itemWrapper,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .t-Form-itemWrapper {
  width:100%;
  height: 100%;
  background: #f9f9f9;
  min-height: 38px;
}
body.page_product:not(.view) .attrs-part .apex-item-wrapper--date-picker .t-Form-itemWrapper,
body.package .dyn-attr .apex-item-wrapper--date-picker .t-Form-itemWrapper {
  flex-direction: row-reverse;
}
body.page_product:not(.view) .attrs-part .t-Region-header {
  background-color: transparent;
  /*margin-top: 60px;*/
  font-size: 2rem;
  margin-bottom: 30px;
  border: none;
  padding-left:20px;
}

body.page_product:not(.view) .attrs-part .t-Form-labelContainer,
body.package .dyn-attr .t-Form-labelContainer,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .t-Form-labelContainer{
  flex: 0 0 34%;
  padding: 0.3rem 28px;
}
body.page_product:not(.view) .attrs-part .select2-container--default .select2-selection--single .select2-selection__arrow,
body.package .dyn-attr .select2-container--default .select2-selection--single .select2-selection__arrow {
  right:unset;
  left:0;
  height:38px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
}

body.page_product:not(.view) .attrs-part .select2-container--default .select2-selection--single .select2-selection__arrow:before,
body.package .dyn-attr .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    display:block !important;
    font-family: "apex-5-icon-font" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    vertical-align: inherit;
    content: "\e12d";
    color: #919293;
}
body.page_product:not(.view) .attrs-part .select2-container--default .select2-selection--single .select2-selection__arrow:hover:before,
body.package .dyn-attr .select2-container--default .select2-selection--single .select2-selection__arrow:hover:before {
  color:#8847d1
}
body.page_product:not(.view) .attrs-part .select2-container--default .select2-selection--single .select2-selection__arrow b,
body.package .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display:none
}
body.edit .grouped-attrs .dyn-attr:last-child,
body.add .grouped-attrs .dyn-attr:last-child {
  border-bottom: 1px solid #d8dadd;
}

body.page_product:not(.view) .attrs-part .t-Form-fieldContainer,
body.package .dyn-attr .t-Form-fieldContainer,
.t-DialogRegion.table-view-items .t-Form-fieldContainer {
  border-top: 1px solid #d8dadd;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
body.package .dyn-attr .t-Form-fieldContainer {
  border-top:none;
  border-bottom: 1px solid #d8dadd;
}
.t-DialogRegion.table-view-items .t-Form-fieldContainer {
  border-top:none;
  border-bottom: 1px solid #efefef;
}
.t-DialogRegion.table-view-items .row:last-child .t-Region-body .row:last-child .t-Form-fieldContainer {
  border-bottom:none;
}

body.package .dyn-attr:first-child .t-Form-fieldContainer {
  border-top: 1px solid #d8dadd;
}

body.page_product:not(.view) .attrs-part .t-Form--large .t-Form-label:before,
body.page_product:not(.view) .attrs-part .t-Form-fieldContainer--large .t-Form-label:before,
body.package .dyn-attr .t-Form--large .t-Form-label:before,
body.package .dyn-attr .t-Form-fieldContainer--large .t-Form-label:before,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .t-Form-label:before{
  /* position:absolute; */
  /* left:-10px; */
  /* top:20px; */
  color: #d95bca;
}

body.page_product:not(.view) .attrs-part .t-Form-inputContainer,
body.package .dyn-attr .t-Form-inputContainer,
.t-DialogRegion.table-view-items .t-Form-fieldContainer .t-Form-inputContainer{
  background-color: #f0f1f3;
  float: unset;
  flex: 0 0 66%;
  padding: 0;
  align-items: center;
  display: flex;
  overflow: visible;
  max-width:66%;
}

.t-Form-inputContainer.extra-attr, .t-Form-inputContainer.has-extra {
	flex: 0 0 33% !important;
}

.t-DialogRegion.table-view-items .col>.t-Form-fieldContainer {
  margin:0
}
body.page_product:not(.view) .attrs-part .t-Region,
body.page_product:not(.view) .attrs-part .t-ContentBlock--lightBG .t-ContentBlock-body,
body.package .dyn-attr .t-Region,
body.package .dyn-attr .t-ContentBlock--lightBG .t-ContentBlock-body {
  background-color: transparent;
  border: none;
}



/* АТТРИБУТЫ ТОВАРА */



/*
  Таблица ВГХ
*/
table.a-IRR-table td[headers="tree-item-td"] {
  border-bottom: 1px solid transparent;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

table.a-IRR-table td[headers="tree-item-td"] div.td-fbtn-cntnr {
  height: 58px;
  width: 100%;
  position: relative;
}

table.a-IRR-table td[headers="tree-item-td"] div.td-fbtn-cntnr div.tree-item {
  line-height: 58px;
}

table.a-IRR-table td[headers="tree-item-td"] div.td-fbtn-cntnr div.tree-item .tree-leaf {
  position: absolute;
  display: block;
  height: 39px;
  width: 19px;
  border-left: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  top: -10px;
}

table.a-IRR-table td[headers="tree-item-td"] div.td-fbtn-cntnr div.tree-item .tree-lvl-2 {
  left: 5px;
}

table.a-IRR-table td[headers="tree-item-td"] div.td-fbtn-cntnr div.tree-item .tree-lvl-3 {
  left: 35px;
}

table.a-IRR-table td[headers="tree-item-td"] div.td-fbtn-cntnr div.tree-item .tree-lvl-4 {
  left: 65px;
}

table.a-IRR-table td[headers="tree-item-td"] div.td-fbtn-cntnr div.tree-item .tree-lvl-5 {
  left: 95px;
}

table.a-IRR-table td[headers="tree-item-td"] div.td-fbtn-cntnr div.tree-item .tree-trunk {
  border-left: 1px dotted #aaa;
  height: 58px;
  position: absolute;
  display: block;
  width: 1px;
  top: -11px
}

table.a-IRR-table td[headers="tree-item-td"] div.td-fbtn-cntnr div.tree-item .tree-branch {
  border-left: 1px dotted #aaa;
  height: 58px;
  position: absolute;
  display: block;
  width: 1px;
  top: -11px;
  width: 19px;
}

table.a-IRR-table td[headers="tree-item-td"] div.td-fbtn-cntnr div.tree-item .tree-branch:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #aaa;
  top: 40px;
}

table.a-IRR-table td[headers="tree-item-td"] div.td-fbtn-cntnr div.tree-item .btn-float-right {
  top: 50%;
  margin-top: -8px;
}

.suggest-panel {
  position: fixed;
  border: 1px #ddd solid;
  background-color: white;
  z-index: 100;
  display: inline-block;
  visibility: hidden;
  padding: 5px;
}

.popup-float-right {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.popup-float-right .t-Button {
  padding: 0 6px !important;
  min-width: unset !important;
  height: 22px !important;
  border-radius: 11px !important;
}

td:hover>.td-fbtn-cntnr .popup-float-right {
  display: flex;
}

/* end ВГХ */

#MODE_TEXT {
  position: absolute;
  font-size: 13px;
  left: 0px;
  bottom: -20px;
  color: #9d9d9d;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
}


/* left menu */
.left-menu .t-Region-headerItems--title {
  padding: 0 !important;
}

.left-menu .t-Region-header {
  position: relative;
  width:100%;
  margin:0
}


.left-menu .t-Region-headerItems--controls {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

.left-menu .t-Region-headerItems--controls .t-Button,
.left-menu .t-Region-headerItems--controls .t-Button:hover,
.left-menu .t-Region-headerItems--controls .t-Button:focus,
.left-menu .t-Region-headerItems--controls .t-Button:active {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  box-shadow: none !important;
  border-radius: 0;
  border: none;
}

.t-Region-headerItems--controls .t-Button:before,
.t-Region-headerItems--controls .t-Button:after {
  display: none !important
}

.left-menu .t-Region-headerItems--controls .t-Button span {
  position: absolute;
  right: 0;
  top: 4px;
  color: #666;
}

.left-menu .t-Region-headerItems--title .t-Region-title {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

.left-menu .t-Region-body {
  padding: 0
}

.left-menu .t-Form-labelContainer {
  display: none
}

.left-menu .t-Form-inputContainer {
  width: 100% !important;

}

.left-menu .t-Form-inputContainer input,
.left-menu .t-Form-inputContainer select {
  width: 100%
}

body.page_product .t-HeroRegion-wrap {
  padding-top: 14px;
  padding-bottom: 15px
}

body.page_product .t-Body-title .t-HeroRegion {
  overflow: visible;
}

body.page_product .t-Body-title .product-image, body.page-org .t-Body-title .product-image, body.page-user .t-Body-title .product-image  {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #fff;
  width: 86px;
  height: 86px;
  border-radius: 15px;
  padding: 8px;
  overflow: hidden;
  background-size: contain;
  background-position: 50%;
}
body.page-user .t-Body-title .product-image {
  padding:0
}

body.page-org .t-Body-title .product-image > div,
body.page-org .t-Body-title .product-image > div > div,
body.page-org .t-Body-title .product-image > div > div > div,
body.page-org .t-Body-title .product-image > div > div > div > table,
body.page-org .t-Body-title .product-image > div .t-Report-tableWrap,
body.page-org .t-Body-title .product-image > div .t-Report-tableWrap > table,
body.page-user .t-Body-title .product-image > div,
body.page-user .t-Body-title .product-image > div > div,
body.page-user .t-Body-title .product-image > div > div > div,
body.page-user .t-Body-title .product-image > div > div > div > table,
body.page-user .t-Body-title .product-image > div .t-Report-tableWrap,
body.page-user .t-Body-title .product-image > div .t-Report-tableWrap > table {
  height:100%;
  width: 100%;
}
body.page-org .t-Body-title .product-image > div .t-Report-tableWrap > table > a,
body.page-org .t-Body-title .product-image > div .t-Report-tableWrap > table > a > img,
body.page-user .t-Body-title .product-image > div .t-Report-tableWrap > table > a,
body.page-user .t-Body-title .product-image > div .t-Report-tableWrap > table > a > img  {
  display: block;
  padding: 0;
  margin: 0;
}

body.page-user .user-image {
  background-size:cover;
  background-position:50% 50%;
}

body.page_product .t-Body-title .product-image .image {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.page_user .t-Body-title .product-image .image {
  width: 86px;
  height: 86px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.page_product .t-Body-title,
body.page-org .t-Body-title,
body.page-user .t-Body-title {
  padding-left: 95px;
  border-bottom: 1px solid #dbdcde;
}
body.t-PageBody--showLeft.title-border-bottom-gray .t-Body-title{
  border-bottom: 1px solid #dbdcde !important;
}
body.t-PageBody--showLeft .t-Body-title{
  border-bottom: none !important;
}
body.t-PageBody--showLeft {
    background: #f0f1f3;
}



/* CHECKBOX IOS */

.checkbox-ios {
  display: inline-block;
  height: 42px;
  line-height: 24px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;
  padding-bottom: 16px;
  font-weight: 400;
  margin-top: 8px;
}

.checkbox-ios .checkbox-ios-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 52px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 12px;
  vertical-align: top;
  background: #c8c9cb;
  transition: .2s;
  margin-right: 10px;
}

.checkbox-ios .checkbox-ios-switch:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  transition: .15s;
}

.checkbox-ios input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-ios input[type=checkbox]:not(:disabled):active+.checkbox-ios-switch:before {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .05);
}

.checkbox-ios input[type=checkbox]:checked+.checkbox-ios-switch {
  background: #8847d1;
}

.checkbox-ios input[type=checkbox]:checked+.checkbox-ios-switch:before {
  transform: translateX(28px);
}

/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled)+.checkbox-ios-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, .05);
}

/* Disabled */
.checkbox-ios input[type=checkbox]:disabled+.checkbox-ios-switch {
  filter: grayscale(70%);
  border-color: rgba(0, 0, 0, .1);
}

.checkbox-ios input[type=checkbox]:disabled+.checkbox-ios-switch:before {
  background: #eee;
}

/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
  box-shadow: inset 0px 0px 4px #ff5623;
}

.prod-display {
  width: 80rem;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.prod-tile-data {
    white-space: normal;
    width: calc(100% - 100px);
}

.prod-tile {
  position: relative;
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.prod-tile .header {
  font-size:16px;
  font-weight:600;
  margin-bottom:10px;
}

.prod-tile-data {
}

.photo-product-tile {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;     /* do not grow   - initial value: 0 */
  flex-shrink: 0;   /* do not shrink - initial value: 1 */
  flex-basis: 100px;
}

.prod-tile-header {
  font-size: medium;
  margin: 10px 0 20px 0;
  font-weight: 400;
  font-size: 18px;
}

.t-Form-fieldContainer.col {
  clear: none
}

.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer {
  display: flex;
  padding: 1.6rem 0.8rem;
  align-items: flex-start;
}
.t-Form-fieldContainer--floatingLabel .oj-user-assistance-inline-container {
    margin-top: 0;
    line-height: 0;
}
.t-Dialog-body .t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer {
  padding: 1.6rem;
}
.t-Form-fieldContainer--floatingLabel.apex-item-wrapper--file .apex-item-group {
  height:56px;
}
.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer--large .apex-item-file-dropzone-icon {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}
.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer--large .apex-item-file-dropzone-label {
padding-top: 1.9rem;

padding-bottom: 1.9rem;
}
.t-Region .t-Region-body {
    padding: 0;
}
.t-Dialog-body {
    padding: 0;
}
.t-Dialog-body .a-IRR-header {
    background-color: #f0f1f3;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: none;
    border-right: none;
    font-weight: 500;
    border-bottom: none;
}
.data-area .t-Form-fieldContainer.t-Form-fieldContainer--stacked {
  display: flex;
  padding: 1.4rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 88px;
}

.data-area .t-Form-fieldContainer.t-Form-fieldContainer--stacked .t-Form-labelContainer {
  padding: 0 5px 0 0;
  font-weight: 500;
}

.data-area .t-Form-fieldContainer.t-Form-fieldContainer--stacked .t-Form-inputContainer {
  padding: 0 0 0 5px;
}

.a-IRR-paginationWrap--bottom.stickyBottom {
  position: fixed;
  bottom: 0;
  z-index: 30;
  background-color: #e7e8ea;
}

.top-panel {
  display: flex;
  justify-content: space-between;
}
.top-panel.flow {
  display: flex;
  justify-content: flex-start;
}

.border-bottom-gray {
  border-bottom: 1px solid #dbdcde;
}
.border-left-gray {
  border-left: 1px solid #dbdcde;
}
/*START PRODUCT*/
.left-menu {
  position: fixed !important;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  width: 20em;
  top: 175px;
  padding: 16px;
  margin: 0;
  bottom: 0;
  z-index: 99;
  background: #e7e8ea;
  height: calc(100vh - 175px);
  left: 0;
}

.left-menu ul {
  list-style: none;
  margin: 0;
  text-align: left;
}

.left-menu ul ul {
  list-style: square inside;
}

.left-menu ul li {
  padding: 0.7em 0 0.7em 1.2em;
  line-height: 120%;
  font-size: 1.3rem;
  position:relative;
}
.left-menu ul li.channel {
  padding: 0.4em 0 0.4em 2.7em;
  line-height: 120%;
  font-size: 1.2rem;
  font-style: italic;
}
.left-menu ul li span.num {
  position:absolute;
  left:0;
  color:#000;
  opacity:0.4;
}
.left-menu ul li.channel span.num {
  position:absolute;
  left:15px;
  top: 4px;
  color:#000;
  opacity: 0.3;
}
.left-menu ul li span.link {
  color:#000;
  cursor:pointer;
}
.left-menu ul li span.link.hide {
  opacity:0.3;
  cursor:text;
}
.left-menu ul li span.link.hide:hover {
  color:#000;
}
.left-menu ul li span.link:hover {
  color:#8a44cc;
}
.left-menu a:hover {
  color: #8a44cc;
}
.col>.t-Form-fieldContainer--floatingLabel.t-Form-fieldContainer {
    margin-right: 0;
    margin-left: 0;
}
.custom-select--products .t-Dialog-header, .product-channels .t-Dialog-header, .t-dialog-no-header .t-Dialog-header {
  display:none
}
.custom-select--products .a-IRR-table td,
.t-Dialog-body .a-IRR-table td {
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid transparent;
    box-shadow: inset 1px 0 0 0 #f5f5f5;

}
.custom-select--products .a-IRR-header,
.t-Dialog-body .a-IRR-header {
    background-color: #fbfbfb;
    border-top: 1px solid #f0f0f0;
    box-shadow: inset 1px 0 0 0 #f0f0f0;
}
.custom-select--products .a-IRR-paginationWrap--bottom,
.t-Dialog-body .a-IRR-paginationWrap--bottom {
    border-top-color: #f0f0f0;
}
.t-Form-fieldContainer--floatingLabel .apex-item-has-icon:focus+.apex-item-icon {
    background-color: #8847d1;
    color: #FFF;
}
.bg-white {
  background:#fff !important;
}
.bg-lightgray {
  background:#f0f1f3 !important;
}
.bg-darkgray {
  background:#e7e8ea !important;
}
.a-IRR-tableContainer table td input:not(.select2-search__field), .a-IRR-tableContainer table td select {
  height: 32px;
  border-radius:0;
  border-color: #dbdcde !important;
  border-width: 1px !important;
  border-style: solid !important;
  background: #f8f9fa;
  margin-right: 5px;
  padding: 0 6px !important;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-left: 5px;
}
.a-IRR-tableContainer table td select {
  min-width:55px
}
.a-IRR-tableContainer table td .select2-selection.select2-selection--multiple {
  min-width:160px
}
.a-IRR-tableContainer table td .select2-container .select2-search--inline .select2-search__field {

}
.a-IRR-tableContainer table td input.hasDatepicker {
  margin-right:0
}
.info-text {
  margin:16px;
}
.info-text > div {
  padding:16px 16px 16px 48px;
  background-color:#fcfaff;
  border:1px solid #f2edf7;
  position:relative;
  color:#555;
  font-size:13px;

}
.info-text > div:before {
  content: "\eb01";
  display:block;
  position:absolute;
  font-family: 'Font APEX Small'!important;
  z-index:1;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  left:16px;
  font-size:20px;
  top:16px;
  color:#b3b3b3;
}
#PROD_ATTR_SEARCH_CONTAINER .t-Form-itemText--post{
  height:100%;
  display:block;
  padding: 0;
  background-color:#f9f9f9;
  box-shadow:inset 0 0 0 1px #dfdfdf;
  margin-left:-1px;
}
#PROD_ATTR_SEARCH_CONTAINER #koSearchAttributes {
  padding:0 5px;
  display: flex;
  flex-direction: row;
  font-size:12px
}
#PROD_ATTR_SEARCH_CONTAINER #koSearchAttributes > span {
  margin:0 2px
}
#koSearchAttributes .arrow-navigation {
  display:flex;
  flex-direction:row;
  margin-left:5px
}
#koSearchAttributes .arrow-navigation .fa {
  display:flex;
  align-items:center;
  padding:0 5px;
  font-size:14px;
  color:#a0a0a0;
  cursor:pointer;
}
#koSearchAttributes .arrow-navigation .fa:hover {
  color:#8847d1
}
#koSearchAttributes .arrow-navigation .fa.fa-times:hover {
  color:#d95bca
}

.t-Form-fieldContainer--floatingLabel .select2-container--default .select2-selection--multiple {
  min-height:56px;
  line-height: 22px;
  padding: 20px 12px 0px;
}
.t-Form-fieldContainer--floatingLabel .select2-container {
  width: 100% !important;
}
.t-Form-fieldContainer--floatingLabel .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding:0;
  min-height: 27px;
}
.product-image td {
  border:none !important;
}
.product-image.companylogo td.t-Report-cell {
  background-color: #fff !important;
  height: 100%;
  padding: 0 !important;
}
.product-image:not(.companylogo) td img {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.product-image:not(.companylogo) td img:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.content-right .t-Form-itemWrapper{
  justify-content: flex-end;
}
.t-Region--scrollBody h4.region-header {
  padding: 4.4rem 0 1rem;
  margin: 0 0.7rem 1rem;
  border-bottom: 1px solid #d2cfcf;
}
.t-Dialog-body .t-Region--scrollBody h4.region-header {
  padding: 4.4rem 0 1rem;
  margin: 0 1.6rem 1rem;
  border-bottom: 1px solid #e4e4e4;
}
.photo-small {
    max-width: 50px;
    max-height: 50px;
}
.t-Form-fieldContainer--floatingLabel .t-Form-helpButton {
    padding: 2rem 1.2rem;
    color: #383838;
    background-color: #f8f8f8;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13) inset;
    margin-left: -1px;
}
.t-Form-fieldContainer--floatingLabel .t-Form-inputContainer {
    overflow: visible;
}
.t-Form-fieldContainer--floatingLabel .t-Form-inputContainer .suggestions-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 900px;
}
.title-region-navigation .t-HeroRegion-wrap {
    padding: 0 16px
}
.title-region-navigation .t-HeroRegion-col--content,.title-region-navigation .t-HeroRegion-col--right {
    flex-grow:unset
}
.title-region-navigation .t-HeroRegion-title {
    font-size:14px;
}
.title-region-navigation .t-HeroRegion-form {
  margin-left:0
}

.title-region-navigation .apex-rds li:last-child:after {
  display:none
}
.short-data {
  flex-grow:1;
}
.short-data .scrapped-info {
  display:flex;
  flex: 1;
  width:100%;
  max-width: 1100px;
  padding-top:20px
}

.short-data .scrapped-info .info-block {
  flex-grow:1
}
.short-data .scrapped-info .info-block .info {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding: 20px 0 0 0;
  height:60px;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 40px;
}
.short-data .scrapped-info .info-block .info span {
  display:block
}
.short-data .scrapped-info .info-block .info span.name {
  text-transform:uppercase;
  letter-spacing:0.5px;
  font-size:11px;
  padding-right:10px;
  line-height:130%;
  color:#717274;
  font-weight:400
}
.short-data .scrapped-info .info-block .info span.counter {
  white-space:nowrap;
  text-align:right;
  line-height:100%;
  font-size:15px;
  font-weight:700;
  color:#6d32af
}

.photo-medium {
    height: auto;
    width: auto;
    max-width: 100px;
    max-height: 100px;
}



.t-PageBody-login-slider .website-logo img {
  width:100%;
  max-height: 100px;
}
.t-PageBody-login-slider .website-logo {
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 30px;
}
.t-PageBody-login-slider .form-items div.main-data {
  padding: 0;
  display:flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.t-PageBody-login-slider .form-items div.main-data > div.reg-containers {
  display:flex;
}
.t-PageBody-login-slider .form-items div.main-data > div.reg-containers > div {
  background-color:#fff;
  padding:20px;
  width: 100%;
  border-radius:3px;
}
.t-PageBody-login-slider {
  background-color: #7438b7;
  background-image: url(https://animotech.io/assets/img/animotech-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.t-PageBody-login-slider .success-message {
  display:none;
}

.t-PageBody-login-slider .t-Region--scrollBody h4.region-header {
  padding-top:10px
}
.t-PageBody-login-slider .t-Form-itemText {
  position:absolute;
  display:none;
}
.t-PageBody-login-slider input:focus ~ .t-Form-itemText {
  display:block;
  background-color: #dddedf;
  top: calc(100% + 15px);
  max-width: 100%;
  line-height: 1.7rem;
  min-height: 30px;
  padding: 7px 10px;
  z-index: 2;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
.t-PageBody-login-slider input:focus ~ .t-Form-itemText:before {
  content:"";
  display:block;
  position:absolute;
  border-width:10px;
  border-style:solid;
  border-color:  transparent transparent #dddedf transparent;
  bottom:100%;
  left:30px;

}
.t-PageBody-login-slider .register-header {
  display:flex;
  align-items:center
}
.t-PageBody-login-slider .register-header img {
  height:60px !important;
  justify-content:center;
}
.t-PageBody-login-slider .register-header h5 {
  font-size: 1.5rem;
  font-weight:700;
  margin-bottom: 0;
}

.t-PageBody-login-slider .register-header .icon {
  height: 50px;
  width: 50px;
  margin-left:8px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right: 10px;
}
.t-PageBody-login-slider .reg-containers .icon .fa-user-cursor {
  color:#ad74ec
}
.t-PageBody-login-slider .reg-containers .icon .fa-building-o {
  color:#d95bca
}
.t-PageBody-login-slider .t-Form-error {
  position:absolute;
  color:#d95bca
}
.t-PageBody-login-slider .a-Form-error {
  margin-bottom:0;
  position: absolute;
  width: 100%;
}

.t-PageBody-login-slider  .apex-item-textarea.apex-page-item-error,
.t-PageBody-login-slider  .apex-item-text.apex-page-item-error,
.t-PageBody-login-slider  .apex-item-select.apex-page-item-error {
    border-color: #e4bee0;
}
.t-PageBody-login-slider .t-Form-fieldContainer--floatingLabel.is-required:before {
    position: absolute;
    content: '';
    border-width: 3px;
    border-color: #d95bca transparent transparent #d95bca;
    border-style: solid;
    z-index: 2;
    border-top-left-radius: 2px;
}

.t-PageBody-login-slider .t-Form-fieldContainer--floatingLabel .t-Form-inputContainer .suggestions-wrapper {
    position: absolute;
    bottom: unset;
    top:100%;
    z-index:5;
    width: 100%;
    max-width: 900px;
}
.t-PageBody-login-slider .suggestions-suggestions {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background-color:#fff;
  box-sizing:border-box;
  border:1px solid #dfdfdf;
  cursor:default;
  left:0;
  min-width:100%;
  position:absolute;
  z-index:9999;
  -webkit-text-size-adjust:100%
}
.t-PageBody-login-slider .suggestions-subtext{color:#777; font-size:12px}
.d-none {
  display: none !important;
}
.messages-frame {
  padding:25px
}
.messages-frame .message-frame {
  display:flex;
  padding:20px 0;
  margin-left:70px;
  flex-basis: 100%;
  position:relative
}
.messages-frame .message-frame .user-icon {
  margin-right:20px;
  position:absolute;
  margin-left:-70px;
  top: 50px;
  border-radius:5px;
}
.messages-frame .message-frame .message-body {
  display:flex;
  flex-wrap:wrap;
  flex-basis: 100%;
}
.messages-frame .message-frame .message-body .text-frame {
  flex-basis:100%;
  border-radius:5px;
  margin: 10px 0;
}
.messages-frame .message-frame .message-body .text-frame code {
  padding: 16px;
  display:block;
  background-color:#f9fafb;
  border-radius: 5px;
  white-space: break-spaces;
  letter-spacing:0;
  font-family: 'Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height:180%;
  position: relative;
}
.messages-frame .message-frame .message-body .text-frame code:before {
  width:10px;
  height:10px;
  content:"";
  position:absolute;
  border-width:12px 15px;
  border-style:solid;
  top:0;
  left:-15px;
  border-color:#f9fafb transparent transparent transparent
}
.messages-frame .message-input-container {
  display:flex;
  width:100%;
  padding: 0 0 0 70px;
  align-items: flex-start;
  position: relative;
}
.messages-frame .message-input-container .message-input {
  flex:1
}
.messages-frame .message-input-container .message-input textarea {
  border-radius:5px;
  resize: none;
}
.messages-frame .send-btn {
  width: 48px;
  height: 48px;
  margin-top:30px;
  background-color:#8847d1;
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
  right: 8px;
  top: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.author-frame {
  order:0;
  font-weight: 500;
  margin-right: 10px;
}
.date-frame {
  order:1;
  color: #808182;
}
.text-frame {
 order:2;
}
.controls-frame {
  order:3;
  flex-basis: 100%;
}
.controls-frame a {
  color: #8847d1;
  font-weight: 500;
}
.controls-frame a:before {
  content: "\f075";
  font-family: "Font APEX Small", serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  vertical-align: inherit;
  margin-right: 5px;
  color: #8847d1;
}
.messages-frame .controls-frame .message-input-container {
  padding:0;
  margin-top:20px
}
.messages-frame .controls-frame .message-input-container .send-btn {
  margin-top:0px;
  top:8px;
  right:8px
}

.scrapping-product-photo {
    background: white;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    border-radius: 5px;
}
.apex-item-select:focus, .apex-item-text:focus, .apex-item-textarea:focus {
    z-index: unset;
}
.t-Header-branding .t-NavigationBar .chat-status-icon.active .t-Icon,
.t-Header-branding .t-NavigationBar .notify-status-icon.active .t-Icon,
.t-Header-branding .t-NavigationBar .bgtask-status-icon.active .t-Icon {
  background: #cc9eff;
  color:#fff;
}
.t-Header-branding .t-NavigationBar .chat-status-icon .t-Icon:before,
.t-Header-branding .t-NavigationBar .notify-status-icon .t-Icon:before,
.t-Header-branding .t-NavigationBar .bgtask-status-icon .t-Icon:before {
  transition:all 0.2s cubic-bezier(0.38, 0.98, 0.56, 0.2);
}
a-autocomplete {
    flex-grow: 1;
}