@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&display=swap");
body, html {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  border-collapse: separate;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

a {
  color: #000000;
  text-decoration: none;
}

select {
  max-width: 60px;
  font-size: 12px;
}

small {
  font-size: 90%;
}

.autom {
  background: none;
  color: #ffffff;
  font-weight: bold;
  padding: 2px !important;
}

.top-box {
  width: 100%;
  background-color: #ffffff;
}

.atmenet {
  width: 100%;
  height: 14px;
  background-image: linear-gradient(to right, #3479BE, #1A3D5F);
}

.fejlec {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}
.fejlec h1 {
  flex: 0 1 700px;
}
.fejlec .bal, .fejlec .jobb {
  display: flex;
  align-items: center;
}
.fejlec .jobb {
  justify-content: flex-end;
  flex: 1;
  max-width: 600px;
}
.fejlec .jobb .tovabbi p {
  margin: 0;
  padding: 0;
}
.fejlec .jobb .tovabbi .cim {
  margin-bottom: 10px;
  font-weight: bold;
}
.fejlec .bal {
  flex: 1;
  gap: 30px;
}

.betolt_gomb {
  flex: 0 1 100px;
  width: 100%;
  max-width: 300px;
}
.betolt_gomb input[type=submit] {
  border: none;
  padding: 10px 15px;
  background-color: #377BBE;
  color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 12px;
}
.betolt_gomb input[type=submit]:hover {
  background-color: #185B9D;
}

.betolt_cegadatok {
  width: auto;
  border: 1px solid #aaaaaa;
  padding: 16px;
}
.betolt_cegadatok p {
  margin: 0 0 8px 0;
}
.betolt_cegadatok input {
  width: 100%;
  max-width: 250px;
}
.betolt_cegadatok input[type=submit].betoltes {
  border: none;
  padding: 10px 15px;
  background-color: #377BBE;
  color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 12px;
}
.betolt_cegadatok input[type=submit].betoltes:hover {
  background-color: #185B9D;
}

.bezar {
  display: inline-block;
  padding: 0;
  border-radius: 12px;
  cursor: pointer;
}
.bezar:before {
  display: block;
  margin: 15px 0;
  padding: 0px 0 0px 25px;
  color: #000000;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
  background-image: url(img/nyil-le.svg);
}
.bezar:not(.zarva):before {
  content: "Táblázat megjelenítése";
}
.bezar.zarva:before {
  content: "Táblázat elrejtése";
  background-image: url(img/nyil-fel.svg);
}

h1 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #004876;
}

.login-form {
  display: inline-block;
  margin: 0;
  width: auto;
}

.info-blokk {
  margin: 26px 0 40px 25px;
  padding: 26px;
  width: 100%;
  max-width: 800px;
  position: relative;
  border-radius: 13px;
  padding: 33px;
  background-color: #EDEDED;
  overflow: visible;
}
.info-blokk::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  width: 100%;
  height: 100%;
  background-image: url(img/info.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 53px;
}
.info-blokk ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.info-blokk ul li:not(:last-child) {
  margin-bottom: 10px;
}
.info-blokk i, .info-blokk strong, .info-blokk u, .info-blokk * {
  color: #000000;
}

#bekuld-info {
  display: none;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 15px;
  background-color: #F8F8F8;
  font-weight: bold;
  text-align: center;
}

.cim {
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-direction: column;
}
.cim span {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
}
.cim span.szam {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 22px;
  padding: 7px;
  width: 56px;
  height: 56px;
  border-radius: 13px;
  background-color: red;
  color: #ffffff;
}

.alcim {
  font-size: 18px;
  font-weight: bold;
  padding: 25px 0 7px;
  display: block;
}

.megj, sup {
  font-size: 10px;
}

.elolap .cim span.szam {
  background-color: #00A7E0;
}
.elolap ul li * {
  font-size: 14px;
}
.elolap.infoblokk {
  width: 100%;
  max-width: 916px;
}
.elolap.infoblokk.adat {
  max-width: 100%;
}
.elolap.infoblokk .kerjuk {
  font-size: 18px;
  font-weight: bold;
}

.adatvedelem {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 2px;
  margin: 16px auto;
}
.adatvedelem * {
  font-size: 12px;
}
.adatvedelem a {
  text-decoration: underline;
}
.adatvedelem input {
  flex: 0.01;
  width: 16px;
}

.info-lista li {
  margin-bottom: 10px;
}

.gepek_osszesen {
  padding: 15px 0;
}
.gepek_osszesen span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.gepek_osszesen input {
  width: 100%;
  max-width: 80px;
}

td.sorszam_td {
  width: 15px;
}

.sorszam {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
  background-color: #eeeeee;
  width: 30px;
  text-align: center;
}

#vegleges-blokk {
  width: 300px;
  position: fixed;
  bottom: 20px;
  right: 15px;
  padding: 16px;
  border-radius: 13px;
  background-color: #eee;
  z-index: 10000001;
}

.vegleges {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.vegleges select {
  max-width: 150px;
}
.vegleges input[type=checkbox] {
  height: 30px;
  flex: 0 1 50px;
  text-align: center;
}

#tabla_1 .szam, #tabla_1 thead tr {
  background-color: #162C7D;
}
#tabla_1 .sorszam {
  color: #162C7D;
}

#tabla_2 .szam, #tabla_2 thead tr {
  background-color: #00A7E0;
}
#tabla_2 .sorszam {
  color: #00A7E0;
}

#tabla_3 .szam, #tabla_3 thead tr {
  background-color: #006E73;
}
#tabla_3 .sorszam {
  color: #006E73;
}

#tabla_4 .szam, #tabla_4 thead tr {
  background-color: #65B32E;
}
#tabla_4 .sorszam {
  color: #65B32E;
}

#tabla_5 .szam, #tabla_5 thead tr {
  background-color: #E18800;
}
#tabla_5 .sorszam {
  color: #E18800;
}

#tabla_6 .szam, #tabla_6 thead tr {
  background-color: #E84E0F;
}
#tabla_6 .sorszam {
  color: #E84E0F;
}

#tabla_7 .szam, #tabla_7 thead tr {
  background-color: #5eab83;
}
#tabla_7 .sorszam {
  color: #5eab83;
}

.bezar-content {
  display: none;
  width: 100%;
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
}
.bezar-content .flex-blokk {
  flex: 1;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bezar-content .flex-blokk .blokk {
  flex: 1;
}
.bezar-content .blokk {
  flex: 1;
  min-width: 300px;
  background-color: #F8F8F8;
  padding: 40px;
  border-radius: 13px;
  border: 1px solid #000000;
}
.bezar-content label {
  display: block;
  margin-bottom: 5px;
}
.bezar-content input {
  padding: 5px;
}

.lista {
  padding: 16px;
}
.lista table tr td:not(.text) {
  text-align: right;
  padding-right: 8px;
}

table tr td:first-child, table tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}

thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #F8F8F8;
}

.gyanus {
  color: #ff0000;
}

.riport.main-content {
  padding-top: 0;
}
.riport form {
  max-width: 100%;
}
.riport .bezar-content {
  display: block;
}
.riport .bezar {
  display: none;
}
.riport input {
  background: none;
  border: none;
  text-align: right;
}
.riport .altalanos {
  max-width: 100%;
  display: block;
  padding: 16px;
  border: 1px solid #162C7D;
  border-radius: 13px;
}
.riport .altalanos .sor {
  display: flex;
}
.riport .altalanos .sor p:last-child {
  font-weight: bold;
}
.riport .altalanos p {
  margin-right: 5px;
}
.riport table tr td {
  padding: 5px 10px 5px 0;
  border-bottom: 1px solid #162C7D;
  vertical-align: middle;
}
.riport table tr td p {
  text-align: right;
}
.riport table tr td.sum:not(.clear) {
  background: none;
}
.riport table tr.oszlop_osszesen td {
  color: #E84E0F;
  font-weight: bold;
}
.riport table thead tr td {
  padding: 8px 5px;
}
.riport table thead tr td:not(:first-child) {
  min-width: 100px;
}

.chart-container {
  width: 100%;
  max-width: 600px;
  margin: 32px auto;
}

#filter_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#filter_form h1 {
  margin-bottom: 0;
}
#filter_form .sor {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
#filter_form .sor.torles {
  margin-top: 32px;
}
#filter_form button {
  flex: 1;
  font-size: 14px;
  margin: 0;
}

.elolap {
  background-color: #F8F8F8;
}
.elolap .belso-flex {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.elolap .blokk {
  flex: 1;
  padding: 0;
  margin-bottom: 0;
}
.elolap .flex-blokk {
  justify-content: flex-start;
}
.elolap .flex-blokk .blokk {
  padding: 0;
}
.elolap label {
  display: block;
  margin: 10px 0 5px;
}

.hibas {
  background-color: rgba(252, 133, 139, 0.45);
}

input:required::-moz-placeholder {
  color: red;
  font-style: italic;
}

input:required::placeholder {
  color: red;
  font-style: italic;
}

.main-content {
  width: 100%;
  margin: 0 auto;
  padding-top: 200px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url(img/urlap-bg.jpg);
}

form, .confirm {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px;
}

input {
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
  background-color: #ffffff;
  border: none;
  position: relative;
  border: 1px solid #BABABA;
}
input:before {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
}

.error p {
  padding: 5px;
  font-weight: bold;
}

.message .hiba {
  color: #ff0000;
  background-image: url(img/hiba.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 33px;
  padding: 10px 0 10px 50px;
}
.message .rendben {
  background-color: rgba(150, 204, 136, 0.62);
  color: #000000;
}

button, .osszesit_mindent {
  width: 100%;
  display: block;
  margin: 16px auto 0;
  background-color: #377BBE;
  color: #ffffff;
  font-size: 18px;
  border: none;
  padding: 15px;
  border-radius: 30px;
}
button:hover, .osszesit_mindent:hover {
  background-color: #185B9D;
  cursor: pointer;
}

.osszesit_mindent {
  position: fixed;
  bottom: 20px;
  left: 15px;
  cursor: pointer;
  width: auto;
  max-width: none;
  font-size: 16px;
  margin: 0;
}

#hiba-info {
  display: none;
  position: fixed;
  z-index: 11000000;
  bottom: 20px;
  left: 40px;
  width: calc(100% - 372px);
  padding: 24px 16px;
  background-color: #ffffff;
  color: #ff0000;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #eee;
  border-radius: 13px;
  box-shadow: 0px 0px 30px 5px rgba(130, 130, 130, 0.86);
}

.kiemelt_1 {
  color: #E18800;
}

.kiemelt_2 {
  color: #00A7E0;
}

.sum_info {
  font-size: 24px;
}

.altalanos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 36px;
}
.altalanos div {
  flex: 1 calc(50% - 32px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.altalanos label {
  width: 80%;
}
.altalanos input {
  width: 20%;
}

.blokk {
  background-color: #F8F8F8;
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 48px;
}
.blokk#tabla_1, .blokk#tabla_2, .blokk#tabla_3, .blokk#tabla_4, .blokk#tabla_5, .blokk#tabla_6, .blokk#tabla_7 {
  border-radius: 0;
}

table {
  border: none !important;
}
table .sticky { /* Safari */
  position: sticky;
  top: 0px;
  z-index: 10000000;
}
table thead tr td {
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 5px;
}
table tr td {
  vertical-align: text-top;
}
table tr td.sum:not(.clear) {
  background-color: #eeeeee;
  color: #000000;
  font-weight: bold;
}
table tr td.sum:not(.clear) input {
  background-color: #dddddd;
  color: #000000;
  font-weight: bold;
  border: none;
}
table tr td.sum:not(.clear) input.sum-disabled {
  pointer-events: none;
}

.blokk_sum input {
  background-color: #eeeeee !important;
  color: #000000 !important;
}

footer {
  background-color: #E8E8E8;
}
footer .inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  -moz-column-gap: 160px;
       column-gap: 160px;
  justify-content: flex-start;
  align-items: center;
}
footer .cim, footer .telefon {
  margin-bottom: 25px;
}
footer .cim p, footer .telefon p {
  margin: 0;
}
footer .cim, footer .telefon, footer .email {
  padding-left: 35px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .cim {
  background-image: url(img/ikon-cim.svg);
}
footer .telefon {
  background-image: url(img/ikon-telefon.svg);
}
footer .email {
  background-image: url(img/ikon-email.svg);
}

@media (max-width: 1440px) {
  form, .confirm {
    padding: 0px;
  }
  .blokk {
    padding: 16px;
  }
}/*# sourceMappingURL=style.css.map */