/* ================================================================
   DRUPAL ADMIN TOOLBAR — always above every theme element
   ================================================================ */

/* Toolbar bar and tray containers */
#toolbar-bar,
.toolbar-bar,
.toolbar .toolbar-bar,
.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 2147483647 !important;
  position: fixed !important;
}

.toolbar-tray,
.toolbar .toolbar-tray,
.toolbar-tray-horizontal,
.toolbar-tray-vertical {
  z-index: 2147483646 !important;
}

/* admin_toolbar dropdown submenus */
.toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul,
.toolbar-tray-horizontal ul li.menu-item--expanded ul ul {
  z-index: 2147483645 !important;
  position: absolute !important;
}

/* Contextual links */
.contextual-links-wrapper,
.contextual-region > .contextual {
  z-index: 2147483640 !important;
}
