.fit-gaea-page-left-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  border-right: 2px solid #eee; }

.fit-gaea-page-left-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 35px;
  height: 100%;
  background-color: white;
  z-index: 11;
  border-right: 2px solid #eee; }

.fit-gaea-page-left-bar .top, .fit-gaea-page-left-bar .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.fit-gaea-page-left-bar .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  cursor: pointer; }
  .fit-gaea-page-left-bar .menu-item:hover {
    background-color: whitesmoke; }
  .fit-gaea-page-left-bar .menu-item.active {
    background-color: #eee; }

.fit-gaea-page-left-bar .extend-container {
  width: 200px;
  margin-right: -202px;
  -webkit-transform: translate3d(-202px, 0, 0);
          transform: translate3d(-202px, 0, 0);
  transition: all .2s;
  z-index: 10;
  background-color: white; }
  .fit-gaea-page-left-bar .extend-container.show {
    margin-right: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
