
.bknewAlert{
  background:rgba(0,0,0,0.8);
  width:100%;
  height: 100vh;
  position: absolute;
  top:0;left:0;
  z-index:999999
}

.newAlert{
  position: relative;
  margin:0 auto;
  text-align:center;
  margin-top:4%;
  background: #FFF;
  box-shadow: 1px 1px 3px #000000;
  width:80%;
  min-height:100px;
  vertical-align: middle;
}

.p_newalert{
  font-size:18pt;
  font-weight: bold;
  display: table-cell;
  text-align:center;
  height: calc(100vh - 100px);
  overflow:auto;
  vertical-align: middle;
  width: 1%;
}

.newalert_btnClose{
  display:block;
  width:25px;
  height:25px;
  border:2px solid darkred;
  border-radius:25px;
  margin:0;padding:0;
  background:linear-gradient(red,darkred);
  color:#FFF;
  text-shadow:1px -0.5px #CCC;
  position:absolute;
  top:-10px;
  right:-10px;
}

.newalert_btnClose::before{
  content:"x";
  padding-top:0;
  font-weight:bold;
}
