@charset "utf-8";
/* CSS Document */
#popupBox {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999!important;
    /*background: rgba(0, 0, 0, 0.5);*/
}
#popupBox.alert {
    border: 0;
    border-radius: 0;
}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 90vh;*/
    width: 100%;
    height: 100%;
}
.popupbackground {
    position: absolute;
    top: -10px;
    right: 0;
    font-weight: 100;
    font-size: 50px;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    background: #333;
    border: 0;
    width: 70px;
    outline: none;
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 9999;
    color: #fff;
}
.popupstyles {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    z-index: 1;
}
.popuparea {
    /*background: #FFFFFF;*/
    /*-webkit-box-shadow: 0 25px 20px -21px rgba(0,0,0,.3);
    -moz-box-shadow: 0 25px 20px -21px rgba(0,0,0,.3);
    box-shadow: 0 25px 20px -21px rgba(0,0,0,.57);*/
    position: relative;
    width: auto;
    height: auto;
}
.demo{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
	top:0;
}
