﻿div.custom_delivery_dialog{
    position:absolute;
    top:0px;
    left:0px;
    z-index:999999;
    background-color:white;
    padding: 25px 30px;
    box-sizing: border-box;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 100px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 100px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 100px 1px rgba(0,0,0,0.25);
}
a.custom_delivery_dialog_close_button {
    position: absolute;
    right: -48px;
    top: 0px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background-color: none;
    text-decoration: none;
    display:block;
    background-image: url(../../../Images/DeliveryGroup/close_icon.png);
}

.custom_delivery_dialog_blur{
    filter:blur(2px);
}
.custom_delivery_dialog_overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.22);
    z-index: 999999;
    display: block;
}



