body {
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

.main {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

a, a:visited {
    color: #c95102;
}

select {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.edit-title input {
	width: 400px;
	font-size: 20px;
}

.ck-editor__editable_inline {
    min-height: 400px;
}

.admin-menu {
	position: fixed;
	width: 100%;
	height: 29px;
	z-index: 10;
	background-color: black;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 999999999;
}

.admin-menu-element:nth-child(1) a:before {
	content: '☀';
	color: white;
	margin-right: 5px;
}

.admin-menu-element:nth-child(2) a:before {
	content: '✎';
	color: white;
	margin-right: 5px;
}

.admin-menu-element:nth-child(3) a:before {
	content: '☵';
	color: white;
	margin-right: 5px;
}

.admin-menu-element:nth-child(4) a:before {
	content: '♨';
	color: white;
	margin-right: 5px;
}

.admin-menu-element:nth-child(5) a:before {
	content: '❖';
	color: white;
	margin-right: 5px;
}

.admin-menu-element:nth-child(6) a:before {
	content: '⚯';
	color: white;
	margin-right: 5px;
}

.admin-menu-element {
	display: inline-block;
}

.admin-menu-sub-element {
	display: none;
}

.admin-menu-element:hover .admin-menu-sub-element {
	position: absolute;
	display: block;
	padding-top: 5px;
}

.admin-menu-element:hover .admin-menu-sub-element a {
	display: block;
}

.admin-menu a {
	position: relative;
	top: 5px;
	color: white !important;
	text-decoration: none;
	background-color: #3c3c3c;
	padding: 5px;
	margin-left: 4px;
	margin-right: 4px;
	font-weight: normal;
}

.admin-menu a.visited {
	color: white !important;
}

.admin-menu a:hover {
	background-color: #2B8DF1;
}

#id,
#date,
#db_tab,
#user_id,
.edit-id,
.edit-date,
.edit-db_tab,
.edit-user_id,
label[for=id],
label[for=date],
label[for=db_tab],
label[for=user_id] {
	display: none;
}

.dbtab {
	display: none;
}

label {
	font-weight: bold;
}

input,
.ck-editor {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.leftsidebar {
	display: inline-block;
	vertical-align: top;
}

.contentmaster {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.rightsidebar {
	display: inline-block;
	vertical-align: top;
}

.ciao {
	padding-bottom: 10px;
}

.ciao span {
	font-weight: bold;
}

.block {
	position: relative;
	padding-top: 15px;
	padding-bottom: 10px;
}

.block h2 {
	font-family: 'Arial Narrow', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	background-color:rgba(0,0,0,0.05);
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.block .menu .menu-element {
	padding-bottom: 10px;
	font-weight: bold;
}

.block .menu .menu-element .menu-sub-element {
	padding-left: 20px;
	font-weight: normal;
}

.block .menu .menu-element .menu-sub-element a {
	display: list-item;
}

.block .menu a {
	display: block;
	text-decoration: none;
}

.block .menu a:hover {
	text-decoration: underline;
}

.reference {
	padding-top: 20px;
}

.addfield-form {
	padding-bottom: 50px;
	border-bottom: 2px solid lightgrey;
	margin-bottom: 10px;
}

.type-content span {
	font-weight: bold;
}

.edit-page textarea {
	width: 100%;
	height: 200px;
}

.leftsidebar .editblock {
	position: absolute;
	top: 20px;
	text-align: left;
	width: 100%;
	right: 10px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.editblock a {
	text-decoration: none;
	color: grey !important;
}

.edit-region {
	display: inline-block;
}

.regions-view {
	display: inline-block;
	margin-left: 10px;
}

.block-slider {
	margin-bottom: 20px;
}

.block-slider .editblock {
	position: absolute;
	z-index: 100;
}

.block-slider h2 {
	display: none;
}

.block-slider img {
	width: 100%;
}

.newelement {
	margin-top: 10px;
	margin-bottom: 20px;
}

.edit-field-ct {
	padding-bottom: 0px;
}

.edit-form-help {
	margin-top: 5px;
	margin-bottom: 5px;
}

.edit-rewrite input,
.edit-filter input {
	width: 90%;
}

.edit-field-ct span {
	padding-right: 50px;
}

.type-content-table {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.type-content-table .edit-view {
	margin-bottom: 20px;
}
.view .content-table-header {
	display: table-row;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100px;
	background-color: lightgrey;
	font-weight: bold;
}

.view .content-table-header .field {
	display: table-cell;
	border: 1px solid grey;
	padding: 10px;
	vertical-align: middle;
}

.view .content-table-header .field span {
	display: none;
}

.view .content-table {
	display: table-row;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100px;
}

.view .content-table .field {
	display: table-cell;
	border: 1px solid lightgrey;
	padding: 10px;
	vertical-align: middle;
}

.view .content-table .field span {
	display: none;
}

.view .content-table-fast {
	display: table-row;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100px;
	background-color: darkred !important;
	color: white;
}

.view .content-table-fast a {
	color: yellow;
}

.view .content-table-fast .field {
	display: table-cell;
	border: 1px solid lightgrey;
	padding: 10px;
	vertical-align: middle;
}

.view .content-table-fast .field span {
	display: none;
}

.view .content {
	margin-bottom: 20px;
	background-color: rgba(0,0,0,0.02);
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.edit-orderby {
	display: inline-block;
	margin-right: 20px;
}

.edit-ord {
	display: inline-block;
}

.view .content .field-title a {
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}

.admin-list td {
	line-break: anywhere;
}

.view .groupby {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.view-pager {
	text-align: center;
	margin-bottom: 15px;
}

.view-pager .pager {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.view-pager .pager a {
	padding: 10px;
	border: 1px solid lightgrey;
	text-decoration: none;
}

.pager-this a {
	background-color: #c95102;
	color: white;
}

.content-pager {
	text-align: center;
	padding-top: 40px;
}

.content-pager .pager {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.content-pager .pager a {
	padding: 10px;
	border: 1px solid lightgrey;
	text-decoration: none;
}

.view-exposed-item {
	display: inline-block;
	margin-right: 20px;
}

.view-nono-result {
	font-size: 30px;
	margin-top: 30px;
}

.admin-list .body,
.admin-list .image,
.admin-list .alias,
.admin-list .page {
	display: none;
}

.admin-list table {
	width: 100%;
}

.admin-list tr:nth-child(odd) {
	background: #f7f7f7;
}

.admin-list th {
	text-align: left;
}

.admin-list-view .fields,
.admin-list-view .orderby,
.admin-list-view .html,
.admin-list-view .groupby,
.admin-list-view .number_page,
.admin-list-view .exposed,
.admin-list-view .rewrite,
.admin-list-view .filter,
.admin-list-view .field_weight {
	display: none;
}

.edit-form-view .edit-field {
	padding-top: 10px;
	padding-bottom: 10px;
}

.edit-form .edit-field {
	background-color: rgba(0,0,0,0.04);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.edit-form .edit-field-id {
	display: none;
}

.group-name-td {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}

.group-name-tr:nth-child(1) {
	padding-top: 0px;
}

.edit-field_weight {
	display: block;
}

.edit-field_weight-id,
.edit-field_weight-user_id,
.edit-field_weight-title,
.edit-field_weight-front,
.edit-field_weight-pub,
.edit-field_weight-alias {
	display: none;
}

.edit-field_weight-ct {
	padding-bottom: 40px;
}

.edit-form-view .edit-field_weight-ct {
	padding-bottom: 0px;
}

.edit-form-user .edit-field-date {
	display: none;
}

.edit-form .edit-field-user_id {
	display: none;
}

.edit-files-images-line-img img {
	display: block;
	width: 100px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.edit-files-images-line-img {
	display: table-cell;
	padding-right: 20px;
}

.edit-files-images-line-del {
	display: table-cell;
	vertical-align: middle;
}

.edit-files-images-line-del a {
	color: red;
}

.field-img .files-images-line-img {
	display: inline-block;
	padding: 10px;
	width: 200px;
	height: 110px;
	overflow: hidden;
}

.field-img .files-images-line-img img {
	width: 200px;
	height: auto;
	overflow: hidden;
}

.edit-files-files-line {
	margin-bottom: 15px;
}

.edit-files-files-line-del a {
	color: red;
}

label[for=hamburger-11],
label[for=hamburger-13],
label[for=hamburger-16],
label[for=hamburger-17],
label[for=hamburger-22],
label[for=hamburger-23],
label[for=hamburger-24],
#hamburger-11,
#hamburger-13,
#hamburger-16,
#hamburger-17,
#hamburger-22,
#hamburger-23,
#hamburger-24 {
	display: none;
}

label[for=hambl],
#hambl {
	display: none;
}

.col-form input {
	display: block !important;
}

.col-form .colpairs .edit-col {
	display: inline-block;
	margin-right: 20px;
}

.col-form button[type="button"],
.col-form button[type="button"]:hover,
.col-form button[type="submit"],
.col-form button[type="submit"]:hover,
.col-form button[type="reset"],
.col-form button[type="reset"]:hover,
.col-form input[type="button"],
.col-form input[type="button"]:hover,
.col-form input[type="submit"],
.col-form input[type="submit"]:hover,
.col-form input[type="reset"],
.col-form input[type="reset"]:hover {
	margin: 0;
	cursor: pointer;
}

.slider-form input {
	display: block !important;
}

.slider-form .colpairs .edit-slider {
	display: inline-block;
	margin-right: 20px;
}

.slider-form button[type="button"],
.slider-form button[type="button"]:hover,
.slider-form button[type="submit"],
.slider-form button[type="submit"]:hover,
.slider-form button[type="reset"],
.slider-form button[type="reset"]:hover,
.slider-form input[type="button"],
.slider-form input[type="button"]:hover,
.slider-form input[type="submit"],
.slider-form input[type="submit"]:hover,
.slider-form input[type="reset"],
.slider-form input[type="reset"]:hover {
	margin: 0;
	cursor: pointer;
}

.minislide {
	overflow:hidden;
	position:relative;
}

.minislide img {
	opacity:0;
}

.minislide .slider {
	height: 320px;
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 0;
}

.minislide .slider .slidetxt {
	position:absolute;
	bottom:0;
	z-index: 100;
	background-color:rgba(0,0,0,0.7);
	width: 100%;
	color: white;
	padding: 10px;
}

@keyframes minislide {0%{z-index:100} 100%{z-index:1}}

.grecaptcha-badge {
	display: none !important;
}

.block-login h2,
.block-login .editblock {
	display: none;
}
	
.block-logout h2,
.block-logout .editblock {
	display: none;
}

.field-file {
	margin-top: 10px;
	margin-bottom: 10px;
}

.field-file .files-line {
	margin-top: 2px;
	margin-bottom: 2px;
	display: list-item;
	list-style: disc;
	margin-left: 15px;
}

.admin-list .fizetes_14_elott,
.admin-list .fizetes_14_utan,
.admin-list .osszeg {
	display: none;
}

.edit-field-product .refline {
	width: 450px;
	display: inline-block;
}

.edit-field-product .refline label {
	font-weight: normal;
}

.edit-field-melle_ajanljuk .refline label {
	font-weight: normal;
}

.edit-field-melle_ajanljuk .refline {
	width: 700px;
	display: inline-block;
}

.tapossz {
	width: 700px;
}

.tapossz,
.chart-container {
	display: inline-block;
	vertical-align: top;
}

#tapanyagok table {
	width: 700px !important;
	line-height: 7px;
}

.tapanyagok {
	padding-top: 20px;
	padding-bottom: 20px;
}

.noradio {
	display: none;
}

.product_display .field-feherje {
	display: none;
}

.usernew-role {
	display: none;
}

.login-newuser {
	margin-top: 10px;
	margin-bottom: 10px;
}
	
.login-newuserpass {
	margin-top: 10px;
}

.block-1 {
	padding-top: 0;
	padding-bottom: 0;
}

.block-1 .login {
	padding-top: 15px;
	padding-bottom: 15px;
}

.usernew-mister {
	display: none;
}

.edit-form-product_display .edit-field-date,
.edit-form-product_display .edit-field-alias,
.edit-form-product_display .edit-field-alias_id,
.edit-form-product_display .edit-field-oriurl,
.edit-form-product_display .edit-field-aliurl {
	display: none;
}

.add-form-product_display .edit-field-product {
	display: none;
}

.product-form-element-id {
	width: 70px;
}

.product-form-element-id input {
	width: 60px;
}

.product-form-element {
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}

.product-form-all {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: lightgrey;
}

.product-form-all input {
	padding: 5px;
}

.product-form-all input[type="checkbox"] {
	width: 29px;
	height: 29px;
}

.field-t_energiatartalom,
.field-t_zsir_telitett,
.field-t_cukor,
.field-t_suly {
	display: none;
}

.block-huneng h2 {
	display: none;
}

.block-huneng .editblock {
	top: 0px;
}

.lofno {
	display: none;
}

.g_id_signin {
	display: inline-block;
	margin: 0 auto;
}

.edit-form-product .edit-field-kategoria,
.edit-form-product .edit-field-uj_kategoriak,
.edit-form-product .edit-field-adag_meret,
.edit-form-product .edit-field-idoszak,
.edit-form-product .edit-field-old_sku {
	display: none;
}

.field-ntak {
	display: none;
}

.node .field-label-body_eng,
.node .field-label-body_tunderkonyha_eng {
	display: none;
}

.toppings-activate-page {
	display: table;
	width: 100%;
}

.toppings-activate-page .topprow {
	display: table-row;
}

.toppings-activate-page .toptit {
	display: table-cell;
	padding: 10px;
}

.toppings-activate-page .toppube {
	display: table-cell;
	padding: 10px;
}

.toppings-activate-page .topac {
	display: table-cell;
	padding: 10px;
}

.toppings-activate-page .toppub {
	color: green;
}

.toppings-activate-page .topnempub {
	color: red;
}

.toppings-activate-page .topact a {
	text-decoration: none;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: linear-gradient(to bottom, #aac14f 0%, #89ad08 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-origin: padding-box;
	background-origin: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 0;
	padding: 5px 5px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.toppings-activate-page .topinact a {
	text-decoration: none;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #dc143c;
	background-origin: padding-box;
	background-origin: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 0;
	padding: 5px 5px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.toppings-activate-page .topact a:hover,
.toppings-activate-page .topinact a:hover {
	background: darkorange;
}


.view-6 .view-exposed form {
	display: grid;
	grid-template-columns: repeat(7, max-content);
	grid-template-areas: "allapot futar mail forras nev telefon kereses";
}

.view-6 .view-exposed form .view-exposed-item.view-exposed-futar {
	grid-area: futar;
}

.view-6 .view-exposed form .view-exposed-item.view-exposed-allapot {
	grid-area: allapot;
}

.view-6 .view-exposed form .view-exposed-item.view-exposed-user_mail {
	grid-area: mail;
}

.view-6 .view-exposed form .view-exposed-item.view-exposed-forras {
	grid-area: forras;
}

.view-6 .view-exposed form .view-exposed-item.view-exposed-szallitas_nev {
	grid-area: nev;
}

.view-6 .view-exposed form .view-exposed-item.view-exposed-szallitas_telefon {
	grid-area: telefon;
}

.view-6 .view-exposed form input[type="submit"] {
	grid-area: kereses;
}

#tiltolista .edit-field-front,
#tiltolista .edit-field-pub,
#tiltolista .edit-field-date,
#tiltolista .edit-field-alias,
#tiltolista .edit-field-alias_id,
#tiltolista .edit-field-oriurl,
#tiltolista .edit-field-aliurl,
.edit-form-tiltolista .edit-field-front,
.edit-form-tiltolista .edit-field-pub,
.edit-form-tiltolista .edit-field-date,
.edit-form-tiltolista .edit-field-alias,
.edit-form-tiltolista .edit-field-alias_id,
.edit-form-tiltolista .edit-field-oriurl,
.edit-form-tiltolista .edit-field-aliurl {
	display: none;
}

#tiltolista_telefonszam .edit-field-front,
#tiltolista_telefonszam .edit-field-pub,
#tiltolista_telefonszam .edit-field-date,
#tiltolista_telefonszam .edit-field-alias,
#tiltolista_telefonszam .edit-field-alias_id,
#tiltolista_telefonszam .edit-field-oriurl,
#tiltolista_telefonszam .edit-field-aliurl,
.edit-form-tiltolista_telefonszam .edit-field-front,
.edit-form-tiltolista_telefonszam .edit-field-pub,
.edit-form-tiltolista_telefonszam .edit-field-date,
.edit-form-tiltolista_telefonszam .edit-field-alias,
.edit-form-tiltolista_telefonszam .edit-field-alias_id,
.edit-form-tiltolista_telefonszam .edit-field-oriurl,
.edit-form-tiltolista_telefonszam .edit-field-aliurl {
	display: none;
}

#tiltolista_telefonszam label[for="title"],
.edit-form-tiltolista_telefonszam label[for="title"] {
	color: transparent;
	position: relative;
}

#tiltolista_telefonszam label[for="title"]::after,
.edit-form-tiltolista_telefonszam label[for="title"]::after {
	content: "Telefonszám";
	position: absolute;
	left: 0;
	top: 0;
	color: black;
	font-weight: 600;
	width: 200px;
}

.admin-list-tiltolista th.id,
.admin-list-tiltolista td.id,
.admin-list-tiltolista th.front,
.admin-list-tiltolista td.front,
.admin-list-tiltolista th.date,
.admin-list-tiltolista td.date {
	display: none;
}

.admin-list-tiltolista_telefonszam th.id,
.admin-list-tiltolista_telefonszam td.id,
.admin-list-tiltolista_telefonszam th.front,
.admin-list-tiltolista_telefonszam td.front,
.admin-list-tiltolista_telefonszam th.date,
.admin-list-tiltolista_telefonszam td.date {
	display: none;
}

.admin-list-tiltolista_telefonszam th.title {
	color: transparent;
	position: relative;
}

.admin-list-tiltolista_telefonszam th.title::after {
	content: "Telefonszám";
	position: absolute;
	left: 0;
	top: 0;
	color: black;
	font-weight: 600;
	width: 200px;
}