.alap{ border-radius: 8px; box-sizing: border-box; padding: 8px;}
.point{cursor: pointer;}
.arny{box-shadow:0px 0px 8px #000;}
.inline{display: inline;}

#editgomb{ display:table; margin:16px auto;}
#editdivx{position: absolute; right:8px; top:8px;}
#borito{position: fixed; width:100%; height:100%; background:rgba(0,0,0,0.7); display: none; top:0px; left:0px; z-index: 1002;}
#editdiv{position: fixed; width:100%; max-width: 400px; height:auto; min-height:300px; background: #F4F4F4; display: none; top:50%; left:50%; transform: translate(-50%, -50%); z-index: 1003; border-radius:16px; text-align: center;} 
#editregiadat, #editmezo{text-align:left; padding: 8px;}
#edittabla{margin:auto;}
.tabladiv{display:table; width:100%;}
.rowdiv{display:table-row;}
.celldiv{display:table-cell; }
.celldiv1{text-align: right;}
.tabladiv input{flex: 2;
padding: 8px;
margin: 8px;
border: none;
border-radius: 4px; width:90%;}
.working {
  transition: all ease-in-out;
  background: linear-gradient(
    to right,
    #372B91 0%,
    #ffffff 25%,
    #372B91  50%,
    #372B91 75%,
    #372B91 100%
  );
  background-size: 200% 100%;
  animation: working- 1.5s linear infinite;
}

@keyframes working- {
  0% {
    background-position: 75% 0%;
  }
50% {
    background-position: -75% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}
#adatok input::placeholder {
  color: rgba(0, 0, 0, 0.3); /* Halványabb fekete */
}
#megrendcimmasolas, #kapcsnevmasolas, #postacimmasolas, #szlanevmasolas, #szlacimmasolas, #emailcimmasolas, #eszerzemailcimmasolas{font-size: 12px;}
#kuldesGomb{padding: 18px;}
#adatok a{color:#372B91; text-decoration: none; font-weight: bold;}
.uzenet, #uzenet{background:#EBEEFA; margin:20px auto 20px auto;    line-height: 25px;} 
#uzenet, #elektronikusKot{ display:none;}
#kuldesGomb{color: #fff!important; margin: auto; display: block;}
.masolsor{display: flex; align-items: baseline; justify-content: flex-start;}
#masolotabla{display: none; position: fixed; left:50%; top: 50%; transform: translate(-50%, -50%); width:fit-content;  height: auto; background: #EBEEFA; padding: 24px;}
.gomb {margin:8px;}
#masolotabla h2{margin-top: 0px;}
.x{ position: absolute; top:8px; right: 8px; font-size:22px;}
.gomb{ color: #fff; background-color: #372B91;text-transform: uppercase; padding: 16px;}
h2{text-align: center; margin-top: 60px; color: #181818;}
.elso-oszlop{ width:240px!important;}
#adatok {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
  }
  #adatok input{color:#372B91;}

  /* Flexbox a sorokhoz */
  .form-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap; /* Mobilbarát: törik, ha nincs hely */
    margin-bottom: 15px;
    margin-top: 15px;
  }

   .form-row-inline {
    align-items: left;
    display: inline;
    flex-wrap: wrap; /* Mobilbarát: törik, ha nincs hely */
    margin-bottom: 15px;
    margin-top: 15px;
  }
 
  .elso-oszlop {
    flex: 0 0 25    0px;
     text-align: right;
    margin-right: 10px;
    font-weight: bold;
  }
  
  .form-row input,
  .form-row textarea {
    flex: 2; /* Jobb oszlop */
    padding: 8px;
    margin: 8px;
    border: none;
    border-radius: 4px;
  }
  
  .form-row button {
    flex: 1;
    padding: 10px 15px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
   
  .form-row button:hover {
    background-color: #0056b3;
  }
#adoszamNincslabel{display: flex; align-items: center;}
#adoszamNincslabel, #adoszamNincs {flex:none;}
  
  /* Mobilbarát beállítások */
  @media (max-width: 600px) {
.form-row {flex-wrap: wrap;} 
.elso-oszlop{width:100%!important; text-align: left;margin-top: 24px; }
#szolgHelyTelepules1{max-width: none!important;}
.form-row label{margin-bottom: 5px;}
/*#megrendNeve, #adoszamNincslabel, #adoszam, #parkolasHelye{width:100%!important;max-width: none!important;} */
#megrendIrsz1, #megrendNeve, #megrendTelepules1, #parkolasHelye{flex:auto;} 
#megrendTelepules1, #szlaTelepules1{max-width: none!important;}
#kapcsMail1, #kapcsMail2, #szlaMail1, #szlaMail2{width:50%;}
  }

.tabla tr:nth-child(even)(even), 
.tabla tr:nth-child(even) {    background-color: #f2f2f2;}
.tabla tr:hover{ cursor: pointer;}
.tabla table {border-collapse: collapse; width:100%; }
.tabla td, th {    padding: 8px; text-align: center;}
.tabla{white-space: no-wrap;}
.tabla a {text-decoration:underline; color: #007bff!important;}

a{text-decoration:none; color:inherit;}
.alap{border-radius:8px; box-sizing:border-box; padding:8px;}
.arny{box-shadow:0px 0px 8px #000;}
.point{cursor:pointer;}
.hiba{box-shadow:0px 0px 8px red;}

body{padding-top:87px; background: #F8F8F8; color:#5d5f64; margin:0px;font-family: 'Open Sans', arial, sans-serif;font-size:16px;}
main{position: relative; z-index:50; width:100%;background: #EBEEFA; margin-bottom:192px; padding-bottom: 87px; padding-top: 87px;}
header{  position: fixed; top: 0px; left: 0px; width: 100%; height: 87px;  display: flex;   justify-content: left; align-items: center; z-index:1000;} 
#fej1{width:66%; height:100%;background:#EC9022;display: flex;   justify-content: left; align-items: center;padding-left: 28px; color:#FDF6ED; padding:36px; box-sizing:border-box; font-weight:bold;}
#fej2{width:34%; height:100%;background:#372B91;display: flex;   justify-content: center; align-items: center;padding:20px; box-sizing:border-box;}
h1{ margin-right: 25px; }
#orszem-logo{height: 58px; max-width: 100%; }
footer{width:100%;background: #372B91; height:192px; color:#fff; position:fixed; bottom:0px; left:0px; z-index: 0; box-sizing:border-box; padding:80px 13% 40px 13%; display: flex;   justify-content: left; align-items: flex-start; font-size:11px;line-height: 18px;}
#lab2, #lab3{width:33%; }
#lab1{width:fit-content; } 
#section1{width:100%; max-width: 1260px; margin:auto; background:#F4F4F4; padding:36px; box-sizing: border-box;}
#mns-logo{height: 82px; display: inline;
    float: left;
    margin-right: 15px;} 
#labcim1, #labcim2{text-align: left;
    font-size: 13px;
    line-height: 29px;}

@media screen and (max-width: 910px)
{
footer{padding: 80px 3% 40px 3%;;}
}

@media screen and (max-width: 810px)
{
h1{font-size: 16px;}
#fej1{font-size: 10px; display: flex; flex-direction: column;justify-content: center;         align-items: flex-start;}
#orszem-logo{width:100%; height: auto;}
h1{margin-right: 0px;}   
footer{flex-direction: column;justify-content: center; align-items: flex-start;height: auto;}    
#lab1, #lab2, #lab3{margin-left: 50%;transform: translateX(-50%); width:fit-content; width: 130px; }
main{margin-bottom: 350px;}
#mns-logo{ margin-left:30px;margin-right:0px;}
}

@media screen and (max-width: 367px)
{
#kapcsTel{max-width:160px;}
}