.naplokEsemenyReszletekContainer{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:10000;
}

.naplokEsemenyReszletekAblak{
    position: fixed;
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-300px;
    width:600px;
    height:400px;
    background-color:#FFF;
    padding:20px;
    box-sizing: border-box;
    z-index: 10001;
}


.main_PopupWindow h1{
    text-align: left;
    font-size:26px;
    color:#0a9ebb;
    font-weight:bold;
}

.popupwindow-alsosav{
    position: absolute;
    bottom:0px;
    left:0px;
    border-top:1px solid #EEE;
    width:100%;
    padding:10px 20px;
    min-height:20px;
    height:140px;
}


@media screen and (max-width:992px){
    .popupwindow-alsosav{
        height:220px;
    }
}