﻿.sfPopupwrap {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
    display: none;
    left: 50%;
    /* padding:40px; */
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5500;
    overflow: auto;
    -webkit-box-shadow: 0 0 0 10px rgba(0,0,0,0.2), 0 0 0 10000px rgba(0,0,0,0.4);
    box-shadow: 0 0 0 10px rgba(0,0,0,0.2), 0 0 0 10000px rgba(0,0,0,0.4);
    width: auto;
    height: auto;
    word-wrap: break-word;
}

.sfPopup {
    -moz-box-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
    -moz-border-radius: 5px;
    -webkit-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
}

#fade {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .40;
    z-index: 5000;
}

#HtmlPopUpclose {
    background: #DB6075;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #fff;
    cursor: pointer;
    /* font-size: 18px; */
    height: 24px;
    /* padding-left:6px; */
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    line-height: 24px;
    text-align: center;
}

@media screen and (max-width:768px){
    #ppdi img {
        width: calc(100%-30px) !important;
        height: auto !important;
    }

    .sfPopupwrap {        
        width: 90%;
    }
}
