﻿

.IframePopupOverlayEffect { /*background-color: black; filter: alpha(opacity=70); 
                          opacity: 0.7; width: 99%;
                           height: 1500px;
                            z-index: 400;
                             position: absolute;
                              top: 0; left: 0; margin-top: 1%; margin-bottom: 1%;*/
    background-color: black;
    filter: alpha(opacity=30);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 5500;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}

.IframePopupPanelEffect {
    border-color: #0F7FAF;
    border-style: solid;
    color: #414040;
    border-width: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 20%;
    left: 50%;
    padding: 0px 0px 0px 0px;
    text-align: left;
    -ms-transform: translateX(-50%) translateY(-20%);
    -webkit-transform: translate(-50%,-20%);
    transform: translate(-50%,-20%);
    z-index: 6500;
    position: fixed;
    background-color: White;
    display: block;
    height: 95%;
}

@media (max-width:767px) {
    .IframePopupPanelEffect {
        width: 95% !important;
    }
}


 