#div_pop_loading{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    color: white;
    z-index: 9999;
    text-align: center;
    font-size: 14px;
    margin: 10px;
    bottom: 0;
    line-height: 150px;
    background: black;
    opacity: .8;
    display: none;
    }