*{
  margin: 0;
  padding: 0;
}

.menu{
  background-color: #333333;
  padding-left: 30px;
}

.menu ul{
  display: inline-flex;
  list-style: none;
  color: white;
}

.menu ul li{
  /*width: 130px;*/
  margin: 10px;
  padding: 10px;
}

.menu ul li a {
  color: white;
  text-decoration: none;
}

.almenu{
  display: none;
  max-height: 300px;
  overflow: auto;
}

.almenu ul li a{
  color: white;
  text-decoration: none;
  background: none;
  border: none;
  box-sizing: none;

}

.menu ul li:hover{
  background-color: #111111;
}

.menu ul li:hover .almenu{
  display: block;
  position: absolute;
  background-color: #333333;
  margin-top: 10px;
  margin-left: -15px;
  z-index: 999;
}

.menu ul li:hover .almenu ul{
  display: block;
  margin: 10px;
  
}

.menu ul li:hover .almenu ul li{
  width: 150px;
  padding: 10px;
  border-bottom: 1px dotted white;
  background: transparent;
  border-radius: 0;
  text-align: left;
 
}

.menu ul li:hover .almenu ul li:hover{
  background-color: #111111;
}

.tabs {
  padding: 1em;
  
}

[role="tablista"] {
  
 margin-bottom: -1px;
  
}


[role="tablist"] {
  display: inline-block;
  position: relative;
  margin-right: 2px;
  z-index: 1;
  background: white;
  border: 1px solid grey;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 0.2em;
}

[aria-selected="true"] {
  z-index: 3;
}

[role="tabpanel"] {
  position: relative;
  padding: 0 0.5em 0.5em 0.7em;
  height: 76vh;
  border: 1px solid black;
  border-radius: 0 0 5px 5px;
  background: white;
  z-index: 2;
}

[role="tabpanel"]:focus {
  border-color: orange;
  outline: 1px solid orange;
}

[focus="true"] {
  background-color: gray;
}

[role="tablist"] button {
  background: none;
  border: none;
}

[role="tab"]{
  text-decoration: none;
  color: black;
}

.termekek_div, .bevetelezesek_div, .kimenok_div, .tks_div, .tas_div{
  margin: 1vh;
}

#termekek_list, #bev_list, #kimeno_list, #tk_list, #ta_list, #rak_list, #aruhaz_list{
  text-decoration: none;
  list-style: none;
  max-height: 65vh;
  padding-left: 5px;
  padding-right: 5px;
}

.termek_div, .bev_div, .kimeno_div{
  padding: 10px;
  margin-top: 2vh;
  border: solid lightgray 1px;
}

#termekek, #bevetelezesek, #kimenok, #tks, #tas, #rak{
  position: relative;
  width: 45vw;
  height: 65vh;
  float: left;
  border: solid lightgray 1px;
}

#termek{
  position: relative;
  padding: 10px;
  margin-left: 48vw;
  margin-top: 2vh;
  border: solid lightgray 1px;
  
}

#form label, .form label{
  margin-bottom: 5px;
}

#form input, #ujtermekform input, #ujpartnerform input, #ujpartnerform select, #form select, .form input, .form select{
  margin-bottom: 5px;
  margin-left: 100px;
  width: 600px;
}

.folyam{
  max-height: 70vh;
  overflow: auto;
}

#szamlateteltable, #kimenoteteltable{
  width: 90vw;
}

.szteteltable, .szteteltable td, .kteteltable, .kteteltable td, .tktable, .tktable td, .tatable, .tatable td, .rend_table, .rend_table td{
  border: #111111, solid;
  border-collapse: collapse;
}

.tktable td, .tatable td{
  width: 150px;
  padding: 10px;
  text-align: center;
}

#szamlateteltable td, #kimenoteteltable td{
  width: 150px;
}

#szamlatetelekdiv, #kimenotetelekdiv{
  margin-top: 50px;
  max-height: 45vh;
  overflow: auto;
}

#ujbevetelezesdiv, #ujkimenodiv{
  position: absolute;
  float: left;
}

#szamlateteldiv, #kimenoszamlateteldiv{
  position: relative;
  margin-left: 35vw;
}


#bev_termek_div, #kimeno_termek_div{
  width: 100%;
  height: 80%;
  z-index: 9999;
  position: fixed;
}
#bev_termek_content, #kimeno_termek_content{
  border: 1px, solid black;
  width: 700px;
  height: 420px;
  position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: rgb(156, 162, 176);
}

#bev_muv_buttons, #kimeno_muv_buttons{
  margin-top: 115px;
  position: relative;
}

#kimeno_muv_buttons{
  margin-top: 30px;
  position: relative;
}

#bev_div, #kimeno_div, #tk_div, #ta_div, #rak_div{
position: relative;
  padding: 10px;
  margin-left: 48vw;
  border: solid lightgray 1px;
  overflow: auto;
  max-height: 63vh;
}

#bev_termekek_list, #kimeno_termekek_list{
  margin-top: 10px;
  max-height: 380px;
  overflow: auto;
}

#alert{
  display: none;
  background-color: rgba(0,0,0,0.6);
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
}

#alert_torzs{
  border: #111111, solid, 2px;
  background-color: lightgray;
  width: 300px;
  height: 100px;
  margin-top: 20vh;
}

@keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}




  
  

  