.divPopup {
    position: fixed;
    width: auto;
    height: auto;
    top: 40%;
    z-index: 30;
    background: none repeat scroll 0% 0% #fff
}

.popuptitle {
    background-color: #0069a7
}

.divbackground {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: none repeat scroll 0% 0% #000;
    border: 1px solid #cecece;
    z-index: 20;
    opacity: .7
}

.divPopupMap {
    width: 935px;
    top: 150px;
    height: 600px;
    padding: 10px;
    overflow: hidden;
    transform: translateZ(0) translateZ(0) translateZ(0) translateZ(0);
    margin: 0 auto;
    background-color: #e5e3df;
    z-index: 30;
    background: none repeat scroll 0% 0% #fff
}

.cntrNotification {
    border: 2px solid #00acc9;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: sans-serif;
    text-align: center
}

.pDowntimeMessage {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center
}

@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;
}
