/*
    Our custom dialog system manager APP2U
*/

.app2u_dialog{
    display: none;
    position: fixed;
    z-index: 10000;
}

.app2u-dialog-mask{
    z-index: 99;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.8);
}
