/*
FONTOS a loadconfirmwindowhoz
*/

.sotet_hatter_felugrohoz{
    position:fixed;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    width:100%;
    height:100%; 
    z-index: 1100 !important;
}

.confirmfelugro_kisablak{
    padding:20px;
    position: fixed;
    top:0px;
    left:50%;
    top:50%;
    margin-top:-170px;
    margin-left:-200px;
    width:400px;
    min-height:140px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    z-index:1103;
}

.confirmfelugro_kisablak h1{
    margin:20px 0px;
    text-align: center;
    padding:0px;
    font-size:20px;
    color:rgba(0,0,0,1);
    font-weight:400;
}

.confirmfelugro_kisablak button{
    background-color: rgb(86, 193, 62);
    color:#fff;
    border:0px;
    margin-right:20px;
    cursor:pointer;
    padding:10px;
    font-size:18px;
}

.confirmfelugro_kisablak button:last-of-type{
    margin-right:0px;
    background-color:#CCCCCC;
    color:#666666;
    border:0px;
}