#toolbar-administration {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 1000 !important;
  height: 30px !important;

  nav.toolbar-bar {
    height: 30px !important;

    .toolbar-tab {

      .toolbar-menu {
        a {
          min-height: 0;
        }
      }

      .toolbar-icon-toggle-vertical {
        display: none;
      }

      > a {
        padding: 0 15px 0 40px !important;
        min-height: 30px !important;
        height: 30px !important;
        line-height: 30px !important;

        &:before {
          font-size: 12px !important;
          line-height: inherit !important;
          top: inherit !important;
          height: 30px !important;
          left: 15px !important;
        }

        &.toolbar-icon-shortcut{
          display: none;
        }
      }

      &.contextual-toolbar-tab {
        display: none;
      }

      ul.toolbar-menu {
        z-index: 1000;

        li {
          margin: 0 !important;
          line-height: 32px !important;

          > a {
            //padding-top: 0 !important;
            //padding-bottom: 0 !important;
            //min-height: 32px !important;
            //line-height: 32px !important;
            min-height: 18px !important;
            line-height: 18px !important;
            padding-top: 7px !important;
            padding-bottom: 7px !important;

            &:before {
              font-size: 16px !important;
              line-height: inherit !important;
              top: inherit !important;
              left: 35px !important;
            }

            &:visited {
              padding: 0;
            }
          }

          &.menu-item--expanded {
            &:after {
              top: 7px !important;
            }
          }

        }

      }

    }

    .user-toolbar-tab {
      display: none !important;
    }
  }
}


/*# sourceMappingURL=fortytwo_admin_panel_fix.min.css.map */
