.dokumentum_doktipus, .rendszerek_legordulo{
    cursor:pointer;
    display:block;
    width:100%;
    margin-bottom:10px;
    color:#FFFFFF;
    text-align: center;
    text-decoration: none;
    padding:10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height:62px;
    
}

.dokumentum_doktipus{
    padding-top:20px;
}

.rendszerek_legordulo:hover,.dokumentum_doktipus:hover{
    background-color:#008bcf;
}

.dokumentum_atipus, .rendszerek_legordulo_atip{
    background-color:#646263;
}

.dokumentum_btipus, .rendszerek_legordulo_btip{
    background-color:#9d9d9c;
}

.dokumentum_dokok_lista{
    width: 98%;
    width:calc(100% - 20px);
    min-height:280px;    
    border:1px solid #2c90d1;
    padding:10px;
    margin-left:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.rendszerek_betoltesi_hely{
    width: 98%;
    width:calc(100% - 20px);
    min-height:620px;    
    border:1px solid #2c90d1;
    padding:10px;
    margin-left:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.dokumentum_kivalasztott{
    background-color:#008bcf;
}

.dokumentum_egydok{
    float:none !important;
    display:block; 
    padding:10px 0px;
    margin-bottom:10px;
}

.dokumentum_egydok:after{
    clear:both;
    display:block;
    content:"";
}

.dokumentum_egydok a:before{
    content: url("../img/icon_download.png");
    position: absolute;
    margin-top:-3px;
    margin-left:-30px;
}

.dokumentum_egydok a{
    color:#2c90d1;
    float:right;
    width:30%;
    text-align:right;
    text-decoration:none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dokumentum_egydok a:hover{
    opacity:0.7;
}

.dokumentum_egydok p{
    color:#000000;
    float:left;
    width:70%;
    text-align:left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin:0px;
    
}

.oldalszegely{
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
}

.kapcsolat_leiras{
    padding-left:10px;
    width:50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.kapcsolat_leiras h4{
    color:#00b1eb;
    margin-bottom: 20px;
    
}

.kapcsolat_leiras p{
    color:#000000;
    font-weight:600;
}

.kapcsolat_leiras p a{
    color:#000000;
    text-decoration: none;
}

.kapcsolat_terkep{
    width:50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.kapcsolat_terkep_nagy{
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.kapcsolat_kep{
    padding:5px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.kapcsolat_kep img{
    width:100%;
}

#termekek_valaszto_almenu_lista{
    display:none;
    text-align:center;
    margin-bottom:20px;
    width:100%;
    margin-top:-15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#termekek_valaszto_almenu_lista a{
    display:block;
    width:100%;
    text-align:center !important;
    font-weight:600;
    padding:5px;
    text-decoration: none;
    color:#000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#termekek_valaszto_almenu_lista a:hover{
    background-color:#afca0b;
}

.termekek_rendszerek h2 i{
    color:#afca0b;
}

#pdf_betoltesi_hely img{
    width:100%;
}


@media screen and (max-width: 1000px) {
    .kapcsolat_leiras{
        width:100%;
        
        text-align: center;
    }
    .kapcsolat_terkep{
        width:100%;
        margin: 0 auto;
        text-align: center;        
    }
    .kapcsolat_terkep img{
        max-width:192px;
        width:100%;
    }
    .dokumentum_doktipus, .rendszerek_legordulo{
        font-size:14px;

    }
}

@media screen and (max-width: 800px) {  
    .dokumentum_dokok_lista{
        width: 100%;        
        margin-left:0px;
    }
    .oldalszegely{
        border:0px;
    }
    
    .dokumentum_doktipus, .rendszerek_legordulo{
        font-size:14px;

    }
    
    .rendszerek_betoltesi_hely{
        margin-left:0px;
        width:100%;
        min-height:auto;
        height:auto;
    }
}