body {
    font-size: 1.2em;
}

.navbar {
    font-size: 1.5em;
}

.bg-primary {
    background-color: #b6d6c9 !important;
}

.dropdown-menu {
    background-color: rgb(101, 145, 104);
}

.form-popup {
    display: none;
    position: fixed;
    bottom: 50%;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-mozg_nem {
    max-width: 300px;
    padding: 10px;
    background-color: white;
  }

  #focim {
    font-size:2em;
    margin:auto;
    font-weight: bold;
    text-align: center;
  }

  input:disabled {
    background-color: rgb(187, 187, 187);
  }

  select:disabled {
    color:black;
    background-color: rgb(187, 187, 187);
  }

  input:read-only {
    background-color: rgb(187, 187, 187);
  }

  .container {
    max-width:none;
    padding:0px;
    margin:0px;
  }

  .pre-scrollable {
    max-height:70vh;
    overflow:auto;
    border-bottom: 1px solid grey;
  }

  label {
    font-size: 1.3em;
  }

  .button {
    background-color: #4e9477;
    border-color: #2f664f;
  }

  .i_button {
    width:200px;
    margin-top:10px;
    padding:0px;
  }

  .ment_button {
    margin:5px;
    height:30px;
  }

  h3 {
    font-size: 1.5em;
    font-weight: bold;
  }

  .error-message{
    color:rgb(211, 33, 33);
    font-weight: bold;
  }

.required label:after {
  content: '*';
  color: red;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-flex img{
  margin: 10px 20px;
}

.custom-combobox {
  position: relative;
  display: inline-block;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: scroll;   /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index:1000 !important;
}

label {
  display:block;
}

.input {
  margin-top:3px;
}

thead tr:nth-child(1) th
{
  background: white; 
  position: sticky;
  top: 0;
  z-index: 6;
}

.fix {
  position: -webkit-sticky;
  position: sticky;
  left:0px;
  z-index: 1 !important;
}

.fix:nth-of-type(2)
{
  left:76px;
}

tbody tr:nth-of-type(odd) .fix
{
  background-color: rgba(200, 200, 200);
}

tbody tr:nth-of-type(2n) .fix
{
  background-color: rgba(230, 230, 230);
}

.fix_fej {
  z-index: 7 !important;
}

.torzs_add {
  margin-left:25px;
}

.upper {
  text-transform: uppercase;
}

.submit_img {
  background:none !important;
  height:30px;
}

.export_mezok {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  height:75%;
  overflow: auto;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pointer:hover,
.pointer:focus {
  cursor: pointer;
}

.margin-top-3px {
  margin-top:3px !important;
}

.erteklista {
  height: 23px;
  color: #fff;
}

.rendeles_export {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 300px; /* Could be more or less, depending on screen size */
  max-height: 200px;
  overflow: auto;
}

td {
  padding:5px !important;
}

.rendeles_fej td, .rendeles_fej th{
  padding-top:0px;
  padding-bottom:0px;
  border:none;
}

.cim {
  font-size:2.5rem;
}

.rendeles { 
  font-family: DejaVu Sans; 
}
footer {
  position: fixed; 
  bottom: 0cm; 
  left: 0cm; 
  right: 0cm;
  height: 1cm;

  /** Extra personal styles **/
  color: black;
  text-align: center;
  line-height: 1cm;
}

footer .pagenum:before {
  content: counter(page);
}

a {
  color:black;
}

.s_tipus {
  color:black;
}

.nem_s_tipus {
  color:dodgerblue;
}

input:focus {
  background-color: rgb(187, 218, 249);
}

.battery {
  position: fixed;
  top: 3px;
  right: 15px;
  z-index: 9;
}

.radio_flex {
  display: flex;
  gap: 5px; /* Távolság a rádiógombok között */
  flex-wrap: wrap; /* Több sorba törik, ha kell */
  align-items: center; /* Középre igazítás függőlegesen */
}

.radio_flex div {
  display: flex;
  align-items: center;
  gap: 5px; /* Távolság a gomb és a szöveg között */
}

h1 {
  text-align: center;
  font-size: 1.8em;
}

.telitettseg {
  font-size: 0.7em;
}

.textarea_100 {
  width:100%;
}