@charset "utf-8";
/* CSS Document */
#backgroundPopupnew {
    background: url(../images/source-new.gif) no-repeat center center #111111;
    border: 1px solid #cecece;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}



.midtownreader #backgroundPopupnew {
    background: url(../images/source-new.gif) center 10% no-repeat #fff;
    border: 1px solid #ffffff;
    display: none;
    height: 100%;
    left: 0;
    opacity: .9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#backgroundPopup {
    background: url(../images/loading.gif) no-repeat center center #111111;
    border: 1px solid #cecece;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}



.midtownreader #backgroundPopup {
    background: url(../images/loader.svg) center 10% no-repeat #fff;
    border: 1px solid #ffffff;
    display: none;
    height: 100%;
    left: 0;
    opacity: .9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}