form
{
 position:relative;
}
.center
{
 text-align:center;
}
.lockform
{
 position:absolute;
 z-index:1000;
 background:transparent;
 width:100%;
 height:100%;
}
input:disabled
{
 cursor:no-drop;
}
.own_menu
{
 float: left;
 width: 25%;
 max-width: 300px;
 box-sizing: border-box;
}
.own_menu a
{
 text-decoration: none;
 color: #085a96;
}
.own_menu li
{
 list-style: none;
 padding: 5px;
 margin-bottom: 1px;
 background: #e6e7e8;
 margin-right: 15px;
}
.own_menu li.kiemelt, .mobil_own_menu li.kiemelt
{
 background: orange;
 cursor: pointer;
}
.own_menu li:hover
{
 font-weight: bold;
}
.own_content
{
 float: left;
 width: 75%;
 box-sizing: border-box;
}
.small
{
 font-size: x-small;
}
.eloadas_list
{
 width: calc(50% - 20px);
 background: #e0e0e0;
 padding:5px;
 box-sizing: border-box;
 float: left;
 margin:10px;
}
.eloadas_list .label
{
 margin-bottom: 2px;
 vertical-align: top;
}
.eloadas_list .button
{
 width: 110px;
 display: inline-block;
 margin-right: 5px;
 text-align: center;
}
.hidden-input
{
 display: none;
}
.eloado_pic
{
 width:100px;
 height: 120px;
 overflow:hidden;
 float:left;
 margin-right:10px;
}
.eloado_pic img
{
 width:100px;
}
.eloado_adat
{
 float:right;
 width: calc(100% - 110px);
}
.csomagcsoport
{
 display:none;
 padding-left:30px;
}
.bordered
{
 border:1px solid silver;
 padding: 5px;
}
.float-left
{
 float: left;
}
#egyeni_tagkod
{
 display: none;
}
#partolotag
{
 display: none;
}
.parkoloRow
{
 display: none;
}
.warninguzenet
{
 color: #ffcc00;
 border: 2px solid #ffcc00;
 padding: 5px;
 text-align:center;
 background-color: #ffff99;
}
.pluszetkezes
{
 display: none;
}
.szalloda_nev
{
 font-weight: bold;
}
.szallas_datum_select
{
 display: none;
}
.csomagreszlet
{
 display: none;
}
.parkoloreszlet
{
 display: none;
}
.csomagreszlet_arrow, .parkolasreszlet_arrow
{
 position: absolute;
 margin-top:2px;
 margin-left: 5px;
 cursor: pointer;
}
#kiallito_terulet
{
 width: 100%;
 border: 1px solid #f0f0f0;
 box-shadow: 2px 2px 5px silver;
 background: url("../../../files/images/vif_alaprajz_2025_3.jpg");
 background-position: center center;
 background-size: cover;
 background-repeat: no-repeat;
 position: relative;
 margin:0px auto;
}
#kiallito_terulet .stand
{
 position: absolute;
 cursor: pointer;
 box-sizing: border-box;
 padding-top:10px;
 text-align: center;
}
#kiallito_terulet .stand div
{
  position: absolute;
  background: white;
  color: red;
  height: 25px;
  padding:5px;
  width: 100px;
  top: -30px;
  border-radius: 5px 5px 5px 0px;
  box-shadow: 2px -2px 5px rgba(0,0,0,0.8);
}
#kiallito_terulet .stand:not(.foglalt_stand):not(.selected_stand):hover
{
 background: rgba(255,232,0,1);
}
#kiallito_terulet .foglalt_stand
{
 background: #cb0000;
 cursor: auto;
}
#kiallito_terulet .selected_stand,#kiallito_terulet .my_selected_stand
{
 background: #ffbf00;
}
#kiallito_terulet .other_stand
{
  background: transparent!important;
}

@media only screen and (max-width: 1047px)
{
 .own_content
  {
   float: none;
   text-align: center;
   width: 100%;
  }
  .eloadas_list
  {
   width: 100%;
   float: none;
   text-align: center;
  }
  .eloado_pic
  {
   float: none;
   width: 100%;
   text-align: center;
  }
  .eloado_adat
  {
   float: none;
   width: 100%;
  }
}
@media (max-width: 800px)
{
 #kiallito_terulet .stand:not(.foglalt_stand):not(.selected_stand):hover
  {
   background: transparent;
  }
}
.igazolvanykep
{
  display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 10px 10px 10px 0px;
    border: 1px solid #095a93;
    border-radius: 5px;
    width: 250px;
    box-sizing: border-box;
    height: 300px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
    position: relative;
}
.igazolvanykep_title
{
  text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.igazolvanykep .input_mezo
{
      width: calc(100% - 5px);
      margin-bottom: 20px;
}
#igazolvany-text
{
  float: none;
    width: 100%;
    margin-top: 20px;
}
.startupload, .delIgazolvany, .startsave
{
  position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.startsave
{
  bottom: 35px;
}
.progress
{
  border: 1px solid silver;
  opacity: 0;
}
#progressBar
{
    padding: 2px 0px;
    background: #47ff78;
    font-size: 12px;
}
.igazolvanykep img
{
  max-width: 100%;
    max-height: 120px;   
    margin: 0px auto;
    display: block;
}
