
#tpn-loading {
    background-color: #FFFFFF;
    background-image: url("//api.tpni.com/PulseonEngineApi/PulseOnEngineAPI/Templates/Images/pulse-loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}