.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:35px;
    height:35px;
    background: #FFF;
    border:1px solid #dddddd;
    overflow:hidden;
    padding:1px 1px;
    box-sizing: border-box;
    font-weight:bold;
    text-align: center;
    border-radius:3px;
    /*-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:22px;
    font-weight:bold !important;
}

.checkbox_bekapcsolva i{
    color:#317591;
    font-size:22px;
    font-weight:bold !important;
}


.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:rgba(0,0,0,0.8);
    backdrop-filter: blur(4px) !important;
}

.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:rgba(0,0,0,0.8);
    backdrop-filter: blur(4px) !important;
}

.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;
}

.waitingSurfaceContainer{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10000;
}

.waitingSurfaceDarkBg{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.93);
    z-index:10000;
}

.waitingSurfaceWindowContainer{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index:10001;
}

.waitingSurfaceWindow{
    font-size:34px;
    font-weight:bold;
    color:#FFF;
    text-align: center;
    z-index:10002;
}


.changeFlagWindowsFullContainer{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1500;
}

.changeFlagWindowsContainer{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1502;
    display:flex;
    justify-content: center;
    align-items: center;
}

.changeFlagWindows{
    display: block;
    width:400px;
    padding:20px;
    background-color:#000;
    color:#FFF;
    min-height:100px;
    border-radius:10px;
}

.changeFlagWindows h1{
    font-weight:bold;
	font-size:24px;
	text-align: center;
	color: #e01f0a;
}

.flagContainer{
    display:flex;
    justify-content: center;
    align-items: center;

}

.flagContainer a{
    border-radius:5px;
    display:block;
    text-decoration: none;
    padding:10px;
    margin-right:20px;
    font-size:13px;
    color:#FFF;
    text-align: center;
}

.flagContainer a img{
    height:40px;
    border-radius:5px;
}

.flagContainer a.active{

    background-color:rgba(100,100,100,0.2);
    /*border:2px solid #DDD;*/
}

.flagContainer a:last-of-type{
    margin-right:0px;
}

.flagContainer a:hover{
    background-color:rgba(100,100,100,0.6);
}


.newErtesitesAblak{
    cursor:pointer;
    text-align: left;
    position:fixed;
    bottom:20px;
    right:20px;
    height:auto;
    min-height:50px;
    width:100%;
    max-width:300px;
    padding:15px;
    border-radius:8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

.newSikeresAblak{
    background-color: #dffadf;
    color: #508250;
}

.newHibaAblak{
    background-color: #fadfdf;
    color: #843131;
}

.newDefaultAblak{
    background-color: #faefdf;
    color: #9e640c;
}

.newErtesitesAblak h1{
    font-size:18px;
    font-weight:bold;
}

.newErtesitesAblak p{
    font-size:14px;
    font-weight:normal;
    margin-bottom:0px;
}

.ownborder{
    border-width: 1px;
    border-style: solid;
    border-color:#EEE;
    border-radius:5px;
}

.ownborder-bottom{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:#F3F3F3;
}

.ownborder-up{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:#EEE;
}

.ownborder-light{
    border-width: 1px;
}

.ownborder-medium{
    border-width: 3px;
}

.ownborder-large{
    border-width: 5px;
}

.ownborder-xl{
    border-width: 10px;
}

.ownborder-color-lightgray{
    border-color:#DDD;
}

.ownborder-color-medgray{
    border-color:#AAA;
}

.ownborder-color-darkgray{
    border-color:#333;
}


/******  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;
    }
}