.z-reset {
  z-index: 0;
}

.z-popup {
  z-index: 10;
}

.z-chrome {
  z-index: 20;
}

.z-flyout {
  z-index: 30;
}

.z-modal {
  z-index: 40;
}

.z-alert {
  z-index: 50;
}
