.nav-tree {
  padding-left: 0px;
  padding-top: 1em;
  position: relative;
  line-height: 2em;
  width: 330px;
  border-right: 1px solid #ccc;
  list-style: none; }
  .nav-tree__root {
    margin-left: 0.7em;
    position: absolute;
    top: 0em;
    border-bottom: 1px solid #eee;
    width: calc(100% - 43px);
    padding-bottom: 7px;
    color: #999; }
  .nav-tree__badges {
    float: right;
    padding-right: 6px;
    top: -2px;
    position: absolute;
    right: 0px; }
    .nav-tree__badges .badge {
      padding-right: 7px;
      text-transform: none;
      font-weight: bold;
      color: #444;
      margin-right: 4px; }
  .nav-tree__link {
    border-bottom: 1px solid #eee;
    width: calc(100% + 2px);
    display: block;
    padding-bottom: 7px;
    position: relative;
    color: #999; }
    .nav-tree__link--active {
      color: #444;
      font-weight: normal; }
    .nav-tree__link--active::before, .nav-tree__link:active::before {
      content: '';
      position: absolute;
      top: 0px;
      right: 2px;
      border-right: 8px solid #fff;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent; }
    .nav-tree__link--active::after, .nav-tree__link:active::after {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      border-right: 8px solid #fff;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent; }
  .nav-tree .fa {
    font-size: 2em;
    color: #333; }
  .nav-tree ul {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none;
    color: #000;
    position: relative;
    margin-left: .8em;
    padding-top: 1em; }
    .nav-tree ul:before {
      content: "";
      display: block;
      width: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border-left: 1px solid #ccc; }
  .nav-tree li {
    margin: 0;
    padding: 0 0 1em 1.5em;
    line-height: 2em;
    font-weight: bold;
    position: relative; }
    .nav-tree li:last-child {
      padding-bottom: 0; }
    .nav-tree li:before {
      content: "";
      display: block;
      width: 10px;
      height: 0;
      border-top: 1px solid #ccc;
      margin-top: -1px;
      position: absolute;
      top: 1em;
      left: 0; }
  .nav-tree li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0; }

.nav-tree > li:before {
  border-top: 0px; }

.panel-heading .panel-indicator-label {
  font-size: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  padding: 5px;
  color: #3fa1d0;
  background-color: #fff; }

.fe-timeline {
  display: flex;
  flex-direction: row;
  margin: 0 0 50px;
  position: relative; }
  .fe-timeline--horizontal .fe-timeline__wrapper {
    flex: 1;
    background-color: #EBEBEB;
    height: 2px;
    padding: 0;
    margin: 26px 25px 0;
    list-style: none;
    position: relative; }
  .fe-timeline__start-date {
    flex: 0 0 170px;
    font-weight: 400;
    font-style: normal;
    display: block;
    width: 170px;
    text-align: right;
    font-size: 16px; }
    .fe-timeline__start-date strong {
      text-transform: uppercase;
      display: block;
      font-size: 12px; }
  .fe-timeline__end-date {
    flex: 0 0 170px;
    display: block;
    font-size: 16px;
    width: 170px;
    order: 2; }
    .fe-timeline__end-date strong {
      text-transform: uppercase;
      display: block;
      font-size: 12px; }
  .fe-timeline__date {
    transition: border-color 150ms ease-in-out;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    box-shadow: 0 0 3px #aaa;
    margin-top: -4px; }
    .fe-timeline__date--active {
      border: 2px solid #1A9ECF;
      margin-top: -6px; }
      .fe-timeline__date--active--opened {
        border-color: #222; }
      .fe-timeline__date--active:hover {
        border-color: #222;
        cursor: pointer; }
    .fe-timeline__date--top {
      position: absolute;
      top: -16px;
      font-size: 10px;
      color: #A9A9A9;
      left: -20px; }
    .fe-timeline__date--bottom {
      position: absolute;
      top: 13px;
      font-size: 10px;
      color: #A9A9A9;
      left: -20px; }
  .fe-timeline__content {
    box-sizing: border-box;
    width: 230px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    position: absolute;
    z-index: 222;
    box-shadow: 0 0 0 #aaa;
    display: none; }
    .fe-timeline__content::after {
      clear: both;
      content: "";
      display: table; }
    .fe-timeline__content--active {
      display: block; }
      .fe-timeline__content--active.fe-timeline__content--top {
        display: flex; }
    .fe-timeline__content--top {
      flex-direction: column-reverse; }
      .fe-timeline__content--top .fe-timeline__header {
        border-top: none;
        border-bottom: 1px solid #E0E0E0; }
  .fe-timeline__header {
    font-weight: 700;
    font-style: normal;
    color: #444;
    display: block;
    padding: 8px 0;
    margin: 0 15px;
    font-size: 14px;
    position: relative;
    border-top: 1px solid #E0E0E0; }
    .fe-timeline__header:not(.fe-timeline__header--right):before, .fe-timeline__header:not(.fe-timeline__header--right):after {
      position: absolute;
      top: 50%;
      left: -22px;
      content: '';
      margin-top: -7px; }
    .fe-timeline__header:not(.fe-timeline__header--right):before {
      height: 0;
      width: 0;
      border-bottom: 7px solid transparent;
      border-right: 7px solid #e1e1e1;
      border-top: 7px solid transparent;
      margin-top: -8px; }
    .fe-timeline__header:not(.fe-timeline__header--right):after {
      height: 0;
      width: 0;
      border-bottom: 6px solid transparent;
      border-right: 6px solid #fff;
      border-top: 6px solid transparent;
      left: -21px; }
    .fe-timeline__header--right:before, .fe-timeline__header--right:after {
      position: absolute;
      top: 50%;
      right: -22px;
      left: auto;
      content: '';
      margin-top: -7px; }
    .fe-timeline__header--right:before {
      height: 0;
      width: 0;
      border-bottom: 7px solid transparent;
      border-left: 7px solid #e1e1e1;
      border-top: 7px solid transparent;
      margin-top: -8px; }
    .fe-timeline__header--right:after {
      height: 0;
      width: 0;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #fff;
      border-top: 6px solid transparent;
      right: -21px; }
  .fe-timeline__body {
    max-height: 300px;
    overflow: auto; }
  .fe-timeline__event {
    border-top: 1px solid #c7c7c7;
    padding: 15px 0;
    width: 198px;
    margin: 0 auto;
    font-size: 12px; }
    .fe-timeline__event::after {
      clear: both;
      content: "";
      display: table; }
    .fe-timeline__event:hover {
      cursor: initial; }
    .fe-timeline__event:first-of-type {
      border-top: 0 none; }
  .fe-timeline__name {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 198px;
    font-weight: 700;
    font-style: normal;
    margin: 0; }
  .fe-timeline__time {
    font-weight: 400;
    font-style: normal;
    color: #aaa;
    font-size: 11px;
    margin: 0; }

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

.fit-items-popover {
  display: flex;
  align-items: center; }
  .fit-items-popover__main h3 {
    border-bottom: 1px solid #ccc; }
  .fit-items-popover--btn {
    padding-left: 8px;
    flex: 0 0 30px; }
    .fit-items-popover--btn .btn {
      padding: 2px 6px; }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.Select {
  position: relative; }
  .Select,
  .Select div,
  .Select input,
  .Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .Select.is-disabled > .Select-control {
    background-color: #e1e1e1; }
    .Select.is-disabled > .Select-control:hover {
      box-shadow: none; }
  .Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none; }

.has-value.Select--single.is-disabled > .Select-control .Select-value .Select-value-label {
  color: #444; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 31px;
  outline: none;
  position: relative;
  width: 100%; }
  .Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }
  .Select-control .Select-input:focus {
    outline: none; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }
  .is-open > .Select-control > .Select-arrow {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px; }

.is-open .label__floating {
  color: black; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #08c #0099e6 #0099e6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px -1px fade(#08c, 50%); }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 29px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.Select-placeholder--floating {
  color: #aaa;
  opacity: 1;
  font-weight: 600;
  font-size: 10px;
  margin-top: -14px;
  background: #fff;
  pointer-events: none;
  position: absolute;
  padding: 0px 5px;
  transform: translate3d(0, 5px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  margin-left: 10px;
  z-index: 10;
  top: 0px; }

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }
  .has-value.Select--single > .Select-control .Select-value .Select-value-label__input,
  .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label__input {
    width: calc(100% - 20px);
    border: 0;
    background-color: transparent; }
    .has-value.Select--single > .Select-control .Select-value .Select-value-label__input:focus,
    .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label__input:focus {
      outline: none; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }
  .has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover, .has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
  .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
  .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    color: #08c;
    outline: none;
    text-decoration: underline; }

.has-value.Select--single.is-open > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single.is-open > .Select-control .Select-value .Select-value-label {
  color: #333; }

.Select-input {
  height: 29px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }
  .Select-input > input {
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 14px;
    /* For IE 8 compatibility */
    padding: 5.5px 0 9.5px;
    /* For IE 8 compatibility */
    -webkit-appearance: none; }
    .is-focused .Select-input > input {
      cursor: text; }

.Select-search-input {
  padding: 6px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  position: relative; }
  .Select-search-input > .search-icon {
    position: absolute;
    top: 14px;
    left: 15px;
    color: #ccc; }
  .Select-search-input > input {
    background: none transparent;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 12px;
    width: 100%;
    padding-left: 25px;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    margin: 0;
    line-height: 14px;
    /* For IE 8 compatibility */
    -webkit-appearance: none; }
    .is-focused .Select-search-input > input {
      cursor: text; }
  .Select-search-input-wrapper {
    width: 100%;
    background-color: #fff; }
    .Select-search-input-wrapper + .Select-option, .Select-search-input-wrapper + .Select-noresults {
      margin-top: 41px; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 14.5px; }
  .Select-clear-zone:hover {
    color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 15px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 14.5px; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }
  .Select-arrow-zone .caret {
    font-weight: bold; }

.hide-all-tags-arrow > .Select-arrow {
  transform: rotate(45deg); }

.hide-all-tags-arrow > .caret {
  transform: rotate(45deg); }

.menu-open-tags-arrow > .Select-arrow {
  transform: rotate(-180deg); }

.menu-open-tags-arrow > .caret::before {
  content: "\F077"; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch; }
  .Select-menu-outer-footer {
    border-top: 1px solid #ccc;
    background: #fff; }
    .Select-menu-outer-footer:hover {
      background-color: #ddeff7;
      color: #333; }

.Select-menu {
  display: flex;
  flex-direction: column;
  max-height: 198px; }
  .Select-menu-options-wrapper {
    overflow-y: auto;
    display: relative; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }
  .Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .Select-option.is-selected {
    background-color: #f5faff;
    color: #333; }
  .Select-option.is-focused {
    background-color: #f2f9fc;
    color: #333; }
  .Select-option.is-disabled {
    color: #cccccc;
    cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
  position: relative;
  padding-right: 5px;
  margin-right: 4px;
  color: #3fa1d0; }

.Select--multi.has-value .Select-multi-value-wrapper {
  padding-top: 3px; }

.Select--multi .Select-value--error {
  background-color: #fbf0f0;
  color: #d55555;
  border: 1px solid #f3d0d0; }
  .Select--multi .Select-value--error .Select-value-icon {
    border: 1px solid #f3d0d0; }
  .Select--multi .Select-value--error:hover .Select-value-icon {
    background-color: #fbf0f0;
    color: #d55555; }

.Select--multi .Select-value--readOnly {
  background-color: #efefef;
  color: #8e8e8e; }

.Select--multi .plus-button {
  cursor: pointer; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  padding: 2px 5px;
  white-space: nowrap; }

.Select--multi .Select-value-label--ellipses {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 64px; }

.Select--multi a.Select-value-label {
  color: #08c;
  cursor: pointer;
  text-decoration: none; }
  .Select--multi a.Select-value-label:hover {
    text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  padding: 0px 3px 0px;
  position: absolute;
  right: -7px;
  top: -5px;
  background-color: #f2f9fc;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  z-index: 1;
  text-align: center; }
  .Select--multi .Select-value-icon:hover, .Select--multi .Select-value-icon:focus {
    background-color: #f2f2f2;
    color: #0077b3; }
  .Select--multi .Select-value-icon:active {
    background-color: #e6e6e6; }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }
  .Select--multi.is-disabled .Select-value-icon:hover, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:active {
    background-color: #fcfcfc; }

.is-open .Select-value .Select-value-icon {
  background-color: white; }

.is-open .Select-value--readOnly {
  background-color: #efefef;
  color: #bebebe; }

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.helix-header {
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 54px; }
  .helix-header__invite-links {
    height: 44px;
    display: flex;
    align-items: center;
    background-color: #FBFBFB;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    padding-right: 37px; }
    .helix-header__invite-links a {
      color: #000; }
  .helix-header__edge {
    position: relative;
    display: flex;
    width: 116px;
    height: 54px;
    background: linear-gradient(360deg, #F5F5F5 9.36%, #E1E1E1 91.5%);
    border: 1px solid transparent;
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.100266);
    z-index: 1; }
  .helix-header__org-switcher {
    position: relative;
    display: flex;
    width: 169px;
    height: 44px;
    background: #d7d7d7;
    border: 1px solid #d7d7d7;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    padding-left: 11px; }
    .helix-header__org-switcher:after {
      position: absolute;
      top: -1px;
      left: 146px;
      display: block;
      width: 44px;
      height: 44px;
      content: '';
      background: #d7d7d7;
      border: 1px solid #d7d7d7;
      border-left: 0;
      transform: skew(-45deg); }
    .helix-header__org-switcher .form-group {
      width: 100%;
      z-index: 1; }
      .helix-header__org-switcher .form-group .Select-control {
        background-color: transparent;
        border: transparent;
        height: 43px; }
        .helix-header__org-switcher .form-group .Select-control .Select-value {
          padding-left: 45px;
          display: flex;
          align-items: center;
          font-weight: bold; }
          .helix-header__org-switcher .form-group .Select-control .Select-value-label {
            max-width: 87px;
            text-overflow: ellipsis;
            overflow: hidden; }
      .helix-header__org-switcher .form-group .Select .label__floating {
        display: none; }
      .helix-header__org-switcher .form-group .Select .Select-menu-outer {
        width: 160px; }
      .helix-header__org-switcher .form-group .has-value.Select--single.is-open > .Select-control .Select-value .Select-value-label, .helix-header__org-switcher .form-group .has-value.is-pseudo-focused.Select--single.is-open > .Select-control .Select-value .Select-value-label {
        color: #000; }
  .helix-header__admin-dropdown {
    position: relative;
    display: flex;
    width: 263px;
    height: 44px;
    background: #d7d7d7;
    border: 1px solid #d7d7d7;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    align-items: center; }
    .helix-header__admin-dropdown:after {
      position: absolute;
      top: -1px;
      left: -22px;
      display: block;
      width: 54px;
      height: 44px;
      content: '';
      background: #d7d7d7;
      border: 1px solid #d7d7d7;
      border-right: 0;
      transform: skew(45deg); }
    .helix-header__admin-dropdown--message {
      width: 100%;
      text-align: center;
      font-size: 0.8em;
      color: #000; }
    .helix-header__admin-dropdown--mails {
      width: 200px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      padding-top: 1px;
      float: left;
      text-transform: none;
      color: #26769c; }
    .helix-header__admin-dropdown--menu-item {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
      .helix-header__admin-dropdown--menu-item .fa {
        color: #0fb8dc; }
      .helix-header__admin-dropdown--menu-item__all {
        color: #0fb8dc; }
    .helix-header__admin-dropdown .dropdown {
      z-index: 1; }
      .helix-header__admin-dropdown .dropdown .btn-primary.dropdown-toggle {
        background: transparent;
        border: transparent;
        color: white;
        width: 130px; }
        .helix-header__admin-dropdown .dropdown .btn-primary.dropdown-toggle :focus {
          background: transparent;
          border: transparent; }
      .helix-header__admin-dropdown .dropdown.open > .dropdown-menu {
        width: 250px; }
        .helix-header__admin-dropdown .dropdown.open > .dropdown-menu li {
          max-width: 250px; }
          .helix-header__admin-dropdown .dropdown.open > .dropdown-menu li a {
            padding: 9px 10px; }
            .helix-header__admin-dropdown .dropdown.open > .dropdown-menu li a:hover {
              background-color: #d7d7d7; }
      .helix-header__admin-dropdown .dropdown.open > .dropdown-toggle.btn-link {
        border: transparent; }
  .helix-header__logo {
    flex-direction: column;
    padding: 7px 16px 12px 21px; }
    .helix-header__logo:after {
      position: absolute;
      top: -1px;
      left: 88px;
      display: block;
      width: 54px;
      height: 54px;
      content: '';
      background: linear-gradient(360deg, #F5F5F5 9.36%, #E1E1E1 91.5%);
      border: 1px solid transparent;
      border-left: 0;
      transform: skew(-45deg);
      box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.100266); }
  .helix-header__logo-text {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 16px;
    color: #000; }
  .helix-header__logo-image {
    z-index: 1;
    width: 80px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiAgPHBhdGggZD0iTTEyLjYzNDIgNy44NzY3N0wxLjQ1MDIgNy44ODYyOUwxLjMzMDkzIDcuNzI0NTVMMS4zMjEwNCA3LjcwNTU3TDEuMzMwOTMgMC4xMzMxNzlMMS4xOTE4OSAwSDAuMTI5MTVMMCAwLjEzMzE3OVYxNi44OTUxTDAuMTA5MjUzIDE2Ljk5OThIMS4yMjE2OEwxLjM0MDk0IDE2Ljg5NTFWMTYuODY2NkwxLjM1MDgzIDkuMTcwNTNMMS40MDA1MSA5LjEzMjUxTDEuNTM5NTUgOS4wMzczNUgxMi43MDM3VjE2Ljk5MDJMMTMuOTY1MSAxNi45OTk4VjAuMDA5NTIxNDhIMTIuNjM0MlY3Ljg3Njc3WiIgZmlsbD0iYmxhY2siLz4gIDxwYXRoIGQ9Ik0zMy4xMjUxIDE1Ljk1MzFIMjAuNDUxMlYxNi45NzFIMzMuMTI1MVYxNS45NTMxWiIgZmlsbD0iYmxhY2siLz4gIDxwYXRoIGQ9Ik00MC4zODU3IDE2Ljk5OThINTEuOTY3VjE1LjgxMDdINDEuNzM2NlYwLjAzODA4NTlMNDAuMzg1NyAwLjAyODU2NDVWMTYuOTk5OFoiIGZpbGw9ImJsYWNrIi8+ICA8cGF0aCBkPSJNMzMuMTI1MSAwLjAyODU2NDVIMjAuNDUxMlYxLjA0NjQ1SDMzLjEyNTFWMC4wMjg1NjQ1WiIgZmlsbD0iYmxhY2siLz4gIDxwYXRoIGQ9Ik0yMC40NTEyIDcuODI5MzVIMzIuMDgyMlY4Ljg0NzIzSDIwLjQ1MTJWNy44MjkzNVoiIGZpbGw9ImJsYWNrIi8+ICA8cGF0aCBkPSJNNTkuMzA1NSAwLjAwOTc2NTYySDU3Ljk3NDZWMTYuOTgxSDU5LjMwNTVWMC4wMDk3NjU2MloiIGZpbGw9ImJsYWNrIi8+ICA8cGF0aCBkPSJNNjcuMTk0MyAwLjAwOTc2NTYySDY1LjUzNTZMNzIuMzU5MyA4LjMzMzYyTDY1LjI3NzMgMTdINjYuNzk3TDczLjE0MzkgOS4yMDg4Nkw3OS40NTEgMTYuOTgxSDgxLjAwMDZMNzMuOTU4NCA4LjMyNDE2TDgwLjc0MjMgMC4wMDk3NjU2Mkg3OS4yMDI4TDczLjE2MzggNy40NTg0NEw2Ny4xOTQzIDAuMDA5NzY1NjJaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==); }
  .helix-header__nav-wrapper {
    flex: 1 1 auto; }
  .helix-header__actions {
    align-items: center;
    justify-content: space-around;
    width: 77px;
    padding-left: 6px; }
    .helix-header__actions:before {
      position: absolute;
      top: -1px;
      right: 49px;
      display: block;
      width: 54px;
      height: 54px;
      content: '';
      background: linear-gradient(360deg, #F5F5F5 9.36%, #E1E1E1 91.5%);
      border: 1px solid transparent;
      border-right: 0;
      transform: skew(45deg);
      box-shadow: -12px 7px 6px -4px rgba(0, 0, 0, 0.100266); }

.helix-header-nav {
  height: 44px;
  padding-left: 54px;
  background: #FBFBFB;
  border-bottom: 2px solid #FBFBFB;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }
  .helix-header-nav__list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    padding-top: 14px; }
  .helix-header-nav__item {
    padding-bottom: 11px;
    margin-right: 20px;
    border-bottom: 2px solid transparent; }
    .helix-header-nav__item:last-child {
      margin-right: 0; }
    .helix-header-nav__item--active {
      border-bottom-color: #000; }
  .helix-header-nav__link {
    padding: 0;
    margin: 0;
    border: 0;
    transition: unset;
    color: #000; }
    .helix-header-nav__link:active {
      box-shadow: none; }
  .helix-header-nav-wrapper {
    flex: 1 1 auto; }

.helix-header-avatar {
  color: #000;
  margin-right: 20px;
  z-index: 1;
  cursor: pointer; }

/*# sourceMappingURL=react-fe-bootstrap-base.css.map*/