/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2024. febr. 17., 15:04:17
    Author     : Smid
*/
body{
    margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;
    background-image:url(../images_main/wallpaper_tavasz2.jpg);
    background-position: top center;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-size: 120%;
}
/*OLDAL VÁZA eleje*/
.container{
    background-color: rgba(255,150,80,0.0);
    display: grid;
    min-height: 100vh;
    grid-template-columns: 160px auto 150px;
    grid-template-rows: 160px auto 80px;
    grid-template-areas:
        'head head head'
        /*'menu menu menu'*/
        'left main right'
        'foot foot foot';
    grid-gap: 10px 10px;
}
.viewpart{
    text-align: center;
    background-color: rgba(10,50,110,0.0);
    padding: 0px;
}
.viewMain{
    grid-area: main;
    min-height: 1000px;
    background-color: rgba(255,255,255,0.6);
}
.viewHead{
    grid-area: head;
}
.viewHeadMenu{
    grid-area: menu;
    position: sticky;
    top:10px;
    margin: 0px;
    bottom: 0px;
    text-align: center;
    background-color: rgba(255,255,255,0.95);
    color: black;
    font-weight: bold;
    z-index: 999;
    border-top: rgba(0, 113, 197,0.8) solid 0px;
    border-bottom: rgba(0, 113, 197,0.8) solid 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    text-align: right;
}
.viewLeft{
    grid-area: left;
}
.viewRight{
    grid-area: right;
}
.viewFoot{
    grid-area: foot;
}
.maindiv{
    /*position: sticky;*/
    top:0px;
    background-color: none;
}
/*OLDAL VÁZA vége*/
hr{
    margin-top: 15px;
    border: 3px solid grey;
}
input{
    font-size: 1.2em;
    padding: 3px 3px 3px 3px;
    border: gray solid 1.5px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
}
.kosar_table{
    margin: 0 auto;
    /*border: #0000ff solid 1vw;*/
    width: 100%;
    max-width: 700px;
    border-spacing: 0;
    border: lightsteelblue solid 1px;
}
.kosar_megjegyzes{
    display: block;
    margin: 0 auto;
    border: #0000ff solid 1vw;
    width: 100%;
    max-width: 700px;
}
.kosar_lab1{
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    text-align: right;
    color: #ff6600;
    font-size: 1.4em;
}
.kosar_lab2{
    margin: 1vh auto 2vw auto;
    width: 100%;
    max-width: 700px;
    text-align: left;
    color: #d00;
    font-size: 1.1em;
}

.t_kep{
    text-align: center;
    font-size: 0.8em;
    padding: auto;
    min-width: 100px;
    max-width: 200px;
    border-bottom: lightgray solid 1px;
}
.t_text{
    font-size: 1em;
    padding: 0vw 2vw 2vw 0;
    border-bottom: lightgray solid 1px;
}
.megnevezes{
    width: 100%;
    margin: 8px 0 8px 0;
    font-weight: bolder;
}
.mennyiseg{
    width: 100%;
    text-align: right;
}
.ar1{
    margin: 0 0 8px 0;
    text-align: center;
    font-size: 0.9em;
}
.s_ar2{
    margin: 0 0 2px 10px;
    text-align: right;
    color: #ff6600;
    font-weight: bolder;
    font-size: 1.2em;
    float: right;
}
.s_ar1{
    float: left;
    color: grey;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
}
.s_cikkszam{
    float: left;
    color: grey;
}
.s_del{
    text-align: right;
    float: right;
    font-weight: bold;
    color: #888;
    font-size: 1.5em;
    transition: color 0.5s ease; 
}
.s_del:hover{
    color:red;
}

.refresh{
    font-size: 1em;
    border: #006600 solid 1px;
    color: #060;
    font-weight: bolder;
    background-color: lightgreen;
    border-radius: 6px 6px 6px 6px;
    transition: background-color 0.5s ease;
}
.refresh:hover{
    background-color: #00b200;
    color: white;
}

.text10{
    color: grey;
    font-size: 0.6em;
}

.inputBox{
    position: relative;
    display: flex;
    padding: 1vw 0 0 0;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    /*border: #faa solid 20px;*/
}
input[type="checkbox"] {
    width: 30px; /* Állítsd be a kívánt szélességet */
    height: 25px; /* Állítsd be a kívánt magasságot */
    margin: 15px 0 0 0;
    background: rgba(255,220,235,0.5);
    outline: none;
    color: #555;
    font-size: 1.2em;
    padding: 3px 3px 3px 3px;
    border: gray solid 1.5px;
    border-radius: 4px 4px 4px 4px;
}
input[type="radio"] {
    height: 1.5em;
    width: 1.5em;
}
.radio {
    height: 1.8em;
    width: 1.8em;
}
textarea{
    text-align: left;
    padding: 10px;
    margin: 0;
    max-width: 500px;
    border: 2px solid #008fc4;
    background: white;
    border-radius: 10px;
    outline: none;
    color: #555;
    font-size: 16px;
}
.inputFelirat{
    margin: 0 auto 0 18px;
    left: 0px;
    pointer-events: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 1px 10px;
    background-color: #008fc4;
    border-radius: 6px;
}

.inputBox input{
    text-align: left;
    padding: 10px;
    margin: 15px 0 0 0;
    max-width: 500px;
    border: 2px solid rgba(60,60,60,0.5);
    background: rgba(255,220,235,0.5);
    border-radius: 10px;
    outline: none;
    color: #555;
    font-size: 16px;
}
.inputBox span{
    position: absolute;
    margin: 18px auto;
    left: 0px;
    padding: 10px;
    pointer-events: none;
    font-size: 16px;
    color: rgba(60,60,60,0.5);
    text-transform: uppercase;
    transition: 0.3s;
}
.inputBox input:valid ~ span,
.inputBox input:disabled ~ span,
.inputBox input:focus ~ span{
    color: #fff;
    transform: translateX(10px) translateY(-15px);
    font-size: 14px;
    padding: 0 10px;
    background-color: #008fc4;
    border-radius: 6px;
}
.inputBox input:valid,
.inputBox input:disabled,
.inputBox input:focus{
    border-color: #008fc4;
    background-color: #fff;
}
.inputComment{
    display: block;
    color: #666;
    font-size: 14px;
    padding-left: 2vw;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}
.divCenter{
    text-align: center;
    width: 100%;
    margin: 18px auto;
    padding: 0 auto;
    font-size: 16px;
}
.divLeft{
    text-align: left;
    width: 100%;
    max-width: 500px;
    margin: 18px auto;
    padding: 0 auto;
    font-size: 18px;
}
.inputSubmit{
    width: 80%;
    max-width: 300px;
    text-align: center;
    padding: 10px;
    border-color: #008fc4;
    background-color: #008fc4;
    color: #fff;
    transition: 0.3s;
    border: 2px solid #008fc4;
    border-radius: 10px;
}
.inputSubmit:hover{
    border-color: #008fc4;
    background-color: #fff;
    color: #555;
    padding: 10px 20px;
    
}
.form-szamlaadat {
  display: none; /* Alapértelmezés szerint rejtve van */
}


@media only screen
and (min-width:320px)
and (max-width:800px){

    body{
    margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;
    background-image:url(../images_main/mobil_hatter.jpg);
    background-size: auto 80vh;
    background-attachment: fixed;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #5CB4FF;
}
/*OLDAL VÁZA eleje*/
    .container{
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas:
        'head'
        /*'menu'*/
        'main'
        'foot';
    }
    .viewLeft{
    display: none;
}
.viewRight{
    display: none;
}
/*OLDAL VÁZA vége*/
}