#totalPage.totalOn {
    z-index: 9999!important;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 1!important;
    background: rgba(000,000,000,.7);
    display: block;
}

#totalPage {
    display: none;
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}

#blocked_countries{display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: auto;
    z-index: 999999;
    background: #fff;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    border-radius: 5px;
    overflow-y: scroll;
}

    #blocked_countries .lightbox-header{
        display: block;
        margin-bottom: 15px;
        font-size: 20px;
        text-align: left;
        padding: 16px 20px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        border-radius: 3px 3px 0 0;
        display: block;
     }

    #blocked_countries ul{
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    
    }

    #blocked_countries ul li{
        padding-bottom: 7px;
        width: 50%;
        margin-bottom: 2px;
        font-size: 14px;
    }

    .lightbox .lightbox-close {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 20px;
        height: 20px;
        background: url(//content.webapi-services.net/shared/iforex/media/close.png) 0 0/100% no-repeat;
        text-indent: -9999px;
        cursor: pointer;
        border-radius: 0!important;
    }




    @media screen and (max-width: 500px) {

        #blocked_countries ul li{width: 100%;}
    }

/*# sourceMappingURL=blockedIP.css.map*/