/**
 * @category    Mana
 * @package     Mana_Core
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
#m-wait {
    position: absolute;
    z-index: 9999;
}
#m-wait .loader {
    position: fixed;
    top: 45%;
    width: 100%;
    text-align: center;
}
.m-popup {
}
.m-popup-overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
