﻿.divPopup {
    /*position: absolute;
        width: auto;
        height: auto;
        top: 11%;
        left: 30%;
        z-index: 3;
        background: none repeat scroll 0% 0% #fff;
        margin-left: -230px;
        margin-top: -39px;*/
    position: fixed;
    width: auto;
    height: auto;
    top: 40%;
    /* left: 30%; */
    z-index: 30;
    background: none repeat scroll 0% 0% #fff;
}

.popuptitle {
    /*background-color: #0069a7;*/
    background-color: #43B02A;
}

.divbackground {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: none repeat scroll 0% 0% #000;
    border: 1px solid #CECECE;
    z-index: 20;
    opacity: 0.7;
}

.divPopupMap {
    width: 935px;
    top: 150px;
    height: 600px;
    padding: 10px;
    /*position: absolute !important;*/
    overflow: hidden;
    transform: translateZ(0px) translateZ(0px) translateZ(0px) translateZ(0px);
    margin: 0 auto;
    background-color: rgb(229, 227, 223);
    z-index: 30;
    background: none repeat scroll 0% 0% #fff;
}

@media (min-width: 1200px) .divPopupMap {
    width: 1100px;
}

FindDentistResult.aspxmedia="all"
@media (min-width: 992px)
.divPopupMap {
    width: 900px;
}

@media (min-width: 768px) .divPopupMap {
    width: 740px !important;
}
