﻿/*
Theme Name: E-LIFT
Author: E-LIFT
Author URI: https://e-lift.hu/
Description: 2026.07.08
Version: 3.5
*/



/*  Reset  */

@viewport {
	width: device-width;
}

html, body, div, span, applet, object, a, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

aside, details, footer, header, hgroup, nav, section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	/*line-height: 20px;*/
}

body {
	background: #fff;
	min-width: 450px;
}

a {
	color: dodgerblue;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: dodgerblue;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	/*line-height: 20px;*/
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	/*line-height: 16px;*/
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	/*line-height: 20px;*/
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	min-width: inherit;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input,
select {
	line-height: normal;
	margin: 4px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 0px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0;
	/*font-weight: bold;*/
}

td {
	border-width: 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: dodgerblue;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: dodgerblue;
	color: #fff;
	text-shadow: none;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}




/*  Slider  */

#slides {
	margin-bottom: -44px;
}

#slides img,
.site-title img {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
	max-width: 100%;
}


/*  Subpage Image  */

.subpage-image {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 200px;
}

.subpage-title {
	padding-top: 120px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	font-size: calc(22px + 1.5vw);
	color: white;
	text-shadow: 4px 4px 6px #000;
	font-weight: bold;
	z-index: 2;
	/*position: absolute;*/
	min-width: 450px;
}

.subpage-overlay {
	z-index: 1;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
}

.subpage-line {
	line-height: 4px;
	height: 4px;
}
  
  
/*  Infobox  */

.MsgOverlay,
.InfoOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	transition: opacity 1000ms;
	opacity: 0;
}

.MsgPopup {
	margin: -60px auto;
	padding: 10px;
	background: #fff;
	width: 300px;
	top: 50%;
	position: relative;
	border-radius: 8px;
	font-size: 12px;
	cursor: default;
}

.InfoPopup {
	margin: 50px auto;
	padding: 20px;
	background: #fff;
	width: 90%;
	max-width: 600px;
	position: relative;
	border-radius: 8px;
	max-height: 90%;
	overflow-y: scroll;
}

.InfoPopup #orderinfo_text {
	text-align: center;
}

.InfoPopup #orderinfotext {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.MsgPopup table{
	margin-bottom: 0;
}

.MsgPopup h2,
.InfoPopup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}

.MsgPopup .close,
.InfoPopup .close {
	position: absolute;
	top: 5px;
	right: 15px;
	font-weight: bold;
	color: #333;
	font-size: 20px;
	width: 20px;
	cursor: pointer;
	text-align: center;
}

#CloseOrderInfo {
	cursor: pointer;
}

.MsgPopup #infotext {
	padding-top: 20px;
	font-weight: bold;
}

.MsgPopup .close:hover,
.InfoPopup .close:hover {
	color: dodgerblue;
}


/*  Cookie  */

#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
	color: rgb(255, 255, 255);
}

.cookie-notice-container {
    padding: 10px;
	text-align: center;
	background-color: dodgerblue;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}

.cookie-line {
	height: 42px;
	width: 100%;
}
  
  
/*  Animations  */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

@keyframes slide-up {
    0% {
        opacity: 1;
        transform: translateY(0);
    } 
    100% {
        opacity: 0;
        transform: translateY(-100%);
    } 
}

.site-content.products img {
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}

p {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

.hide {
	display: none;
}

.slideup {
    transform: translateY(-300%);
	animation: slide-up 0.5s !important;
}

/*  Tabnames  */

.title_text {
	position: absolute;
	text-align: center;
	top: 14px;
	font-size: 28px;
	width: 100%
}

.tabname-white {
	position: relative;
	bottom: 0;
	z-index: 5;
	width:100%;
	text-align:center;
	color: #526271;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 20px;
	height: 46px;
	margin-bottom: -3px;
}

.tabname-blue {
	position: relative;
	bottom: 0;
	z-index: 5;
	width:100%;
	text-align:center;
	color: white;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 20px;
	height: 46px;
	margin-bottom: -3px;
}


/* Info table */

.infotabla {
	border-spacing: 0 10px;
	border-collapse: separate;
	width: 96%;
	margin: 0 auto;
}

.infotabla > tbody > tr > td {
	border-bottom: 1px solid grey;
	text-align: center;
}

.infotabla > thead > tr > th {
	background: linear-gradient(dodgerblue, #1e69ff);
	color: #fff;
	text-align: center;
	border-bottom: 3px solid white;
}

.ecomelem > td,
.ecomelem > th,ecomelem,
[id^='foelem_'] > td,
.infotabla > thead > tr > th {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

.ecomelem > td:first-child,
.ecomelem > th:first-child,
[id^='foelem_'] > td:first-child,
.infotabla > thead > tr > th:first-child:not(.hibaknapok) {
	border-left: 1px solid grey;
	border-radius: 6px 0 0 6px;
}

.ecomelem > td:last-child,
.ecomelem > th:last-child,
[id^='foelem_'] > td:last-child,
.infotabla > thead > tr > th:last-child {
	border-right: 1px solid grey;
	border-radius: 0 6px 6px 0;
}

.infotabla > thead > tr > th:only-child {
	border-left: 1px solid grey !important;
	border-radius: 6px !important;
	border-right: 1px solid grey !important;
}

[id^='foelem_']:hover,
.ecomelem:hover {
	background: dodgerblue;
	color: white;
}

.msz {
	width: 100px;
}

.keresomezo {
	margin: 20px;
}


.szintek_pelda {
	display: inline-block;
	border: 1px solid black;
	width: 30px;
}

.szintek_pelda td {
	text-align: center;
	border-top: 1px solid black;
}

.szintek_pelda tr:first-child td:first-child {
    border-top: none;
}

.infotabla .activetr {
	background: linear-gradient(dodgerblue, #1e69ff);
	color: white;
}

.infotabla .megrendelolap {
	max-width: 600px;
}

.megrendelolap {
	font-size: 14px;
	border: 2px solid dodgerblue;
	box-shadow: -2px -3px 11px 2px lightgrey;
	background: linear-gradient(to bottom right, #fefefe, #c9c9c9);
	border-radius: 6px;
}

.megrendelolap_fejlec {
	background: linear-gradient(dodgerblue, #1e69ff);
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.megrendelolap_leiras {
	text-align: right !important;
	width: 200px;
}

.megrendelolap_ertekek {
	text-align: left !important;
	width: 260px;
}

.megrendelolap_ertekek input, select {
	width: 230px;
}

.megrendelolap_ertekek input[type='checkbox'] {
	width: auto;
}

.megrendelolap th, td {
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
}

.megrendelolap td {
	border-bottom: 0px !important;
}

.megrendelolap_felhivas {
	color: red;
	text-align: center;
}

.megrendelolap_kozepen {
	text-align: center;
}

.megrendelolap .error {
	background-color: red;
	color: white;
}

.megrendelolap_kategoria {
	border: 2px solid dodgerblue;
    border-radius: 6px;
	width: auto;
	margin: 0 auto;
	min-width: 600px;
    background-color: whitesmoke;
    background: linear-gradient(to bottom right, #f9f9f9, #d9d9d9);
    padding-bottom: 10px;
    box-shadow: -1px -2px 11px 2px darkgrey;
}

.megrendelolap_kategoria2 {
	border: 2px solid dodgerblue;
    border-radius: 6px;
	width: auto;
	margin: 0 auto;
	min-width: 500px;
    background-color: whitesmoke;
	background: linear-gradient(to bottom right, #fff, #f9f9f9);
    padding-bottom: 10px;
    box-shadow: -1px -2px 11px 2px darkgrey;
}

.megrendelolap_kategoria.megrend_kat_kesz,
.megrendelolap_kategoria2.megrend_kat_kesz {
	border: 2px solid limegreen;
}

.megrendelolap_kategoria.megrend_kat_kesz .megrendelolap_fejlec:first-child,
.megrendelolap_kategoria2.megrend_kat_kesz .megrendelolap_fejlec:first-child {
	background: linear-gradient(to top, #055e00, #2dfd41);
}

.megrendelolap [id^='hajtas_megjegyzes_'],
.megrendelolap [id^='ugyfel_fulke_megjegyzes_'],
.megrendelolap [id^='ugyfel_hivo_megjegyzes_'] {
	width: 90%;
}

.megrendelolap [id^='hajtas_megjegyzestr_'] td:first-child,
.megrendelolap [id^='ugyfel_fulke_megjegyzestr_'] td:first-child,
.megrendelolap [id^='ugyfel_hivo_megjegyzestr_'] td:first-child {
	display: none;
}

.megrendelolap [id^='hajtas_megjegyzestr_'] .megrendelolap_ertekek,
.megrendelolap [id^='ugyfel_fulke_megjegyzestr_'] .megrendelolap_ertekek,
.megrendelolap [id^='ugyfel_hivo_megjegyzestr_'] .megrendelolap_ertekek {
	text-align: center !important;
}


[id*=_htk_],
[id^=ftk_],
[id^=htk_],
[id^=htkt_],
[id^=htke_] {
	max-height: 230px;
	border: 1px solid black;
	margin-bottom: 10px;
}

[id*=_htk2_],
[id^=ftk2_],
[id^=htk2_],
[id^=htkt2_],
[id^=htke2_] {
	position: fixed;
	top: 30px;
	left: 100px;
	max-height: 80vh;
	max-width: 80vw;
	border: 20px solid rgba(0,0,0,0.5);
	pointer-events: none;
	z-index: 999999;
}

.hivotablok {
	overflow: hidden;
}

.megrendelolap td.hivotorles {
	color: red;
	border: 2px solid red !important;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	padding: 0;
}


.megrendelolap td.hivotorles::first-letter {
	font-size: 24px;
}

.megrendelolap td.hivotorles:hover {
	color: white;
	background: linear-gradient(tomato,red) !important;
}

.rovidinput {
	width: 60px !important;
	text-align: right;
}

.rovidinput_hosszu {
	width: 170px !important;
}

.munkak_fejlec {
	height: 72px;
}

.dok {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
	font-size: 12px;
	line-height: normal;
	margin-left: -6px;
	margin-right: -6px;
}

.dok_oszlop {
	width: 37px;
	vertical-align: middle;
}

.msz, .beep_helye, .allapot {
	vertical-align: middle;
}

.wrapper-container .kotelezo,
.megrendelolap .kotelezo {
	color: red;
	font-size: 140%;
}

.adatravar {
	background: linear-gradient(tomato,orangered) !important;
	color: white !important;
}

.hibakszama {
	border-bottom: 0;
	width: 120px;
}

.hibaknapok {
	width: 30px;
}

/*  Input fields  */

input,
textarea,
select {
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 2px;
}
textarea {
	width: 100%;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}




/*  Buttons  */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: dodgerblue;
	border: 0;
	/*border: 2px solid white;*/
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	/*font-weight: 700;*/
	text-transform: uppercase;
	vertical-align: bottom;
	box-shadow: 0px 0px 8px 2px darkgrey;
}

button,
.button,
input,
textarea,
select {
	padding: 4px 6px 4px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #1e69ff;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #1e69ff;
}

/*  Content align */

.entry-content {
	padding-bottom: 80px;
}

.page .products .entry-content {
	padding-bottom: 0px;
	padding-top: 0px;
}

.entry-content img,
.entry-summary img,
.wp-caption {
	max-width: 100%;
}


/*  Clearing floats  */

.site-login:before,
.site-login:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.site-login:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/*  Separators  */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .edit-link:before {
	content: "\0020\007c\0020";
}


/*  Basic Structure  */

.site {
	position: relative;
}

.main-content {
	width: 100%;
}


/*  Entry + site header  */
	 
.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 14px;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.entry-title a:hover {
	color: dodgerblue;
}

.site-content .entry-header {
	padding: 0 10px 12px;
	font-style: oblique;
}

.firsthead {
	background-color: white;
	z-index: 50;
	animation: slide-down 0.7s;
}

rect {
	stroke-width:0;
}

.header-line,
.login-line,
.tab-line,
.support-linefirst,
.support-linesecond {
	font-size: 0;
	white-space: nowrap;
	margin: 0;
	width: 100%;
	position: absolute;
}

.login-line {
	vertical-align: top;
	line-height: 34px;
	margin-top: -3px;
}

.header-line {
	line-height: 34px;
	vertical-align: top;
	margin-top: -3px;
}

.line_first {
	width: -webkit-calc(50% - 510px);
	width:         calc(50% - 510px);
}

.line_middle {
	width: 290px;
}

.line_first,
.line_middle,
.line_last {
	line-height: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: top;
}

.tab-line_middle {
	width: 370px;
}

.tab-line {
	vertical-align: bottom;
}

.tab-line_first,
.tab-line_middle,
.tab-line_last {
	height: 46px;
	line-height: 46px;
	display: inline-block;
	vertical-align: bottom;
}

@media all and (max-width: 1020px) {
	.line_last {
		width: -webkit-calc(100% - 290px);
		width:         calc(100% - 290px);
	}
}

@media all and (min-width: 1020px) {
	.line_last {
		width: -webkit-calc(50% + 231px);
		width:         calc(50% + 231px);
	}
}

.tab-line_first,
.tab-line_last {
	width: -webkit-calc(50% - 185px);
	width:         calc(50% - 185px);
}

#wpadminbar {
	min-height: 32px;
}

.site-header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
	padding: 0;
}

.secondhead {
    background-color: white;
}

.site-title {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	z-index: 9999;
	height: 60px;
	width: 228px;
}

/*  Register, login wrappers  */

#register label.error,
#forgot label.error,
#login label.error,
#changepwd label.error {
	display: none !important;
}

input.required.error {
	border: 1px solid red;
}

#login input {
	width: 130px;
}

#register,
#forgot_password,
#change_password {
	text-align: right;
	padding-right: 20px;
}

.registerbox,
.forgotbox {
	background-color: dodgerblue;
	cursor: pointer;
	text-align: center;
}

.registerbox:hover,
.registerbox.active,
.forgotbox:hover,
.forgotbox.active{
	background-color: #1e69ff;
}

.wrapper-container {
	position: absolute;
	z-index: -80;
	width: 100%;
}

.wrapper-container button,
.wrapper-container .button,
.wrapper-container input[type="button"],
.wrapper-container input[type="reset"],
.wrapper-container input[type="submit"] {
	box-shadow: none;
	border: 2px solid white;
}

.loginbox-wrapper {
	z-index: -81;
}

.registerbox-wrapper {
	z-index: -82;
}

.forgotbox-wrapper {
	z-index: -83;
}

.changepwdbox-wrapper {
	z-index: -84;
}

.loginbox-wrapper,
.registerbox-wrapper,
.forgotbox-wrapper,
.changepwdbox-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	right: 0;
	width: 100%;
	animation: slide-down 0.9s;
	position: relative;
}

.backofficebtn {
	color: greenyellow;
}

.site-reg,
.site-forgot,
.site-login,
.site-changepwd {
	font-size: 14px;
	background-color: dodgerblue;
	color: white;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

.ajax-auth {
	max-width: 430px;
}

.ajax-auth#logout {
	max-width: 100%;
}

.site-login .status,
.site-reg .status,
.site-forgot .status,
.site-changepwd .status {
	font-size: 16px;
	padding-left: 260px;
	text-align: left;
	padding-bottom: 6px;
}

@media all and (max-width: 1020px) {
	.site-login,
	.site-reg,
	.site-forgot,
	.site-changepwd {
		padding-left: 20px;
	}
}

@media all and (min-width: 1020px) {
	.site-login,
	.site-reg,
	.site-forgot,
	.site-changepwd {
		padding-left: -webkit-calc(50% - 490px);
		padding-left:         calc(50% - 490px);
	}
}

.site-login a,
.site-reg a,
.site-forgot a,
.site-changepwd a {
	color: white;
}


/*  Navigation  */

.site-navigation ul,
.sub-menu-container ul {
	list-style: none;
	margin: 0;
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #000;
	display: block;
	text-transform: uppercase;
}

.sub-menu-container a {
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: dodgerblue;
}

.sub-menu-container a:hover {
	color: whitesmoke;
}

/*  Primary Navigation  */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	min-height: 66px;
	padding-top: 42px;
}

.sub-menu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 11px;
}
/*
ul.sub-menu li:after {
	content: '|';
	color: white;
}
*/

ul.sub-menu li:last-child:after {
	content: '';
}

.primary-navigation .current_page_item > a,
.primary-navigation .current_page_ancestor > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a {
	color: dodgerblue;
}

.sub-menu-container .current-menu-item > a {
	color: whitesmoke;
}

.primary-navigation .nav-menu {
	transition: all 1s ease-in-out;
	margin-top: 0px;
	padding-top: 20px;
	height: 0px;
	overflow: hidden;
	padding-bottom: 14px;
	opacity: 0;
}

.primary-navigation.toggled-on .nav-menu {
	animation: fadein 1.5s;
	padding-top: 50px;
	display: block;
	height: 220px;
	opacity: 1;
}

.primary-navigation a {
	padding: 7px 20px;
	color: black;
	text-align: center;
}

.primary-navigation li a:after,
.sub-menu-container li a:after{
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	-webkit-transition: width .5s ease, background-color .5s ease;
	transition: width .5s ease, background-color .5s ease;
}

.primary-navigation li a:hover:after {
	width: 100%;
	background: dodgerblue;
}

.sub-menu-container li a:hover:after {
	width: 100%;
	background: whitesmoke;
}

.primary-navigation .current_page_item > a:after,
.primary-navigation .current_page_ancestor > a:after,
.primary-navigation .current-menu-item > a:after,
.primary-navigation .current-menu-ancestor > a:after {
	width: 100%;
	background: dodgerblue;
	color: white;
	font-weight: 900;
	height: 3px;
	content: '';
	display: block;
	margin: auto;
}

.sub-menu-container .current-menu-item > a:after {
	width: 100%;
	background: whitesmoke;
	color: whitesmoke;
	font-weight: 900;
	height: 3px;
	content: '';
	display: block;
	margin: auto;
}

.primary-navigation .current_page_item > a,
.primary-navigation .current_page_ancestor > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > {
	color: dodgerblue;
	font-weight: 900;
}

.sub-menu-container .current-menu-item > a {
	color: whitesmoke;
	font-weight: 900;
}

.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
	background-color: dodgerblue;
}

.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul,
.sub-menu-container ul li.focus > ul {
	left: auto;
}

.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
	left: 100%;
}

.sub-menu {
	border-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	animation: none;
	font-size: 14px;
}

.sub-menu-container {
	line-height: 50px;
	background-color: dodgerblue;
	background: linear-gradient(dodgerblue, #1e69ff);
	text-align: center;
}

.sub-menu-container li {
	border: 0;
	display: inline-block;
	line-height: 34px;
	position: relative;
}

.sub-menu-container a {
	color: white;
	text-shadow: 1px 1px 1px black;
	display: inline-block;
	padding: 0 4px;
	white-space: nowrap;
}
	
.menu-toggle,
.loginbox,
.profilebox {
	background-color: transparent;
	cursor: pointer;
	height: 38px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	margin-top: 16px;
	color: black;
}

.profilebuttons {
	text-align: center;
}

.menu-toggle:before {
	content: '\f419';
}

.loginbox:before {
	content: "\f427";
}

.profilebox:before {
	content: "\f304";
}

.logoutbtn:before {
	content: "\f467";
}

.changepwdbox:before {
	content: "\f427";
}

.closepwdchange:before {
	content: "\f435";
}

.backofficebtn:before {
	content: "\f425";
}

.menu-toggle:before,
.loginbox:before,
.profilebox:before,
.profilemenu button:before,
.profilemenu input:before,
.closepwdchange:before,
.submit_button:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-top;
}

.profilemenu button {
	width: 160px;
}

.menu-toggle {
	margin-right: 130px;
	width: 80px;
}

.loginbox,
.profilebox {
	margin-right: 44px;
	width: 84px;
}

.loginbox:hover,
.menu-toggle:hover,
.profilebox:hover,
.profilemenu button:hover,
.profilemenu input:hover  {
	background-color: dodgerblue;
	color: white;
}

.loginbox.active,
.menu-toggle.active,
.profilebox.active {
	background-color: dodgerblue;
	color: white;
}

.lang_select {
	position: absolute;
	width: 120px;
	right: 5px;
	top: 60px;
	z-index: 99999;
	background-color: white;
	padding: 5px;
	border: 2px solid darkblue;
	animation: 0.6s all;
	display: none;
}

.profilemenu {
	position: absolute;
	width: 280px;
	right: 50px;
	top: 60px;
	z-index: 99999;
	background-color: white;
	padding: 5px;
	border: 2px solid darkblue;
	animation: 0.6s all;
	display: none;
}

.profilemenu form {
	visibility: hidden;
	color: black;
}

.profilemenu button,
.profilemenu input {
	background-color: transparent;
	cursor: pointer;
	height: 38px;
	/*border: 2px solid black;*/
	text-align: center;
	color: black;
}

.currentlang {
	position: absolute;
	width: 25px;
	right: 5px;
	top: 2px;
	margin-top: 5px;
	z-index: 99999;
	background-color: transparent;
	padding: 5px;
	cursor: pointer;
	text-align: center;
}

.currentlang img {
	width: 20px;
}

.lang_select img {
	width: 30px;
	margin-left: 10px;
}

.lang_select a {
	visibility: hidden;
	color: black;
}

.currentlang:hover,
.langtype:hover {
	background-color: dodgerblue;
	cursor: pointer;
}

.langtype {
	padding: 5px;
}

/*  Content  */

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.site-content .subpage-item,
.page-content {
	text-align: center;
	margin: 0 auto;
	max-width: 930px;
}

.subpage-content {
	background-color:white;
	color:#526271;
	padding-top: 30px;
	padding-bottom: 60px;
}

.page-content {
	margin-bottom: 48px;
}

.entry {
	margin-bottom: -41px;
}

.products .entry {
	margin-bottom: 0;
}

.page .entry-content.single-page {
	padding-top: 180px;
}
 
.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content {
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button {
	text-decoration: none;
}

.entry-content table {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 24px;
}

.entry-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: dodgerblue;
}

.entry-content .more-link {
	white-space: nowrap;
}


/*  Pagination  */


.aktivoldal {
	background-color: dodgerblue; color: white;
}

#paginationfoly,
#paginationkesz,
#paginationecom {
	margin: 24px 24px 24px 24px;
}

#paginationfoly span,
#paginationkesz span,
#paginationecom span {
	display: inline-block;
}

.loginbuttons input {
	font-size: 12px;
	padding: 12px 12px 12px 12px;
}

/*  Footer  */

.site-footer {
	color: rgba(255, 255, 255, 0.7);
}

.site-info a {
	color: dodgerblue;
}

.site-footer {
	background-color: #000;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.site-info {
	padding: 15px 10px;
	text-align: center;
}

.site-info a:hover {
	color: dodgerblue;
}

/* Hibakódok */

.ecom td, .ecom th {
	text-align: center;
}

.hk_class {
	text-align: center;
}

.hk_class table {
	margin: 5px auto;
	border: 2px groove;
	display: inline-table;
	text-align: left;
	width: fit-content;
	max-width: 500px;
}

.hk_class table td {
	text-align: left;
}

.hk_class th {
	background-color: #338cdf;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59aaf4), color-stop(100%, #338cdf));
	background-image: -webkit-linear-gradient(to top, #59aaf4, #338cdf);
	background-image: -moz-linear-gradient(to top, #59aaf4, #338cdf);
	background-image: -ms-linear-gradient(to top, #59aaf4, #338cdf);
	background-image: -o-linear-gradient(to top, #59aaf4, #338cdf);
	background-image: linear-gradient(to top, #59aaf4, #338cdf);
	font-size: 1.2em;
	color: #fcfcfc;
	padding: 5px;
	border-top: 1px solid dimgray;
	border-bottom: 1px solid dimgray;
	text-align: center;
}

.hk_class td {
	padding: 5px 15px 5px 15px !important;
}

.hk_class .treven {
	background-color: #efefef;
}

.hk_class .cim {
	font-size: 30px !important;
	text-align: center !important;
}

.hk_class .foelem {
	cursor: pointer;
}

.hk_class .foelem:hover,
.hk_class tr:hover {
	background-color: #92afd1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92afd1), color-stop(100%, #afc6e0));
	background-image: -webkit-linear-gradient(to top, #92afd1, #afc6e0);
	background-image: -moz-linear-gradient(to top, #92afd1, #afc6e0);
	background-image: -ms-linear-gradient(to top, #92afd1, #afc6e0);
	background-image: -o-linear-gradient(to top, #92afd1, #afc6e0);
	background-image: linear-gradient(to top, #92afd1, #afc6e0);
}


/* Letöltések */

.letoltesek_div {
	text-align: left;
	width: fit-content;
	margin: 0 auto;
}

.letoltesek_mappa {
	font-size: 26px;
}

.letoltes_elem {
	font-size: 20px;
}

.letoltesek_mappa .mappa_ikon {
	width: 48px;
	height: 48px;
	padding-bottom: 10px;
	padding-right: 30px;
}

.letoltesek_tabla {
	border-spacing: 0;
	margin-left: 20px;
}

.letoltesek_tabla .elsotd {
	border-left: 2px solid gray;
	border-bottom: 2px solid gray;
	width: 50px;
}

.letoltesek_tabla .masodiktd {
	border-left: 2px solid gray;
}

#letoltesek .fajl_ikon {
	width: 48px;
	height: 48px;
}

#letoltesek .file_td {
	width: 50px;
}


/*  Media queries */ 

@media screen and (min-width: 673px) {
	.header-main {
		max-width:1020px;
		margin: auto;
		position: relative;
	}

	.content-area {
		float: left;
		width: 100%;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.site-info {
		padding: 15px 30px;
	}
}
	
@media screen and (min-width: 900px) {
	.site-title {
		max-width: -webkit-calc(100% - 186px);
		max-width:         calc(100% - 186px);
	}

	.currentlang {
		top: 14px;
		width: 36px;
	}

	.loginbox,
	.profilebox {
		 margin-right: 54px;
	}

	/*  Fixed Header  */

	.site-header {
		position: fixed;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/*  Navigation  */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #fff;
	}

	/*  Primary Navigation  */
	
	.primary-navigation .nav-menu {
		margin-top: 0;
		height: auto;
		opacity: 1;
	}

	.primary-navigation.toggled-on .nav-menu.nav-menu {
		height: auto;
	}

	.primary-navigation, .primary-navigation.toggled-on {
		text-transform: uppercase;
		padding-left: 280px;
		padding-right: 140px;
		padding-top: 0;
		padding-bottom: 0;
		text-align: left;
		border-bottom: 0;
		margin: 0;
		transition: none;
	}

	.menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu, .primary-navigation.toggled-on .nav-menu {
		border-bottom: 0;
		display: inline-block;
		vertical-align: middle;
		line-height: 26px;
		animation: none;
		padding-top: 20px;
	}

	.menu-menu-1-container {
		line-height: 50px;
		height: 50px;
	}
	
	.primary-navigation li {
		border: 0;
		display: inline-block;
		line-height: 24px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 4px;
		white-space: nowrap;
	}

	.primary-navigation ul ul {
		background-color: dodgerblue;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 12px;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
	}


	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
	
	[id^=ftk2_] {
		top: 120px;
	}
}

@media screen and (min-width: 810px) {
	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: -168px;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
}

@media screen and (min-width: 1008px) {

	.main-content {
		float: left;
	}


	.site-content .entry-header {
		margin-top: 0;
	}

	.site-description {
		display: block;
		margin: 0 0 18px;
	}
}

@media screen and (min-width: 1040px) {
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 15px;
		padding-left: 15px;
	}

	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1110px) {
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1218px) {

	.full-width .archive-header,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		margin-right: auto;
	}
}

@media screen and (min-width: 1260px) {
	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}
}




/* Loading spinner */
.betoltes_css {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.betoltes_css div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  margin: 8px;
  border: 4px solid dodgerblue;
  border-radius: 50%;
  animation: betoltes_css 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: dodgerblue transparent transparent transparent;
}
.betoltes_css div:nth-child(1) {
  animation-delay: -0.45s;
}
.betoltes_css div:nth-child(2) {
  animation-delay: -0.3s;
}
.betoltes_css div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes betoltes_css {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* Megrendelőlap nyomtatási nézet */

@media print {

  body.print-megrendelolap *:not(.print-selected-megrendelolap):not(.print-selected-megrendelolap *):not(:has(.print-selected-megrendelolap)),
  body.print-megrendelolap .hide-print  {
    display: none !important;
  }

  body.print-megrendelolap #ujmegrendeles {
    margin: 0;
    width: 620px;
  }
  body.print-megrendelolap .subpage-content {
	  padding: 0;
  }

  body.print-megrendelolap .print-selected-megrendelolap * {
    background: none !important;
    box-shadow: none;
  }

  body.print-megrendelolap .print-selected-megrendelolap {
    filter: grayscale(100%) !important;
    background: white !important;
    border: 0;
    width: 620px;
    box-shadow: none;
  }

  body.print-megrendelolap .print-selected-megrendelolap input[type=button],
  body.print-megrendelolap .print-selected-megrendelolap img {
    display: none;
  }

  body.print-megrendelolap .print-selected-megrendelolap .megrendelolap_fejlec {
    color: black;
  }

  body.print-megrendelolap .print-selected-megrendelolap .error,
  body.print-megrendelolap .print-selected-megrendelolap select:has(option[value="0"]:checked) {
    background: white !important;
    border: 3px solid #000 !important;
    min-height: 32px;
    color: white;
  }

  body.print-megrendelolap .print-selected-megrendelolap td:has(+ td input.error),
  body.print-megrendelolap .print-selected-megrendelolap td:has(+ td select.error),
  body.print-megrendelolap .print-selected-megrendelolap td:has(+ td select option[value="0"]:checked) {
    background: #444 !important;
    color: white;
  }

  body.print-megrendelolap [data-html2canvas-ignore="true"] {
    display: none !important;
  }
  
  body.print-megrendelolap .print-selected-megrendelolap .megrendelolap_kategoria {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  
  @page {
    margin: 1cm 2cm 2cm 2cm;
	
    @bottom-center {
      content: counter(page) " / " counter(pages) ". oldal";
    }
  }
}

/* A PHP altal kiirt mobil feliratok asztali nezetben rejtve maradnak. */
#folyamatban .mobile-dokumentum-nev,
#korabbi .mobile-dokumentum-nev,
#korabbi .mobile-allapot-nev {
	display: none;
}

/* --------------------------------------------------------------------------
 * Folyamatban / korabbi munkak mobil kartyanézete
 * Kizarolag a #folyamatban es #korabbi feluleteket erinti.
 * -------------------------------------------------------------------------- */
@media screen and (max-width: 760px) {
	/* Az eredeti tema 450 px minimumszelesseget csak akkor oldjuk fel,
	 * amikor a ket erintett lista valamelyike van megnyitva. */
	body:has(#folyamatban:not(.hide)),
	body:has(#korabbi:not(.hide)) {
		min-width: 0;
	}

	#folyamatban,
	#korabbi {
		box-sizing: border-box;
		max-width: none;
		padding-right: 10px;
		padding-left: 10px;
	}

	#folyamatban .keresomezo,
	#korabbi .keresomezo {
		box-sizing: border-box;
		width: calc(100% - 20px) !important;
		margin: 10px;
	}

	#folyamatban .infotabla,
	#korabbi .infotabla,
	#folyamatban .infotabla > thead,
	#korabbi .infotabla > thead,
	#folyamatban .infotabla > tbody,
	#korabbi .infotabla > tbody {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	#folyamatban .infotabla,
	#korabbi .infotabla {
		border-spacing: 0;
		margin: 0;
	}

	/* Mobil fejlec: csak Munkasz. es Beepites helye. */
	#folyamatban .infotabla > thead > tr,
	#korabbi .infotabla > thead > tr {
		display: grid;
		grid-template-columns: 105px minmax(0, 1fr);
		box-sizing: border-box;
		min-height: 50px;
		margin-bottom: 8px;
		overflow: hidden;
		border: 1px solid grey;
		border-radius: 8px;
		background: linear-gradient(dodgerblue, #1e69ff);
	}

	#folyamatban .infotabla > thead > tr > th,
	#korabbi .infotabla > thead > tr > th {
		display: none !important;
	}

	#folyamatban .infotabla > thead > tr > th:nth-child(1),
	#folyamatban .infotabla > thead > tr > th:nth-child(2),
	#korabbi .infotabla > thead > tr > th:nth-child(1),
	#korabbi .infotabla > thead > tr > th:nth-child(2) {
		display: flex !important;
		align-items: center;
		box-sizing: border-box;
		width: auto;
		padding: 9px 12px;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		text-align: left;
		text-transform: none;
	}

	/* A munkasorok kartyak. */
	#folyamatban .infotabla > tbody > tr[id^="foelem_"],
	#korabbi .infotabla > tbody > tr[id^="foelem_"] {
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 8px;
		padding: 10px;
		overflow: hidden;
		border: 1px solid #b9c0c7;
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
		color: #526271;
	}

	#folyamatban .infotabla > tbody > tr[id^="foelem_"]:hover,
	#korabbi .infotabla > tbody > tr[id^="foelem_"]:hover {
		background: #fff;
		color: #526271;
	}

	/* A desktop nezethez hasonloan a kivalasztott sor mobilon is kek. */
	#folyamatban .infotabla > tbody > tr[id^="foelem_"].activetr,
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr,
	#folyamatban .infotabla > tbody > tr[id^="foelem_"].activetr:hover,
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr:hover {
		border-color: #0e5dcc;
		background: linear-gradient(dodgerblue, #1e69ff);
		color: #fff;
	}

	#folyamatban .infotabla > tbody > tr[id^="foelem_"].activetr > td,
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr > td,
	#folyamatban .infotabla > tbody > tr[id^="foelem_"].activetr a,
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr a,
	#folyamatban .infotabla > tbody > tr[id^="foelem_"].activetr .mobile-dokumentum-nev,
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr .mobile-dokumentum-nev,
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr .mobile-allapot-nev,
	#folyamatban .infotabla > tbody > tr[id^="foelem_"].activetr > td:nth-child(1),
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr > td:nth-child(1) {
		color: #fff !important;
	}

	#folyamatban .infotabla > tbody > tr[id^="foelem_"].activetr > td:nth-child(3),
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr > td:nth-child(3),
	#folyamatban .infotabla > tbody > tr[id^="foelem_"].activetr > td:nth-child(4):has(a),
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr > td:nth-child(4):has(a),
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr > td:nth-child(5):has(a),
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr > td:nth-child(6):has(a),
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr.van-also-dokumentum > td:nth-child(7),
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr.van-also-dokumentum > td:nth-child(8),
	#korabbi .infotabla > tbody > tr[id^="foelem_"].activetr.van-also-dokumentum > td:nth-child(9) {
		border-color: rgba(255, 255, 255, 0.55) !important;
	}

	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td,
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td {
		box-sizing: border-box;
		width: auto;
		padding: 4px 4px;
		border: 0 !important;
		text-align: center;
	}

	/* Munkaszam es cim egy sorban. */
	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(1),
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(1) {
		align-self: center;
		color: #146de0;
		font-size: 22px !important;
		font-weight: 700;
		line-height: 1.15;
		text-align: left;
	}

	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(2),
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(2) {
		align-self: center;
		overflow-wrap: anywhere;
		font-size: 15px;
		line-height: 1.3;
		text-align: left;
	}

	/* A dokumentumcellak helye mindig megmarad, de tartalom csak akkor van,
	 * ha a PHP tenylegesen kiirta a linket. */
	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td.letoltes,
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td.letoltes {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
		min-height: 60px;
		background: transparent;
	}

	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td.letoltes a,
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td.letoltes a {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		max-width: 100%;
		gap: 3px;
		color: #26384a;
		font-size: 13px;
		line-height: 1.15;
		text-align: center;
		text-decoration: none;
	}

	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td.letoltes img,
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td.letoltes img {
		width: 27px !important;
		height: 27px !important;
	}

	/* A dokumentumneveket a PHP irja ki. */
	#folyamatban .infotabla > tbody > tr[id^="foelem_"] .mobile-dokumentum-nev,
	#korabbi .infotabla > tbody > tr[id^="foelem_"] .mobile-dokumentum-nev {
		display: block;
		max-width: 100%;
		overflow-wrap: anywhere;
		color: #26384a;
		font-size: 13px;
		line-height: 1.15;
		text-align: center;
	}

	/* Folyamatban: felul munkaszam+cim, alatta allapot es ajanlat egy sorban. */
	#folyamatban .infotabla > tbody > tr[id^="foelem_"] {
		display: grid;
		grid-template-columns: 92px minmax(0, 1fr) 104px;
		grid-template-rows: auto minmax(66px, auto);
		column-gap: 8px;
	}

	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(1) {
		grid-row: 1;
		grid-column: 1;
	}
	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(2) {
		grid-row: 1;
		grid-column: 2 / 4;
	}
	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(3) {
		display: grid;
		grid-row: 2;
		grid-column: 1 / 3;
		grid-template-columns: 40px minmax(0, 1fr);
		grid-template-rows: auto;
		align-content: center;
		align-items: center;
		min-width: 0;
		margin-top: 4px;
		padding-top: 6px;
		padding-right: 8px;
		border-top: 1px solid #d9dde1 !important;
		border-right: 1px solid #e1e4e7 !important;
		font-size: 13px !important;
		line-height: 1.2;
		text-align: left;
	}
	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(3) br {
		display: none;
	}
	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(3) img {
		grid-row: 1;
		grid-column: 1;
		width: 31px !important;
		height: 31px !important;
	}
	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(4) {
		grid-row: 2;
		grid-column: 3;
		margin-top: 4px;
		padding-top: 6px;
	}
	#folyamatban .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(4):has(a) {
		border-top: 1px solid #d9dde1 !important;
	}

	/* Korabbi: allapot, szamla, szallitolevel es tetellista egy sorban.
	 * Az also dokumentumsor csak akkor kap helyet, ha a PHP a sorra
	 * rarakta a van-also-dokumentum osztalyt. */
	#korabbi .infotabla > tbody > tr[id^="foelem_"] {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		grid-template-rows: auto minmax(70px, auto);
		column-gap: 6px;
	}

	#korabbi .infotabla > tbody > tr[id^="foelem_"].van-also-dokumentum {
		grid-template-rows: auto minmax(70px, auto) minmax(62px, auto);
	}

	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(1) {
		grid-row: 1;
		grid-column: 1 / 4;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(2) {
		grid-row: 1;
		grid-column: 4 / 13;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(3) {
		display: grid;
		grid-row: 2;
		grid-column: 1 / 6;
		grid-template-columns: 36px minmax(0, 1fr);
		grid-template-rows: auto;
		align-content: center;
		align-items: center;
		min-width: 0;
		margin-top: 4px;
		padding-top: 6px;
		border-top: 1px solid #d9dde1 !important;
		border-right: 1px solid #e1e4e7 !important;
		font-size: 13px;
		line-height: 1.15;
		text-align: left;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(3) img {
		grid-row: 1;
		grid-column: 1;
		width: 31px !important;
		height: 31px !important;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(3) .mobile-allapot-nev {
		display: block;
		grid-row: 1;
		grid-column: 2;
		overflow-wrap: anywhere;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(4) {
		grid-row: 2;
		grid-column: 6 / 8;
		margin-top: 4px;
		padding-top: 6px;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(5) {
		grid-row: 2;
		grid-column: 9 / 11;
		margin-top: 4px;
		padding-top: 6px;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(6) {
		grid-row: 2;
		grid-column: 11 / 13;
		margin-top: 4px;
		padding-top: 6px;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(4):has(a),
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(5):has(a),
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(6):has(a) {
		border-top: 1px solid #d9dde1 !important;
	}

	/* Also dokumentumok. Az ures cellak helye megmarad, de ha mindharom
	 * dokumentum hianyzik, a teljes sor eltunik. */
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(7),
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(8),
	#korabbi .infotabla > tbody > tr[id^="foelem_"] > td:nth-child(9) {
		display: none;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"].van-also-dokumentum > td:nth-child(7),
	#korabbi .infotabla > tbody > tr[id^="foelem_"].van-also-dokumentum > td:nth-child(8),
	#korabbi .infotabla > tbody > tr[id^="foelem_"].van-also-dokumentum > td:nth-child(9) {
		display: flex;
		grid-row: 3;
		margin-top: 3px;
		padding-top: 5px;
		border-top: 1px solid #d9dde1 !important;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"].van-also-dokumentum > td:nth-child(7) {
		grid-column: 1 / 5;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"].van-also-dokumentum > td:nth-child(8) {
		grid-column: 5 / 9;
	}
	#korabbi .infotabla > tbody > tr[id^="foelem_"].van-also-dokumentum > td:nth-child(9) {
		grid-column: 9 / 13;
	}

	/* Betoltesi es belepesi sorok. */
	#folyamatban .infotabla > tbody > tr:not([id^="foelem_"]):not(.reszletektr),
	#korabbi .infotabla > tbody > tr:not([id^="foelem_"]):not(.reszletektr) {
		display: block;
		width: 100%;
	}
	#folyamatban .infotabla > tbody > tr:not([id^="foelem_"]):not(.reszletektr) > td,
	#korabbi .infotabla > tbody > tr:not([id^="foelem_"]):not(.reszletektr) > td {
		display: block;
		box-sizing: border-box;
		width: 100%;
		border: 0 !important;
		text-align: center;
	}

	/* Lenyitott reszletek a kartya alatt teljes szelessegben. */
	#folyamatban .infotabla > tbody > tr.reszletektr:not([style*="display: none"]):not([style*="display:none"]),
	#korabbi .infotabla > tbody > tr.reszletektr:not([style*="display: none"]):not([style*="display:none"]) {
		display: block !important;
		box-sizing: border-box;
		width: 100%;
		margin: -4px 0 8px;
	}
	#folyamatban .infotabla > tbody > tr.reszletektr > td,
	#korabbi .infotabla > tbody > tr.reszletektr > td {
		display: block;
		box-sizing: border-box;
		width: 100%;
		border: 0 !important;
	}
}
