/* Keep modal above backdrop, regardless of theme hacks */
html body .modal-backdrop { z-index: 1060 !important; }
html body .modal         { z-index: 1065 !important; }

