/*kék: #0066cc
narancs: #ff9900
szürke: #8b8b8b
sötétszürke: #606060*/

@font-face {
	font-family: "Helvetica Neue";
	src: url("fonts/HelveticaNeueLTCom-Roman.woff") format('woff');
}
@font-face {
	font-family: "Helvetica Neue";
	src: url("fonts/HelveticaNeueLTCom-Bd.woff") format('woff');
	font-weight: bold;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #fafafa;
  font-size: 12px;
  color: #8b8b8b;
	min-width: 420px;
}
.navbar-top3 {
	min-width: 400px;
}


/*** bootstrap override ***/
a {
  color: #606060;
}
.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('images/dropdown_arrow.png') no-repeat;
	background-position: right 10px top 13px;
	background-color: #fff;
	text-indent: 0.01px;
	text-overflow: "";
	width: 99%;
}
._szerviz_hivas select.form-control {
	width: 100%;
}
._szerviz_hivas label {
	margin-bottom: 0;
}
._szerviz_hivas .help-block {
	margin: 0;
	text-align: right;
}
.form-inline .control-label {
	margin-bottom: 5px;
}
button.form-control, a.form-control, input[type="button"].form-control, input[type="submit"].form-control {
  border-radius: 3px;
}
.close {
	color: white;
	opacity: 1;
}
.close:hover {
	color: orange;
	opacity: 1;
}
.my-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.modal-header {
	padding: 10px 15px 10px 15px;
	background-color: #0066cc;
	color: white;
	font-weight: bold;
	text-shadow: 0 0 4px #fff;
}
.modal-title {
	/*color: #0066cc;
	font-weight: bold;*/
}
.modal-body {
	padding: 20px;
}
.modal-content {
	border-radius: 0;
	font-size: 14px;
}
.large {
  font-size: 120%;
}
.smaller {
  font-size: 70%;
}
label {
	font-size: 16px;
	font-weight: normal;
	color: #606060;
}
.btn {
  border-radius: 0;
}
.alert {
	background-image: none;
  border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type="file"] {
	display: initial;
}
.navbar {
  min-height: 40px;
}
.navbar-right {
	text-align: right;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  right: 0;
  left: 0;
	width: 100%;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}
.max-width {
	width: 100%;
}
.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.no-top-margin {
	margin-top: 0 !important;
}
.no-bottom-margin {
	margin-bottom: 0 !important;
}
.noborder {
	border: 0 !important;
}
.no-right-border {
	border-right: 0 !important;
}
.no-bottom-border {
	border-right: 0 !important;
}
.row-padding {
	padding-left: 15px;
	padding-right: 15px;
}
.col-padding {
	padding-top: 15px;
	padding-bottom: 15px;
}
.margin-top {
	margin-top: 15px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.padding-top {
	padding-top: 15px;
}
.padding-bottom {
	padding-bottom: 15px;
}
.inverz {
	background-color: black;
	color: white;
	padding: 1px;
}
.hibasmezo {
	border: 1px solid #ff7777;
	padding: 2px;
}

.row-10 {
	margin-left: -10px;
	margin-right: -10px;
}
.navbar-nav {
	margin: 0;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
  .navbar-nav > li > a, .navbar-nav > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		background-color: white;
		border: 1px solid #e5e5e5;
		position: absolute;
	}
}
.navbar-default .navbar-nav > li > a {
  color: #8b8b8b;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.navbar-top3 .navbar-btn > a:hover,
.navbar-top3 .navbar-btn > a:focus {
	background-color: white;
	border-color: #e5e5e5;
}
.nav .open > a:hover, .nav .open > a:focus {
	color: inherit;
}
.carousel-control.right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .2)));
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
}
.carousel-indicators {
	bottom: 0;
	margin-left: -12%;
	text-align: right;
}
.carousel-inner img {
	width: 100%;
}
@media (min-width: 992px) {
	.carousel {
		height: 429px;
	}
	.carousel .item {
		height: 429px;
	}
	.carousel-inner img {
		height: 100% !important;
	}
}

.has-feedback label ~ .form-control-feedback {
	top: 38px;
}
.has-feedback-left .form-control-feedback {
	left: 0;
}
.has-feedback-left .form-control {
	padding-left: 28px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
}
.table > tbody > tr:first-child > td, .table > tbody > tr:first-child > th {
	border-top: 0;
}



.dropdown-menu {
	margin: 0;
	border: 1px solid #e5e5e5;
	z-index: 1050;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-menu > li > a {
	color: inherit;
	padding: 6px 15px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #eee;
	color: #23527c;
}
.dropdown-menu > li > a > i {
	display: inline-block;
	width: 20px;
}
.dropdown-menu.text-right {
	text-align: right;
}
.dropdown-backdrop { /* bugfix mobil clikkre */
	position: static; /*static;*/
}
@media (max-width: 767px) {
	.dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu {
		background-color: #e5e5e5;
	}
	.dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-subsubmenu {
		background-color: #eeeeee;
	}
	.dropdown-submenu>ul>li {
		font-size: smaller;
	}
	.dropdown-submenu>ul>li>a {
		padding: 8px 15px 8px 15px;
	}
	.dropdown-submenu>ul>li.dropdown-subsubmenu>a {
		padding-left: 25px;
	}
	.dropdown-submenu>ul>li.dropdown-subsubsubmenu>a {
		padding-left: 35px;
	}
	.navbar-header {
		background-color: #f4f4f4;
	}
	.navbar-top3-collapse > .dropdown-menu {
		top: 56px;
	}
	.navbar-top3-collapse .dropdown-menu {
		position: static;
	}
	.navbar-top3-collapse .dropdown-menu > li > a {
	}
	.navbar-top3-collapse .dropdown-menu > li > a:focus {
		background: inherit;
		color: #0066cc;
	}
}


/** dropdown-submenu **/
@media (min-width: 768px) {
	.dropdown-submenu {
		/*position:relative;*/
	}
	.dropdown-submenu > .dropdown-menu {
		top:-1px;
		left:100%;
		margin-top:-1px;
		margin-left:-1px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}
	.dropdown-submenu > a:after {
		display:block;
		content:" ";
		float:right;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:inherit;
		margin-top:5px;
		margin-right:-10px;
	}
}
@media (max-width: 767px) {
	.dropdown-submenu {
		position:static;
	}
}
li.dropdown-submenu-left > .dropdown-menu {
	left: auto;
	right: 100%;
}
i.dropdown-icon {
	display:block;
	float:right;
	width:0;
	height:0;
	margin-top:5px;
}
/** dropdown-submenu **/



.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.btn-sarga-inverz, .btn-kek-inverz, .btn-szurke-inverz, .btn-vilagosszurke {
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: white;
	text-shadow: none;
	box-shadow: none;
}
.btn-flat {
	background-image: none;
	background-color: #eee;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #8b8b8b;
	text-shadow: none;
	box-shadow: none;
}
.btn-szurke-inverz {
	border-color: #686868;
	background-color: #686868;
	color: white;
}
.btn-sarga-inverz {
	background-color: #F39A00;
	color: #f8f8f8;
	border-color: #C17900;
	text-shadow: 0px 1px 2px rgba(120, 120, 120, 0.5);
}
.btn-kek-inverz {
	border-color: #0066cc;
	background-color: #0066cc;
	color: white;
}
.btn-vilagosszurke {
	border-color: #e5e5e5;
	background-color: #f4f4f4;
	color: #8b8b8b;
}
.btn-feher {
	border-color: #e5e5e5;
	background-color: #fff;
	color: #8b8b8b;
}
.btn-min-width {
	min-width: 150px;
}
.btn-regnelkul {
	margin-top: 15px;
	clear: both;
}
.chosen-container-single .chosen-single {
	background: #fff !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: none !important;
	padding: 6px 6px !important;
}
.chosen-container-single .chosen-single div {
  top: 10px !important;
}
/*** bootstrap override end ***/


/***  ÁLTALÁNOS  *****************************/
.athuzott {
	text-decoration: line-through;
}
.vonal {
	border-bottom: 1px solid #6a6a6a;
}
.vonal-vilagos {
	border-bottom: 1px solid #e5e5e5;
}
.narancs {
	color: #ff9900;
}
.kek {
	color: #0066cc;
}
.kekbg {
	background-color: #eee;
}
.piros {
	color: red;
}
.inverz {
	background-color: black;
	color: white;
	padding: 1px;
}
.topinfo {
	padding: 10px 0;
}
.topinfo i {
	padding: 0 3px;
}
.info-uzenet {
	position: fixed;
	left: 10px;
	bottom: 10px;
	padding: 10px;
	background-color: #f55;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 0 10px #555;
	z-index: 1051;
}



/***  NAVBAR  *****************************/
.navbar-top {
	background-color: white;
	margin-bottom: 0;
	border-top: 0;
	border-bottom: 1px solid #e5e5e5;
}
.navbar-top2 {
	font-size: 14px;
	background-color: #f4f4f4;
	margin-bottom: 0;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-top3 {
	font-size: 14px;
	background-color: #f4f4f4;
	margin-bottom: 0;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-top3 .navbar-toggle {
	margin: 0;
	float: none;
	padding: 16px 18px 16px 18px;
	border-top: 0;
	border-bottom: 0;
}
.navbar-top3-collapse {
	border-top: 0;
	padding: 0;
}
.navbar-top3 .navbar-btn {
	margin: 0;
}
.navbar-top3 .navbar-btn > a {
	display: inline-block;
	height: 56px;
	padding: 20px 15px 14px 15px;
}
.navbar-top3-collapse ul.dropdown-menu {
	width: 100%;
	border: 0;
}
.navbar-termekek, .navbar-usermenu {
	float: left;
	background-color: white;
}
ul.navbar-termekek-folap li.dropdown > ul.dropdown-menu {
	border-top: 0;
}
ul.navbar-termekek-folap ul.dropdown-menu {
	z-index: 20;
}
.navbar-termekek>li>a {
  padding: 15px 15px;
}
.height-holder { /*folyamatos scrollhoz*/
	position: relative;
	right: 0;
	left: 0;
	height: 51px;
}
@media (max-width: 767px) {
	.navbar-form {
		margin: 0;
		padding: 0;
	}
	.navbar-top3 .navbar-form, .navbar-top3 .form-control, .navbar-top3 .navbar-form button {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-brand {
		padding: 10px 12px;
		height: auto;
	}
	.height-holder {
		height: 57px;
	}
	.navbar-top3-collapse > .dropdown-menu {
		display: block;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
		padding: 7px 15px;
		height: auto;
	}
}
.navbar-top2 .input-group-btn:last-child > .btn, #porzsak-kereso .input-group-btn:last-child > .btn-group {
	margin-left: 0;
}
.navbar-top2 .form-control:focus, #porzsak-kereso .form-control:focus {
	border-color: #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-kereso {
  border: 1px solid #e5e5e5;
	border-left: 0;
}
li.navbar-right-porzsak-kereso>a {
	color: #0066cc;
	font-weight: bold;
	padding-top: 13px;
	padding-bottom: 13px;
}
li.navbar-right-porzsak-kereso>a>img {
	vertical-align: -5px;
}
li.navbar-right-porzsak-kereso, li.navbar-right-ujrakosar, li.navbar-right-kosar {
	display: inline-block;
	height: 50px;
  border-left: 1px solid #e5e5e5;
}
li.navbar-right-kosar {
  border-right: 1px solid #e5e5e5;
}
#porzsak-kereso {
	background-color: #0066cc;
	position: relative;
}
#porzsak-kereso h3, #porzsak-kereso label, .porzsak-segedlet a {
	color: white;
}
#porzsak-kereso .form-control {
	/*border-right: 0;*/
	width: 100%;
}
#porzsak-kereso .form-group {
	text-align: left;
}
#porzsak-kereso .form-group>select, #porzsak-kereso .input-group-btn>button {
	color: #8b8b8b;
}
#porzsak-kereso .row > div {
	padding-left: 20px;
	padding-right: 20px;
}
#porzsak-kereso .porzsak-string {
	width: 100%;
}
#porzsak-kereso .porzsak-string .btn-kereso {
	margin-top: 27px;
}
@media (min-width: 768px) {
	#porzsak-kereso div.porzsak-segedlet > div:last-child {
		text-align: right;
	}
}
@media (max-width: 767px) {
	#porzsak-kereso div.porzsak-segedlet > div {
		text-align: center;
		padding-top: 0;
	}
	#porzsak-kereso div.porszivo-valaszto > div:first-child {
		padding-top: 0;
	}
	#porzsak-kereso div.porszivo-valaszto > div {
		padding-bottom: 0;
	}
}
#porzsak-kereso input, #porzsak-kereso select {
	min-width: 150px;
}
div.sarok {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
div.sarok>div {
	transform: rotate(45deg);
	transform-origin: right, top;
	-ms-transform: rotate(45deg);
	-ms-transform-origin:right, top;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin:right, top;
	position: absolute;
	top: -55px;
	right: -55px;
	height: 100px;
	width: 100px;
	background-color: #ff9900;
}


i.fa-shopping-cart > span {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	right: 9px;
	top: -11px;
	padding: 1px 4px 0 4px;
	margin-right: -11px;
	font-size: 10px;
	background-color: orange;
	color: white;
	line-height: 1.6em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
@media (max-width: 767px) {
	i.fa-shopping-cart > span {
		padding-top: 3px;
	}
}
li.navbar-right-kosar>a, li.navbar-right-ujrakosar>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.dropdown-kosar {
  border-radius: 0;
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
	margin-right: -1px;
	width: 480px;
}
@media (max-width: 767px) {
	.dropdown-kosar {
		width: 440px;
	}
	.navbar-right-ujrakosar > .dropdown-menu {
    right: -50px;
	}
}
.dropdown-kosar > .panel-body {
	padding: 0px;
	max-height: calc( 90vh - 90px);
	overflow: auto;
}
.dropdown-kosar > .panel-body table td {
	line-height: 1em;
	mix-blend-mode: multiply;
}
.dropdown-kosar > .panel-body table td > div.kieg_info {
	margin-top: 3px;
	line-height: 0.9em;
	font-size: 10px;
}
.dropdown-kosar td > img {
	max-height: 50px;
}
.navbar-right-ujrakosar > .dropdown-kosar > .panel-body table td {
}
.navbar-right-ujrakosar > .dropdown-kosar > .panel-body table td div.termek_box  {
	padding: 0;
}
.navbar-right-ujrakosar > .dropdown-kosar > .panel-body table td div.termek_box > div.termek_kep  {
	padding: 0;
}


.navbar-termekek .dropdown-menu, .navbar-usermenu .dropdown-menu, .navbar-lapozas .dropdown-menu, .navbar-top3 .dropdown-menu, .navbar-top3-collapse .dropdown-menu {
	padding: 0;
	margin: 0;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 767px) {
	.navbar-top3 .dropdown-menu, .navbar-top3-collapse .dropdown-menu {
		font-size: 16px;
	}
}
@media (min-width: 991px) {
	.navbar-termekek .dropdown-menu {
    width: 243px;
  }
	.navbar-termekek .dropdown-menu > li > a {
		/*padding: 6px 15px;*/
		padding: 4.84px 15px;
	}
}
@media (min-width: 1199px) {
	.navbar-termekek .dropdown-menu {
    width: 293px;
  }
}
.navbar-termekek .dropdown-menu > li, .navbar-usermenu .dropdown-menu > li, .navbar-lapozas .dropdown-menu > li, .navbar-top3 .dropdown-menu > li, .navbar-top3-collapse .dropdown-menu > li {
	border-bottom: 1px solid #e5e5e5;
}
.navbar-termekek .dropdown-menu > li:last-child, .navbar-usermenu .dropdown-menu > li:last-child, .navbar-lapozas .dropdown-menu > li:last-child {
  border: none;
}
.navbar-termekek a.termekkategoriak {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	min-width: 50px;
}

.navbar-termekek .dropdown-boxmenu {
	padding: 15px;
	column-count: 3;
	column-fill: auto;
	overflow: auto;
}
@media (min-width: 768px) {
	.navbar-termekek .dropdown-boxmenu {
    width: 574px;
		height: 430px;
	}
}
@media (min-width: 992px) {
	.navbar-termekek .dropdown-boxmenu {
		width: 728px;
	}
}
@media (min-width: 1200px) {
	.navbar-termekek .dropdown-boxmenu {
		width: 878px;
	}
}
.navbar-termekek .dropdown-boxmenu > li {
	border: 0;
	overflow: hidden;
}
.navbar-termekek .dropdown-boxmenu > li > a {
	display: inline-block;
	font-size: 12px;
}
.navbar-termekek .dropdown-boxmenu > li > a.kategoriak-submenu2 {
	font-weight: bold;
	color: #0066cc;
}
.navbar-termekek .dropdown-boxmenu > li > a.kategoriak-submenu3 {
	padding-left: 20px;
	color: #777;
}
.navbar-termekek .dropdown-boxmenu > li > a.kategoriak-submenu4 {
	padding-left: 25px;
	color: #aaa;
}

ul.navbar-usermenu a.usermenu:focus, ul.navbar-lapozas a.lapozasmenu:focus {
	background-color: #e7e7e7;
}

.modal-dialog-login {
	width: 80%;
	max-width: 400px;
	margin: auto;
	margin-top: 20px;
}
.modal-dialog-login div.checkbox>label {
	font-size: 14px;
}
.modal-dialog-login-text>a {
	text-decoration: underline;
}
.modal-dialog-login i.fa-facebook {
	padding-top: 3px;
}
.login_hibas {
	color: red;
}


/***  FŐOLDAL  *****************************/
.folap-box-header {
	float: left;
	width: 100%;
	padding: 10px 15px 10px 15px;
	border: 1px solid #e5e5e5;
	background-color: white;
	color: #0066cc;
	font-size: 18px;
	font-weight: bold;
}
.folap-tab-header {
	padding: 0;
	border-bottom: 0;
}
.folap-tab-header > .nav-tabs > li {
	border-right: 1px solid #e5e5e5;
}
.folap-tab-header > .nav-tabs {
	background-color: #fafafa;
}
.folap-tab-header > .nav-tabs > li > a {
	margin: 0;
	border-radius: 0;
	border: 0;
	color: #0066cc;
}
.folap-tab-header > .nav-tabs > li > a:hover, .folap-tab-header > .nav-tabs > li > a:focus {
	border: 0;
}
.folap-tab-header--notopborder .termek-row {
	border-top: 0;
}
.tab-content .folap-box-header-right {
	float: right;
	margin-top: -45px;
	padding: 13px 12px 10px 12px;
	font-size: 14px;
	font-weight: normal;
	color: #0066cc;
}
.folap-box-content {
	float: left;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-top: 0;
	background-color: white;
}
.folap-hirlevel input {
	background-color: #fafafa;
}

.topmarkak-box {
	border-right: 0;
	border-bottom: 0;
}
.topmarkak-box>div {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px;
	height: 90px;
}
.topmarkak-box>div>a {
	display: block;
	height: 100%;
	line-height: 60px;
	text-align: center;
}
.topmarkak-box>div>a>img {
	display: inline;
	-webkit-filter: grayscale(100%) contrast(50%) brightness(150%);
	filter: grayscale(100%) contrast(50%) brightness(150%);
}
.topmarkak-box>div>a>img:hover {
	-webkit-filter: none;
	filter: none;
}

.kiemelt-infok>a>div {
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #e5e5e5;
	background-color: white;
}
.kiemelt-infok>a>div:hover {
	background-color: #e5e5e5 !important;
}
@media (min-width: 992px) {
	.kiemelt-infok {
		padding-left: 0;
		padding-right: 0;
	}
	.kiemelt-infok:first-child {
		padding-left: 15px;
	}
	.kiemelt-infok:last-child {
		padding-right: 15px;
	}
	.kiemelt-infok:not(:last-child)>a>div {
		border-right: 0;
	}
}
@media (max-width: 991px) {
	.kiemelt-infok:not(:last-child)>a>div {
		margin-bottom: 10px;
	}
}
.kiemelt-infok>a>div i {
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 3px;
	float: left;
	font-size: 40px;
	color: #0066cc;
}
.kiemelt-infok>a>div div {
	color: #999;
}
.kiemelt-infok>a>div .kiemelt-infok-cim {
	padding-top: 3px;
	font-size: 14px;
	color: #0066cc;
	font-weight: bold;
}
.kiemelt-infok>a>div .kiemelt-infok-szoveg {
	font-size: 12px;
}

.folap-focim {
	margin-top: 15px;
	background-color: #686868;
	color: #fafafa;
	text-align: center;
	font-size: 14px;
}
.folap-focim>div {
	width: 70%;
	max-width: 767px;
	min-width: 370px;
	margin: auto;
	padding: 50px 0;
}
.folap-focim-cim {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	color: white;
}
.folap-focim h2 {
	margin: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.oszlop-box-cim {
	border: 1px solid #e5e5e5;
	border-bottom: 0;
}
.oszlop-box-tartalom {
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	background-color: white;
	padding: 10px;
	font-size: 10pt;
}

.box-elerhetosegeink {
	padding-bottom: 0;
}
.box-elerhetosegeink .eler-boxok {
	margin-top: 15px;
	margin-bottom: 20px;
}
.box-uzenetkuldes input, .box-uzenetkuldes textarea {
	background-color: #fafafa;
}
.eler-boxok .eler-box {
	margin: 5px;
	padding: 15px;
	background-color: #f8f8f8;
	font-size: 12px;
}
@media (max-width: 1199px) {
	.eler-boxok .eler-box {
		text-align: center;
	}
}
.eler-boxok .eler-box > div {
	display: inline-block;
	vertical-align: top;
}
.eler-boxok .eler-box > div span {
	font-size: 14px;
	font-weight: bold;
	color: #0066cc;
}
.eler-boxok .eler-box i {
	font-size: 38px;
	color: #0066cc;
	padding-right: 10px;
}



/***  CIKKLISTA  *****************************/
.folap-box-scroll {
	width: 100%;
	overflow: hidden;
	/*position: relative;
	overflow: hidden;
	height: 500px;
	width: 132px;
	text-align: center;
	background: #999;
	border-top: 5px #999;
	border-bottom: 5px #999;*/
}
.folap-box-scroll .termek-col {
	width: 24.9vw;
}
@media (max-width: 767px) {
	.folap-box-scroll .termek-col {
		width: 33.3vw;
	}
}

/*.folap-box-content .termek-row {
     -moz-transition: opacity 0.5s ease-out; 
       -o-transition: opacity 0.5s ease-out; 
  -webkit-transition: opacity 0.5s ease-out; 
      -ms-transition: opacity 0.5s ease-out; 
   -webkit-animation: moveSlideshow 10s linear infinite;
      -moz-animation: moveSlideshow 10s linear infinite;
}
@-webkit-keyframes moveSlideshow {
	0% { margin-left: 0px; }
	100% { margin-left: -100%; }
}
@-moz-keyframes moveSlideshow {
	0% { margin-left: 0px; }
	100% { margin-left: -100%; }
}*/

.termek_box {
	padding-bottom: 20px;
}
.termek-row {
	/*border: 1px solid #e5e5e5;
	padding-top: 15px;
	padding-bottom: 15px;*/
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background-color: white;
}
.termek-row-lista {
	border: 1px solid #e5e5e5;
	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
}
.termek-col-lista {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.termek-col-lista:last-child {
	border-bottom: 0;
}
@media (min-width: 768px) {
	.termek-col:nth-child(even) {
		background-color: #f6f6f6;
	}
}
.termek-col .termek_box {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

table.cikklista {
	font-size: 9pt;
	white-space: normal;
	/*width: 100%;*/
}
table.cikklista td, table.cikklista th, table.cikklista1 td, table.cikklista1 th, table.cikklista2 td, table.cikklista2 th {
	padding: 2px 4px;
	vertical-align: middle;
}
table.cikklista th {
	padding-left: 4px;
	padding-right: 4px;
}
table.cikklista1 {
	font-size: 9pt;
	white-space: normal;
}
table.cikklista2 {
	font-size: 8pt;
	white-space: normal;
}
table.cikklista2 td, table.cikklista2 th {
	padding: 0 4px;
}
table.cikklista1 td.rend_szam {
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
	color: #555;
}
table.cikklista1 td.rend_plus {
	white-space: nowrap;
	font-size:14pt;
	color:#777;
}
table.cikklista1 td.rend_plus i {
	cursor: pointer;
}
table.cikklista #ca_partner_id {
	max-width: 280px;
}


/* RACS */
div.termek_kep {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 20px 10px 0 10px;
	mix-blend-mode: multiply;
}
div.termek_kep>a {
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	height: 220px;
	vertical-align: bottom;
}
.termek_box_suru div.termek_kep>a {
	height: 150px;
}
div.termek_kep>a>img {
	max-width: 100%;
	max-height: 100%;
	margin: auto auto;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
div.termek_kep>a>img:hover, div.termek_kep>a>img:focus, div.termek_kep>a>img:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.termek_kifuto, .termek_akcios, .termek_top, .termek_ajandek, .termek_ingyenvisszuk {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	padding: 4px 8px;
	margin-right: 3px;
	color: white;
	font-size: 14px;
}
.termek_kifuto {
	background-color: #0066CC;
}
.termek_akcios {
	background-color: #ff9900;
}
.termek_ajandek {
	background-color: #ff0000;
}
.termek_top {
	background-color: #88BB00;
}
.termek_ingyenvisszuk {
	background-color: #8b8b8b;
}
.termek_box .termek_cim, .termek_box .termek_cikkszam, .termek_box .termek_tulajdonsagok, .termek_box .termek_keszlet, .termek_box .termek_kedvezmeny, .termek_box .termek_ar, .termek_box .termek_ertekeles {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.termek_box .termek_ikonok {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}
.reorder .termek_box .termek_ikonok {
	top: 0;
	right: 0;
}
.termek_box .termek_cikkszam, .termek_box .termek_ar {
	padding-top: 4px;
}
.termek_box .termek_tulajdonsagok {
	padding-top: 7px;
}
.termek_box div.termek_cim {
	overflow: hidden;
	/*height: 46px; //2soros
	line-height: 1.1em;
	font-size: 16px;*/
	height: 54px;
	line-height: 15px;
	font-size: 15px;
}
div.termek_cim a:hover, div.termek_cim a:focus {
	text-decoration: none;
}
.termek_box_suru div.termek_cim {
	font-size: 14px;
	height: 39px;
}
.termek_cikkszam {
	font-size: 11px;
	line-height: 1em;
}
.termek_tulajdonsagok {
	height: 66px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.2em;
}
.termek_tulajdonsagok > span {
	color: #606060;
}
.termek_keszlet {
	font-size: 12px;
	line-height: 1.2em;
	color: #606060;
}
.termek_kedvezmeny {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1em;
}
.termek_kedvezmeny > span > span {
	padding: 2px 14px;
}
.termek_ar {
	font-size: 22px;
	color: #ff9900;
	font-weight: bold;
	line-height: 1em;
	white-space: nowrap;
}
.termek_box_suru .termek_ar {
	font-size: 16px;
}
.termek_ar_akcios {
}
.termek_ertekeles {
	font-size: 12px;
}
.termek_ertekeles i {
	color: #ff9900;
	margin-right: 1px;
}
.termek_kosarba {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}
.termek_kosarba i.fa-shopping-cart {
	padding: 0;
	font-size: 20px;
}
.termek_kosarba button {
	padding: 10px;
	/*transition: all 0.3s ease 0s;*/
}
.termek_kosarba_reorder {
	padding-top: 0;
	margin-right: 0;
}
.termek_kosarba_reorder button {
	margin-top: 0;
}
.termek_kosarba button:hover {
}

/* LISTA */
.termek-col-lista-1 {
	margin: auto auto;
	padding: 0;
}
.termek-col-lista-2 {
}
.termek-col-lista-3 {
	padding: 0;
}
div.termek_kep_lista {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
div.termek_kep_lista > a {
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}
div.termek_kep_lista > a > img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
div.termek_cim_lista {
	overflow: hidden;
	font-size: 16px;
}
div.termek_cim_lista a:hover, div.termek_cim_lista a:focus {
	text-decoration: none;
}
.termek_cikkszam_lista {
	font-size: 11px;
}
.termek_tulajdonsagok_lista {
	font-size: 12px;
	margin-top: 10px;
}
.termek_tulajdonsagok_lista > span {
	color: #606060;
}
.termek_cikkleiras_lista {
	margin-top: 10px;
}
.termek-col-lista .termek_kedvezmeny {
	margin-top: 5px;
	line-height: inherit;
}
.termek-col-lista .termek_ar {
}
.termek-col-lista .termek_keszlet {
	margin-top: 6px;
	line-height: inherit;
	font-size: 14px;
}
.termek-col-lista .termek_ikon_ingyenvisszuk {
	margin-top: 6px;
	font-size: 14px;
	font-weight: bold;
}
.termek-col-lista .termek_kosarba {
	float: none;
	margin-top: 10px;
}
div.termek-col-lista .termek_kosarba button {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.termek-col-lista .termek_ikonok {
	height: 40px;
}
.termek-col-lista .termek_ikonok .termek_ikonok_karbantart {
	float: right;
	font-size: 20px;
}
.termek-col-lista .termek_ikonok .termek_ikonok_karbantart a {
	padding: 0 4px;
}
.termek-col-lista .termek_ikonok .termek_ikonok_karbantart a:hover {
	background-color: #ccc;
}
.termek-col-lista .termek_ajandekcsomagok, .termek-karton .termek_ajandekcsomagok, .termek_box .termek_ajandekcsomagok {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 11pt;
	background-color: #FFEFD7;
	padding: 5px;
	border: 1px solid salmon;
}
.termek-col-lista .termek_ajandekcsomagok a:hover, .termek-karton .termek_ajandekcsomagok a:hover {
  text-decoration: underline;
}

/* BALSAV */
.balsav > .row {
	margin-right: 0;
}

.balsav-alkategoriak {
	padding: 0;
}
.balsav-alkategoriak > ul > li {
	margin: 0;
}
.balsav-alkategoriak > ul > li:not(:last-child) {
}
.balsav-alkategoriak > ul > li > a {
	border-radius: 0;
	font-size: 13px;
	padding: 7px 15px;
}



/***  TERMEK KARTON MUTAT *****************************/
.termek-karton {
	padding-top: 30px;
	padding-bottom: 30px;
}
.termek-karton-fokep {
	width: 100%;
}
.termek-karton-tobbkep {
	max-width: 80px;
}
.termek-karton .termek_cim {
	font-size: 24px;
	height: auto;
}
.termek-karton .termek_cikkszam {
	font-size: 10px;
	line-height: inherit;
}
.termek-karton .termek_ertekeles {
	font-size: 15px;
}
.termek-karton .termek_kedvezmeny {
	font-size: 16px;
}
.termek-karton .termek_ar {
	font-size: 36px;
	line-height: inherit;
}
.termek-karton .termek_keszlet {
	font-size: 14px;
	margin-bottom: 15px;
}
.termek-karton .termek_ikonok, .termek-karton .termek_kosarba {
	float: right;
	width: 100%;
	margin-bottom: 15px;
}
.termek-karton .termek_ikonok .termek_ikonok_karbantart {
	float: right;
}
.termek-karton .termek_tulajdonsagok {
	margin-bottom: 15px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
}
.termek-karton .termek_fulek {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 7px;
	padding-bottom: 3px;
	font-size: 14px;
}
.termek-karton .termek_fulek > div {
	padding-left: 15px;
}
.termek-karton .termek_fulek a {
	display: block;
	margin-bottom: 5px;
}
.termek-karton .termek_fulek i {
	float: right;
	margin-top: 3px;
	font-size: 14px;
}
.termek-karton .termek_fulek_elso {
	margin-top: 15px;
	border-top: 1px solid #e5e5e5;
}
.termek-karton .termek_ikonok2 {
	height: 40px;
}
.termek-karton .termek_ikon_ingyenvisszuk {
	font-size: 14px;
	font-weight: bold;
}
.termek-karton .termek_kosarba, .termek-col-lista .termek_kosarba {
	margin-right: 0;
}
.termek-karton .termek_kosarba button, .termek-col-lista .termek_kosarba button {
	width: 100%;
	padding: 10px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.termek-karton .termek_kosarba i.fa-shopping-cart, .termek-col-lista .termek_kosarba i.fa-shopping-cart {
	margin-right: 10px;
}
.termek-karton .termek_videok {
	margin-top: 15px;
}
.termek-karton .termek_videok>img {
	width: 100%;
}
.termek-karton .termek_videok img.youtube_play {
	position: absolute;
	left: 300px;
	bottom: 200px;
}
.termek_velemenyek {
	padding: 15px;
	font-size: 15px;
}
.termek_velemenyek .row:not(:first-child) {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
}
.termek_velemenyek .row:not(:last-child) {
	padding-bottom: 10px;
}
.termek_velemenyek .termek_ertekeles {
	padding-bottom: 0;
	font-size: 15px;
}
.termek_velemenyek .termek_ertekeles_nagy {
	font-size: 24px;
}
.termek_velemenyek a.btn {
	float: right;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/***  TERMEK KARTON SZERKESZT *****************************/
.cikk_karton_megnevezes {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}



/***  GALERIA  *****************************/
.galeria_kepsor>div>a, .galeria_kepsor>div {
	display: inline-block;
	white-space: nowrap;
}
.galeria_kepsor>div>a {
	background-color: #f0f0f0;
	margin: 7px 0px 7px 7px;
	padding: 0;
	height: 150px;
	vertical-align: top;
}
.galeria_kepsor>div>a>img {
	max-height: 150px;
	max-width: 762px;
}
.galeria_kepsor>div>a.galeria_torol {
	height: 16px;
	width: 16px;
	margin: 7px 7px 7px 0px;
	padding: 0;
	vertical-align: top;
}
.galeria_kepsor>div>a.galeria_torol>img {
	display: block;
	position: absolute;
	height: 16px;
}
.galeria_kepsor>div>a>img:hover {
	border-color: black;
}
div.main_top, h3>span>a, h3>span {
	float: right;
	color: 202020;
	font-size: 10pt;
	font-weight: normal;
}

div.fajllista {
	margin-bottom: 10px;
}
div.fajllista img {
	display: inline-block;
}
div.fajllista a {
	display: inline-block;
	margin: 0px 0px 0px 5px;
	color: #5B1A11;
	font-weight: bold;
	text-decoration: underline;
}
div.fajllista a:hover {
	color: #ed1c24;
}
div.fajllista div.fajlleiras, div.fajllista div.fajlparam {
	display: inline-block;
	color: #404040;
	margin-left: 28px;
}

table.fajllista {
	width: 640px;
}
table.fajllista  tr.also td, table.fajllista tr.also th {
	border-bottom: #D9F0FA solid 1px;
	padding-bottom: 5px;
}
table.fajllista  tr.felso td {
	padding-top: 5px;
}
td.letolt_leiras{
}
td.letolt_fajl{
	padding-bottom: 10px;
}
div.letolt_link {
	border: 2px solid silver;
	max-width: 190px;
}



/***  MODAL IMAGE  *****************************/
.modImg {
	transition: 0.3s;
}
.modImg:hover {
	opacity: 0.7;
}
#myModal {
	display: none;
	position: fixed;
	z-index: 1050;
	padding-top: 70px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);
}
img.modal-content {
	border-radius: 0;
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}
.caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 10px 0;
	height: 150px;
}
.modal-content, .caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}
@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}
@media only screen and (max-width: 767px){
	.modal-content {
		width: 100%;
	}
} 



/***  KOSÁR  *****************************/
.kosar_box {
  border: 1px solid #e5e5e5;
	background-color: white;
	padding: 25px 15px;
}
.rendeles_lepesek {
	display: inline-block;
	padding: 5px 5px 5px 0;
	font-size: 16px;
	color: #e5e5e5;
}
.rendeles_lepesek > span:first-child {
	display: inline-block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
  border: 1px solid #e5e5e5;
	padding: 0px 4px 1px 7px;
}
.rlp_aktualis {
	color: #ff9900;
	font-weight: bold;
}
.rlp_aktualis > span:first-child {
  border: 1px solid #ff9900;
	background-color: #ff9900;
	color: white;
}
.rlp_athaladt {
	color: #606060;
}
.rlp_athaladt > span:first-child {
  border: 1px solid #606060;
	background-color: #606060;
	color: white;
}
.kosar_box table {
	font-size: 16px;
}
.kosar_box td.keszlet {
	font-weight: bold;
}
.kosar_box td.cikkar, .kosar_box td.ertek {
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	color: #ff9900;
	white-space: nowrap;
}
.kosar_box th.cikkar, .kosar_box th.ertek {
	text-align: right;
}
.kosar_box td.veg_sor {
	text-align: right;
	font-size: 16px;
	white-space: nowrap;
}
.kosar_box td.veg_sor span {
	font-weight: bold;
}
.kosar_box td.veg_osszesen {
	padding-top: 30px;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
}
.kosar_box td.veg_osszesen span {
	color: #ff9900;
}
@media (max-width: 767px) {
  .kosar_box td.veg_osszesen {
    text-align: left;
  }
}
.kosar_box .atvet_szoveg, .penztar .atvet_szoveg {
	font-size: 16px;
	margin-top: 40px;
}


/***  PÉNZTÁR  *****************************/
.penztar .folap-box-content > div.radio {
  border-right: 1px solid #e5e5e5;
}
.penztar .folap-box-content > .radio {
	margin: 0;
	padding: 10px 10px 10px 20px;
}
.penztar .folap-box-content > textarea, .penztar .form-group > input {
	background-color: #fafafa;
}
.penztar div.radio > label > input {
	margin-top: 23px;
}
#rend_fizmod_radio div.radio > label > input {
	margin-top: 3px;
}
.penztar div.radio > label {
	font-size: 14px;
	color: #8b8b8b;
	padding: 10px 20px;
}
.penztar div.radio span.radio_nev {
	font-size: 14px;
	font-weight: bold;
	color: #606060;
}
.penztar div.radio span.radio_info {
	font-size: 14px;
}
.penztar div.radio span.radio_koltseg {
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;
}
.has-jobboldal {
	padding-right: 0 !important;
}
.has-jobboldal > label {
	border-right: 1px solid #e5e5e5;
	width: calc(80% - 6px);
}
.has-jobboldal div.jobboldal {
	display: inline-block;
	width: 20%;
	vertical-align: 60%;
	text-align: center;
	font-size: 20px;
}
.has-jobboldal div.jobboldal > a {
	color: #606060;
	font-weight: bold;
	padding: 15px;
}
.modal-dialog-szallcim, .modal-dialog-szamlcim {
	width: 80%;
	max-width: 450px;
}
.penztar td.veg_sor {
	text-align: right;
	font-size: 16px;
	white-space: nowrap;
}
.penztar td.veg_sor span {
	font-weight: bold;
}
.penztar .veg_osszesen {
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #606060;
	white-space: nowrap;
}
.penztar .veg_osszesen span {
	color: #ff9900;
}
.rendeles_elfogad {
	display: inline-block;
	font-size: 16px;
	width: 60%;
}
.penztar_box table {
	font-size: 16px;
}
.penztar_box td.keszlet {
	font-weight: bold;
}
.penztar_box td.cikkar, .penztar_box td.ertek {
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	color: #ff9900;
	white-space: nowrap;
}
.penztar_box th.cikkar, .penztar_box th.ertek {
	text-align: right;
}
.penztar_box td.veg_osszesen {
	padding-top: 20px;
	font-size: 30px;
}
.penztar_box td.veg_osszesen span {
	color: #ff9900;
}
.penztar_box .veg_osszesen {
	text-align: center;
}
.penztar_box .veg_osszesen > button {
	font-size: 24px;
	padding: 14px 60px;
}
@media (max-width: 767px) {
  .penztar_box .veg_osszesen {
    text-align: left;
  }
}
.penztar_box .atvet_szoveg, .penztar .atvet_szoveg {
	font-size: 16px;
}


/***  LAPOZÁS  *****************************/
.lapozas {
}
.lapozas-felso {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	float: left;
	background-color: white;
}
@media (max-width: 991px) {
	.lapozas-felso > div {
		width: 100%;
	}
	.lapozas-felso > div:first-child {
		border-bottom: 1px solid #e5e5e5;
	}
	.lapozas-felso-jobb > ul:nth-child(4) {
		width: 28%;
	}
	.lapozas-felso-jobb > ul:nth-child(4) > li {
		border-left: 0;
	}
	.lapozas-felso-jobb > ul:nth-child(3) {
		width: 16%;
	}
	.lapozas-felso-jobb > ul:nth-child(2) {
		width: 28%;
	}
	.lapozas-felso-jobb > ul:nth-child(1) {
		width: 28%;
	}
	.lapozas-felso-jobb > ul > li {
		width: 100%;
	}
}
.lapozas-felso-bal {
	float: left;
}
.lapozas-felso-jobb {
	float: right;
}
.lapozas-felso-jobb > ul {
	float: right;
}
.lapozas-felso-jobb > ul > li {
	background-color: #f4f4f4;
	border-left: 1px solid #e5e5e5;
}
.lapozas-talalat a {
	font-size: inherit;
  cursor: not-allowed;
  pointer-events: none;
}
.lapozas-cim, .oszlop-box-cim {
	color: #0066cc;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-color: white;
}
.lapozas-cim > span, .tetel_szamlalo {
	color: #bbb;
	font-size: 14px;
	font-weight: bold;
}
.lapozas-also {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
}
.lapozas-also .aktlap {
  cursor: not-allowed;
  pointer-events: none;
}


/***  HIBA  *****************************/
.hiba-404 {
	position: relative;
	background-color: #0066cc;
	color: white;
	padding: 20px 30px;
}
.hiba-404 img {
	max-height: 100%;
	max-width: 100%;
}
.hiba-404-szoveg, .hiba-404-img {
	font-size: 14px;
	margin: auto;
}


div#SzurLayer {
	opacity: 0.93; /*Moz*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=93); /*IE 6,7*/
	z-index: 5;
	visibility: hidden;
	background-color: #E0E0E0;
	position: absolute;
	padding: 10px;
	border: 2px outset black;
}
button.close2 {
	position:absolute;
	right:0px;
	top:0px;
}


.uzenet {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #FBDCDC;
	color: black;
	font-size: 10pt;
	width: /*589px*/100%;
}
.pirosbg {
	background-color: #FBDCDC;
}


/***  FOOTER  *****************************/
.footer, .footer-mobile {
	background-color: #2c2c2c;
	color: #afafaf;
	padding-bottom: 200px;
}
.footer, .footer-mobile {
	padding-left: 0;
	padding-right: 0;
}
.footer-mobile .dropdown {
	position: static; /* bugfix mobil clikkre */
}
.footer-mobile ul.dropdown-menu {
	position: static;
	width: 100%;
	background-color: #111111;
	border: 0;
	border-bottom: 1px solid #afafaf;
	padding: 15px 0 15px 0;
}
.footer-mobile .dropdown-menu > li > a {
	padding: 3px 30px;
}
.footer-mobile .dropdown-menu > li > a:hover {
	background: inherit;
	color: white;
}
.footer-mobile i.dropdown-icon {
	width: auto;
	margin-right: 10px;
}
.footer a, .footer-mobile > div > a {
	text-decoration: none;
	color: #afafaf;
}
.footer-mobile > div > a {
	display: inline-block;
	height: 53px;
	width: 100%;
	border-bottom: 1px solid #afafaf;
	padding: 15px;
	font-weight: normal;
}
.footer a:hover, .footer a:focus, .footer-mobile a:hover, .footer-mobile a:focus {
	color: white;
}
.footer-cim {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}
.footer .footer-link, .footer-mobile .footer-link {
	font-size: 14px;
}
.footer .footer-link {
	padding-bottom: 5px;
}
.footer .footer-link i {
	font-size: 24px;
	margin-right: 5px;
}
.footer-mobile .footer-link i {
	margin-right: 5px;
}
.copyright {
	display: inline-block;
	color: #6a6a6a;
	padding: 10px 10px;
}



/***  IDEIGLENES  *****************************/
td.kep img {
	max-height: 69px;
}
.recaptchatable div#recaptcha_image {
	border: 0 !important;
}
#recaptcha_table {
	border: none !important;
}
#recaptcha_response_field {
	padding: 10px;
	border: 1px solid #e5e5e5 !important;
}


/***  TÖRZSEK  *****************************/
div#kiir0 {
	overflow: auto;
}
div#kiir1 {
	overflow: auto;
	margin-top: 5px;
}
div#kiir2 {
	color: #DCDCDC;
}
div#sotetito {
	background-color: #000000;
	opacity: 0.4; /*Moz*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); /*IE 6,7*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
table.tormutat2 {
	border: 3px solid white;
	background-color: #FFFFFF;
	font-size: 8pt;
	color: black;
	cursor: default;
}
table.tormutat2#tortabla {
	margin: 0px auto 0px auto;
	}
table.tormutat2#torfej {
	margin: 0px 0px 0px 0px;
	}
table.tormutat2 th, table.tormutat2 td.oldallec, table.tormutat2 td.tlablec {
	font-weight: 700;
	background-color: #E5ECF0;
}
table.tormutat2 th, table.tormutat2 td {
	padding: 4px 8px;
	border-style: solid;
	border-color: white #DDCCCC #DDCCCC white;
}
table.tormutat2 th.oszlopfej, table.tormutat2 th.aktcellair {
	border-width: 1px 1px 0px 1px;
	border-color: white #DDCCCC #DDCCCC white;
	background-image: url("images/fejbott.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: default;
}
table.tormutat2 th.felsofej {
	border-width: 0px 1px 0px 1px;
	border-color: white #DDCCCC white #DDCCCC;
	margin: 0px;
	padding: 0px;
	height: 16px;
	white-space: pre;
	font-size: 12px;
}
table.tormutat2 th.felsoszel {
	border-top: 1px solid #DDCCCC;
}
table.tormutat2 th.alsoszel {
	border-bottom: 1px solid #DDCCCC;
}
span.felsofej {
	float: left;
	border: 0px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
}
span.felsofej form {
	display:  inline;
	margin-left: 1px;
	}
table.tormutat2 td.oldallec, table.tormutat2 td.tlablec {
	border-width: 1px 1px 1px 1px;
	border-color: white #DDCCCC #DDCCCC #DDCCCC;
	margin: 0px 0px;
	padding: 0px 2px;
}
table.tormutat2 th.fejlec {
	background-image: none;
	border-width: 1px;
	border-color: #DDCCCC;
	font-size: 9pt;
	font-style: oblique;
	margin: 0px 0px;
	padding: 0px 0px 1px 0px;
}
table.tormutat2 td {
	border-width: 1px 1px 1px 1px;
}
table.tormutat2 td.aktcella, table.tormutat2 td.aktsor{
	background-color: #7777DD;
	color: white;
}
input#aktinput {
	font-size: 8pt;
	padding: 3px 0px 0px 0px;
	border: 0px;
	margin: 0px;
}
table.tormutat2 td.aktcellaedit {
	background-color: white;
	color: black;
	border-color: black;
	margin: 0px;
	padding: 0px;
}
table.tormutat2 th.aktcellair, table.tormutat2 span.aktcellair {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 7pt;
	border-left-width: 1px;
	border-left-color: #DDCCCC;
	}
table.tormutat2 td.cella:hover {
	background-color: #CCCCFF;
	color: black;
}
table.tormutat2 th.oszlopfej:hover {
	background-color: #EBEADB;
	background-image: url("images/fejbott_o.gif");
}
table.tormutat2 th.oszlopfejrend {
	background-color: #DBD9E9;
}
a.fejgomb, input.fejgomb {
	text-decoration: none;
	background-color: white;
	color: #DAD2CD;
	padding: 1px 3px;
	border: 1px solid #DAD2CD;
	margin: 0px 5px;
}
a.fejgomb:hover, input.fejgomb:hover {
	border: 1px solid #3BA5D9;
	color: #3BA5D9;
}
input.gomb2, button.gomb2 {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 8pt;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
.gomb3 {
	width: 40px;
	height: 21px;
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	margin: 1px 4px 3px 4px;
	padding: 0px 0px 3px 0px;
}
input.input3 {
	width: 30px;
	height: 19px;
	font-size: 10pt;
	border: 0px;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
table.tormutat2 label {
	font-style: normal;
	color: black;
}
input.gomb4, button.gomb4 {
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: bold;
	font-size: 7pt;
	min-width: 50px;
	padding: 0px 0px 0px 0px;
}
input.gomb5, button.gomb5 {
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 70px;
	margin: 0px 0px 0px 10px;
	padding: 2px 2px 2px 2px;
}
div.tordetail_cim {
	float: left;
}
div.tordetail_bezar {
	float: right;
}
div.tordetail_sorok {
	float: left;
}
div.tordetailgombok {
	height: 24px;
	float: right;
	clear: both;
}
div.tordetail, span.tordetail, fieldset.tordetail {
	float: left;
	background-color: #DDDDFF;
	color: black;
	border: 2px groove white;
	white-space: pre;
	padding: 5px;
}
legend.tordetail {
	color: blue;
	font-size: 11px;
}
.detinput {
	border: 1px solid white;
	padding: 0px;
	margin: 2px;
}
.detinput2 {
	margin-top: -1px;
	margin-bottom: -1px;
	font-size: 10pt;
}
input.detinput[READONLY] {
	background-color: #F3F3FF;
}


/***  KARBANTART  *****************************/
div.karbantart {
	background-color: white;
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	color: #606060;
	font-size: 8pt;
	text-decoration: none;
}
div.karbantartfej {
	margin-top: 15px;
	background-color: #e5e5e5;
	padding: 3px 10px 3px 10px;
	font-family: 'MyriadPro-Regular',Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
  text-shadow: 0 0 1px #fff;
}
.kep_lista_wrapper {
	position: relative;
	height: 120px;
}
.kep_lista {
	position: absolute;
	overflow-y: hidden;
	white-space: nowrap;
	width: 100%;
}
.kep_lista img {
	max-height: 100px;
	max-width: 100px;
	margin-right: 5px;
	border: 1px solid white;
}
.kep_lista img:hover {
	border-color: #ddd;
}
div.tooltip {
	poition: absolute;
}


/***  ÜZENŐFAL  *****************************/
div.uzenboxfej {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background-color: #e5e5e5;
	padding: 2px 10px 3px 10px;
	font-family: 'MyriadPro-Regular',Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
  text-shadow: 0 0 1px #fff;
}
.ritkas {
}
div.uzenboxfej a, div.uzenbox a {
	padding: 2px;
	color: #606060;
}
div.uzenboxfej a:hover, div.uzenbox a:hover {
	background-color: #d0d0d0;
}
div.uzenbox {
	background-color: white;
	margin-bottom: 15px;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 10px 5px 10px;
	color: #606060;
	font-size: 8pt;
	text-decoration: none;
}
.uzenofejpiros {
	color: red;
}
.uzenofejzold {
	color: green;
}
.uzenofejfekete {
	color: #606060;
}
.uzenonyugtazold {
	font-size: 7pt;
	font-weight: bold;
	color: green;
}
.uzenonyugtafekete {
	font-size: 7pt;
	font-weight: normal;
	color: black;
}
