@import '../../style/themes/default';

.bs-pull-left {
  float: left !important;
}
.bs-pull-right {
  float: right !important;
}
svg line {
  shape-rendering: crispEdges;
}
.bs-bar {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 44px;
  height: 44px;
  font-size: 14px;
  text-align: center;
  &-item-label {
    position: relative;
    top: -18px;
    left: -9px;
    display: inline-block;
  }
  &-item {
    height: 44px;
    padding-right: 6px;
  }
  &-nav {
    top: 0;
    line-height: 44px;
    background-color: #fafafa;
    color: #36434d;
    a {
      color: #36434d;
      & > svg[class*='am-icon'] {
        height: 44px;
        width: 24px;
      }
    }

    &-fixstatus {
      padding-top: 25px;
    }
    &-btn {
      z-index: 20;
      font-size: 14px;
      min-height: 44px;
      font-weight: 400;
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      text-decoration: none;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      cursor: pointer;
      touch-action: manipulation;
      -webkit-user-select: none;
      user-select: none;
    }

    .bs-pull-left, .bs-pull-right {
      padding: 0 12px;
      font-size: 14px;
      font-weight: 400;
      z-index: 2;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
    }
  }

  &-title {
    min-height: 44px;
    position: absolute;
    display: inline-block;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    color: #3b4247;
    right: 120px;
    left: 120px;
    // max-width: 150px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
  }

  &-light {
    background-color: #fff;
  }
}
