.fileok_ablaka_fordrag{
    width:100%;
    padding:20px;
    background-color:#FFFFFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100px;
    border:1px solid #ced4da;
    color:#000;
    font-weight:bold;
    overflow:hidden;
    cursor:pointer;
    border-radius:5px;
}

.fileok_ablaka_fordrag p{
    margin:0px;
    padding:0px;
}

.fileok_ablaka_fordrag2{
    width:100%;
    padding:20px;
    background-color:#FFFFFF;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    border:1px solid #AAAAAA;
    border-top:1px solid #AAAAAA !important;
    color:#000;
    overflow:hidden;
    cursor:pointer;
}

.fileDand_DragOver_CSS_style{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-width: 2px;
    border-style: dashed;
    border-color: #EE0000;
}

.egy_checkbox_sor{
    margin-bottom:10px;
}

.egy_checkbox_sor  a.checkbox_button{
    text-decoration: none;
    display:block;
    cursor:pointer;
    width:40px;
    height:40px;
    background: #FFF;
    border:1px solid #dddddd;
    overflow:hidden;
    padding:1px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-box-shadow: inset 0px 0px 4px #BBBBBB;
    -moz-box-shadow: inset 0px 0px 4px #BBBBBB;
    box-shadow: inset 0px 0px 4px #BBBBBB;*/
}

.egy_checkbox_sor  a.checkbox_button:hover{
    color:#317591 !important;
}

.checkbox_bekapcsolva{
    color:#317591;
    font-size:30px;
    font-weight:bold;
}

.checkbox-szelesseg{
    width:50px;
}

.checkbox_felirat{
    width: calc(100% - 50px);
    padding-top:6px;
    font-size:20px;
    font-weight:300;
}

.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: rgba(255,255,255,0.9);
    backdrop-filter: blur(3px);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index:1333;
    box-shadow:0px 0px 10px #333;
    border-radius:10px;
}

.legfelul{

    z-index:1303 !important;

}

.confirmfelugro_kisablak h1{
    margin:20px 0px;
    text-align: center;
    padding:0px;
    font-size:20px;
    color:#000;
    font-weight:700;
}

.confirmfelugro_kisablak button{
    margin-right:20px;
}

.confirmfelugro_kisablak button:last-of-type{
    margin-right:0px;
}

.confirmfelugro_kisablak a.confirmbezar{
    text-align:center;
    display:block;
    position: absolute;
    top:0px;
    right:0px;
    width:30px;
    height:28px;
    border-radius:0px;
    background-color:rgba(225,0,0,1) !important;
    color:#FFF !important;
    border:0px solid rgba(225,0,0,1) !important;
    box-sizing: border-box;
    padding:2px;
    font-weight:bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index:1304;
}

.confirmfelugro_kisablak a.confirmbezar:hover{
    background-color:rgba(225,0,0,0.6) !important;
}

.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:102;
    background-color:#000;
    opacity:0.75;

}

.sotet_hatter_felugrohoz_legfelul{
    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:1300;
    background-color:#000;
    opacity:0.8;

}

.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;
}

.main_PopupCloseButton:hover{
    background-color: rgba(238, 0, 0, 1);
    color:#FFF;
}

.main_PopupWindow{
    position: fixed;
    padding:20px;
    box-sizing: border-box;
    top:50%;
    left:50%;
    width:300px;
    height:300px;
    margin-left:-150px;
    margin-top:-150px;
    background-color:#FFF;
    border-radius: 10px;
    z-index:15000;
}

.main_PopupWindowLarge{
    position: fixed;
    padding:20px;
    box-sizing: border-box;
    top:50%;
    left:50%;
    width:600px;
    height:400px;
    margin-left:-300px;
    margin-top:-150px;
    background-color:#FFF;
    border-radius: 10px;
    z-index:15000;
}

/******  LEGKISEBB NÉZET *********/

@media screen and (max-width:578px) {
    .confirmfelugro_kisablak{
        padding:20px;
        position: fixed;
        left:1%;
        top:50%;
        margin-top:-200px;
        margin-left:0;
        width:98%;
        min-height:140px;
        background-color: rgba(255,255,255,0.9);
        backdrop-filter: blur(3px);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius:10px;
    }

    .main_PopupWindowLarge{
        position: fixed;
        top:50px;
        left:0;
        width:100%;
        height:calc(100% - 60px);
        margin-left:0px;
        margin-top:0px;
        background-color:#FFF;
        border-radius: 10px;
    }
}