﻿
.custompopup{
    top: 40%;
    left: 50%;
    height:200px;
    width:390px;
    z-index:1200;
    position: fixed;
    text-align:center;
    display: inline-block;
    background-color: #fff;
    border-radius:10px;
    font-family: OpenSans-Regular, Tahoma, Geneva, Verdana, sans-serif;
  
    /*-webkit-border-radius:5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;*/

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    box-shadow:0px 10px 20px 0px rgba(0,0,0,.5);
    -o-box-shadow:0px 10px 20px 0px rgba(0,0,0,.5);
    -moz-box-shadow:0px 10px 20px 0px rgba(0,0,0,.5);
    -webkit-box-shadow:0px 10px 20px 0px rgba(0,0,0,.5);

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}


.popupheader  {
    color:#fff;
    height:35px;
    line-height:20px;
    width:390px;
    font-size:20px;
    padding-top:10px;
    background:#ff4d4d;
    
    border:0px solid #ff4d4d;
    border-radius:10px 10px 0px 0px;
    /*border-radius:10px 10px 0px 0px; #4E7AC7;*/
    /*border-radius:5px 5px 0px 0px;*/
}



.popup_btn_ok{
     margin-top: 20px;
    width: 80px;
    height: 30px;
    background-color: #40bf80;
    border: 0px solid #40bf80;
    outline: none;
    color: white;
    border-radius: 25px;
    cursor: pointer;
}
/*
.popup_btn_ok{
    margin-top:20px;
    width:80px;
    height:30px;
    background-color:#40bf80;
    border:0px solid #40bf80;
    outline:none;
    color:white;
    border-radius:20px;
     cursor:pointer;
}*/
.popupmessage
{
    margin-top:15px;
    margin-left:50px;
}

