.ownPopupWindow_sotet_hatter_felugrohoz{
    position: fixed;
    top:0px;
    left:0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width:100%;
    height:100%;
    z-index:1199;
    background-color:#000;
    opacity:0.8;

}

.ownPopupWindow_main_PopupCloseButton{
    display:block;
    position: absolute;
    top:0px;
    right:0px;
    background-color: rgba(238, 0, 0, 0.68);
    color:#FFF;
    width:35px;
    height:35px;
    text-align: center;
    cursor:pointer;
    border-top-right-radius: 10px;
    padding-top:6px;
    text-decoration: none;
    font-weight:bold;
    border:0px;
}

.ownPopupWindow_main_PopupCloseButton:hover{
    background-color: rgba(238, 0, 0, 1);
    color:#FFF;
}

.ownPopupWindow_mainPopupWindow{
    position: fixed;
    box-sizing: border-box;
    top:50%;
    left:50%;
    background-color:#FFF;
    border-radius: 10px;
    z-index:1200;  /* Nem lehet nagyobb a felugró (loadConfirmFelugro,loadAlertWindow stb.) ablakok z-indexenel)
    overflow-y: auto;
    /* Small is default */
    margin-left:-150px;
    margin-top:-150px;
    width:300px;
    min-height:150px;
    max-height:300px;
    height:auto;
}

.ownPopupWindow_mainPopupWindow_wider{
    margin-left:-250px;
    width:500px;
    height:auto;
}

.ownPopupWindow_mainPopupWindow_higher{
    top:100px;
    margin-top:0;
    min-height:500px;
    height:auto;
    max-height:600px;
}

.ownPopupWindow_mainPopupWindow_fullOpacity{

}

.ownPopupWindow_mainPopupWindow_innerhtml{
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding:20px;
}

.ownPopupWindow_mainPopupWindow h1{
    font-size:24px;
    color:#0ba4c2;
    font-weight:bold;
    border-bottom:1px solid #0ba4c2;
    padding-bottom:10px;
    margin-bottom:25px;
    max-width:85%;
}

.mainPopupWindow_medium{
    margin-left:-300px;
    margin-top:-200px;
    width:600px;
    min-height:200px;
    max-height:400px;
}

.mainPopupWindow_large{
    margin-left:-400px;
    margin-top:-300px;
    width:800px;
    min-height:400px;
    max-height:600px;

}


/******  LEGKISEBB NÉZET *********/

@media screen and (max-width:578px) {
    .ownPopupWindow_mainPopupWindow{
        position: fixed;
        padding:20px;
        box-sizing: border-box;
        top:10px;
        left:10px;
        width: calc(100% - 20px) !important;
        height: calc(100% - 20px) !important;
        background-color:#FFF;
        border-radius: 10px;
        z-index:15000;
        margin-left:0px !important;
        margin-top:0px !important;
    }
}