
.k-popup-wrapper {     
    z-index: 2000;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: block;
}

.k-popup-wrapper  .k-popup{
    background-color: transparent !important;
    border: none;
    flex-direction:row !important;//For dispaly issue in IE
    -ms-flex-direction:initial !important;//For dispaly issue in IE
}
.k-popup-wrapper .popup-container {
    margin: 0 auto;
    z-index: 999;
    background-color: #f1f1f1;
    padding-top: 0;
    margin-top: 132px;
}
.k-popup-wrapper .popup-header {
    width: 100%;
    margin: 0 auto;
    height: 30px;
    z-index: 999;
    border-bottom: 1px solid #D3D2CE;
}
.popup-title{
    color: #626469;
   font-size: 15px;;
    font-family: Arial;
    display:inline;
}
.popup-close{
    font-size: 15px;
    margin-top: 0px;
    color: #b10044 !important;
    float:right;
    cursor:pointer;
    margin-right: 5px;
}
.alertImg
{
    width: 20px;
    padding-bottom: 8px;
}