html {
  height: 100%;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}

header {
  height: 50px;
}

#body_container {
  padding: 50px;
  height: 100%;
  position: relative;
}

.info {
  margin-top: auto;
  height: auto;
  display: block;
  box-sizing: border-box;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  font-size: 0.75rem;
}

footer {
  margin-top: auto;
  height: 30px;
  display: block;
  box-sizing: border-box;
}

table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  white-space: normal;
  line-height: normal;
  font-weight: normal;
  font-size: inherit;
  font-style: normal;
  text-align: start;
  border-spacing: 2px;
  padding: 0px;
  font-variant: normal;
  border: 0px;
}

table.table_szint {
  padding: 0px;
  border-spacing: 0px;
}

.center {
  margin: auto;
  width: 100%;
  align-content: center;
  text-align: center;
}

div {
  display: block;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  width: 95%;
}

tr {
  display: table-row;
  vertical-align: inherit;
}

td {
  display: table-cell;
  vertical-align: inherit;
}

::selection {
  font-family: inherit;
  text-shadow: none;
}

button {
  appearance: auto;
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  margin: 0em;
  padding: 1px 6px;
  /* border-width: 0.03rem;
  border-style: outset; */
  /* -webkit-filter: blur(0.03REM);
  filter: blur(0.03REM); */
}

.uk-label {
  text-transform: uppercase;
  /* -webkit-filter: blur(0.03REM);
  filter: blur(0.03REM); */
}

.uk-label-message {
  text-transform: none;
  /* -webkit-filter: blur(0.03REM);
  filter: blur(0.03REM); */
}

.uk-button {
  min-width: 120px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  /* border-width: 2px;
  border-radius: 4px;
  border-style: solid; */
  overflow: visible;
  font: inherit;
  /* -webkit-appearance: none; */
  border-radius: 0;
  display: inline-block;
  padding: 0 30px;
  /* font-size: 1rem; */
  line-height: 38px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  transition-property: color, background-color, border-color;
  min-height: 60px;
}

.uk-button:hover {
  text-decoration: none;
  cursor: pointer;
}

.uk-button > * > a {
  text-align: center;
}

.uk-button-home {
  max-width: 300px;
}

.uk-button-save {
  max-width: 200px;
  min-height: 60px;
  border: 2px;
  border-style: solid;
  margin: auto;
  /* display: flex;
  align-items: center;
  text-align: center; */
}

.uk-button-save:hover {
  text-decoration: none;
  cursor: pointer;
}

.uk-button-disabled{
  max-width: 200px;
  min-height: 60px;
  border: 2px;
  border-style: solid;
  margin: auto;
}

.uk-button-disabled:hover {
  text-decoration: none;
  cursor: pointer;
}

/* vilagitas! */

canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  box-sizing: border-box;
  /* -webkit-filter: blur(0.03REM);
  filter: blur(0.03REM); */
}

/* redony! */
.btn_window {
  position: relative;
  left: 0;
  top: 0;

  z-index: 5;
  min-width: 110px;
  max-width: 110px;
  width: 110px;
  /* width: 100%; */
  /* width: 205; */
  height: 57px;

  border-left: 5px;
  border-top: 5px;
  border-right: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 2px;

  border-style: solid;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  /* -webkit-filter: blur(0.03REM);
  filter: blur(0.03REM); */
}

.btn_shader {
  position: absolute;
  left: -1;
  min-width: 112px;
  max-width: 112px;
  width: 112px;
  margin: 0px;
  padding: 0px;
  z-index: 10;
  height: 60;
  top: 0px;
  /* left: -5px; */
  /* -webkit-filter: blur(0.03REM);
  filter: blur(0.03REM); */
}

.btn_text {
  min-width: 120px;
  max-width: 120px;
  width: 100%;
  height: 60;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 13;
  font-size: 1rem;
  left: -5;
  /* -webkit-filter: blur(0.03REM);
  filter: blur(0.03REM); */
}

.btn_text_off {
  font-size: 1rem;
}

.btn_text_on {
  font-size: 1rem;
}

.btn_text_move {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-width: 1px;
  /* font-size: 1.75rem; */
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.btn_text_stopped {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-width: 1px;
  /* font-size: 1.75rem; */
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  /* max-width: 390px; */
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
}

.popup#child {
  margin: 0 auto;
}

.popup_inner {
  z-index: inherit;
  max-width: 380px;
  flex-shrink: 0;
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  padding: 20px;
}

select {
  text-transform: none;
  font-size: 1rem;
  color: inherit;
  padding: 1px;
}

input {
  text-transform: none;
  font-size: 1rem;
  color: inherit;
  padding: 1px;
}

.filter_div {
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
  padding: 5px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
}

.naplok_container {
  width: 95%;
  height: 470px;
  overflow: auto;
}

.naplok_text {
  /* height: 100vh; */
  width: 1024px;
  margin: 0;
  overflow: auto;
  padding: 1rem;
  font: 0.65rem Inconsolata, monospace;
  text-align: left;
}

/* .naplok_text::before {
content: "~$ ";
} */

/* .naplok_text::after {
  content: "";
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: repeating-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.15) 1px,
    transparent 1px,
    transparent 2px
  );
  pointer-events: none;
} */

.naplok_text::selection {
  text-shadow: none;
}

/* ez csak a @media example miatt van itt, nincs hasznalva */
menu-button {
  font-size: 18px;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  width: 400px;
  height: 236px;
  background-size: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  /* Extra small devices (phones, 600px and down) */
  menu-button {
    width: 400px;
    height: 236px;
  }
}

@media only screen and (min-width: 600px) {
  /* Small devices (portrait tablets and large phones, 600px and up) */
  menu-button {
    width: 600px;
    height: 354px;
  }
}

@media only screen and (min-width: 768px) {
  /* Medium devices (landscape tablets, 768px and up) */
  menu-button {
    width: 600px;
    height: 354px;
  }
}

@media only screen and (min-width: 992px) {
  /* Large devices (laptops/desktops, 992px and up) */
  menu-button {
    width: 400px;
    height: 236px;
  }
}

@media only screen and (min-width: 1200px) {
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  menu-button {
    width: 400px;
    height: 236;
  }
}
