
.c-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: sticky;
  top: 0;
  height: auto !important;
  width: 100%;
  min-height: 100px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: $grid-gutter-width / 2 $grid-gutter-width / 2 0;
  z-index: $zindex-fixed;

  & > * {
    margin-bottom: 0;
  }
}

.c-bread {
  width: 100%;
  height: 26px;

  .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;

    font-size: 14px;
    line-height: 26px;

    a {
      color: $primary-color;
    }

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

    .breadcrumb-item:first-child {
      max-width: none;
    }

    .breadcrumb-item.active {
      color: #9d9d9d;
    }
  }
}


.c-bread-loadingItem {
  min-width: 50px;
  display: inline-block;
  text-align: center;
}

.c-headerRow {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  white-space: nowrap;
  color: #656565;
  align-items: center;
  justify-content: space-between;
}

.c-headerTitle {
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 100;
  font-size: 34px;
  letter-spacing: -0.4px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 1;
}

.c-headerStatus {
  margin-left: 15px;
  flex-shrink: 1;

  > *:last-child {
    margin-right: 15px;
  }
}

.c-headerButtons {
  margin-left: 15px;
  flex-grow: 1;
  text-align: right;

  > * {
    margin-left: 10px;
  }

  > *:first-child {
    margin-left: 0;
  }
}

.el-button--iconOnly {
  background: none !important;
  color: $primary-color !important;
  font-size: 30px !important;
  border: 0 !important;
  padding: 0 12px !important;
}
