/*main colors*/
:root {
  --color-font: #58595b;
  --color-border: #cccccc;
  --color-bg: #d3d3d3;
  --color-bg1: #B5B3A0;
  --color-link: #98bb40;
  --color-link-h: #e4c15b;
  --color-link-invert: rgba(255,255,255,1);
  --color-link-invert-h: rgba(82,174,50,1);
  --color1: #98bb40; 
  --color1-invert: #ffffff;
  --color2: #1f3853; 
  --color2-invert: #ffffff;
  --color3: #47828f; 
  --color4: #775E7D; 
  --color4: #39223D;
  --color-ok: #8dc640;
  --color-warn: #d9b433;
  --color-error: #dc3545;
  --border-radius: 6px;
}


body {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	background-image: url('/new_images/bg11.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #58595b; 
	font-size: 13px; 
	margin: 0px 20px; 
	padding: 20px 0px;
	box-sizing:border-box;
}

.c1 { color: var(--color1) !important; }
.c2 { color: var(--color2) !important; }
.c3 { color: var(--color3) !important; }
.c4 { color: var(--color4) !important; }

@media (min-width: 1400px) {
	.container-fluid {
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}
}
#nymain {
	width: auto;
}

.nowrap {
	white-space: nowrap;
}

.demo {
	background-color: #f00;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	color: #eee;
	font-weight: bold;
	font-size: 13px;
	left: 0;
	padding: 3px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1000;
}

/*rendelo tooltip*/
.tooltip {
	opacity: 1;
	z-index: 19;
}
.tooltip.fa{
	color: #98bb40;/*#5cb85c;*/
	font-size: 22px;
	margin: 4px;
}

.tooltip3.fa {
	color: #98bb40; /*#5cb85c;*/
	cursor: help;
	font-size: 16px;
}

/*ui tooltip*/
.ui-tooltip {
	font-size: 12px;
	border-radius: 5px !important;
	border: 1px solid #cccccc !important;
	box-shadow: 0px 0px 0px 5px rgba(240,240,240,1) !important;
}

/*input mezok*/
.inp1,.inperr,.inpbarcode { 
	color: #58595b; 
	/*font-size: 11px;*/ 
	background-color: #ffffff; 
	border: 1px solid #b6bcc1; 
}
.inptxt { border-right: 1px dotted #efefef; padding-right: 5px; }
.inperr { background-color: #ff0000; color: #ffffff; }
.inperr:focus{
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.inperr::-webkit-input-placeholder {color: #ff0; opacity: 1;}
.inperr:-moz-placeholder {color: #ff0; opacity: 1;}
.inperr::-moz-placeholder {color: #ff0; opacity: 1;}
.inperr:-ms-input-placeholder {color: #ff0; opacity: 1;}
.inp1[disabled],.inp1:disabled { background-color: #f0f0f0; color: #AAAAAA;}


/*login*/
.login-logo {
	text-align:center;
	display: inline;
}
.login-logo img{
	margin: 0 auto;
	max-width: 260px;
}
.login-center {	
	height: auto;
	margin: auto;
	/*margin-top: 15%;*/
	max-width: 420px;	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.login-center h1 {
	font-size: 22px;
	margin-bottom: 22px;
}

.login-center.big{
		max-width: 600px;
}

.login-panel-top{
	text-align:center;
	background-color: rgba(255,255,255,0.8);
	padding: 4px;
	border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);		
	margin-bottom: 10px;
}
.login-panel{
	background-color: rgba(255,255,255,0.8);
	color: #757575;
	border: 1px solid transparent;
	border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);	
	padding: 30px 20% 30px 20%;
}
.login-center.big .login-panel{
	padding: 30px 20px 30px 20px;
}

.login-txt {
	color: #757575;
	font-size: 11px;
	text-align: center;
	margin: 15px 0px;
	line-height: 1.4em;
}

.login-panel h1 {
	color: #757575;
	padding: 0px 0px 20px 0px;
}

.login-panel .form-control {
	font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 20px;
    padding: 4px 15px;
	background-color: #eaeaea;
}
.login-panel .btn {
	margin-top: 15px;
}

.login-info{
	margin: 0px -30px;
        padding: 20px 0px 0px 0px;
}
.login-panel-bottom{
	background-color: #ffffff;
	border-top: 3px solid  #eaeaea;
	padding: 4px;
	border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0,0,0,.05);		
	margin-top: 10px;
}

.login-panel .errbox h2 {
	margin: 10px 0px;
	padding: 0px;
}

.main {
	background-color: rgba(255,255,255,11);
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	/*margin:  0 20px;*/
}
/*
#maindata { 
	width: 650px; float: left;
 }
#sumdatas { 
	float: left; margin-left: 20px; width: 250px;  
}
#sumdatas h2 { 
	background-color: #14aa5e; 
	line-height: 20px; 
	color: #ffffff; 
	border: none; 
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 4px;
	margin: 5px 0px;
}
#sumdatas .sumdatasrend { background-color: #efeff0; padding: 10px;}
#sumdatas .lencsetip,#sumdatas .rendall { line-height:20px;}
*/

.wrap-logo {
	margin: 5px 20px;
	padding: 5px 10px;
	max-width: 200px;
}
.wrap-logo img{
	max-height: 70px;
}
.ftext {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5; 
	padding: 10px 20px;
	line-height: 1.5em;
	margin: 20px 0px;
}
.flogo {
	padding: 0px 20px;
	margin: 20px 0px;
}

/*shop elements*/
/*cartlist start*/
.cartlist {
	padding: 0px 20px;
}
.cartlist .header {
    /*font-family: "Open Sans Condensed", sans-serif;*/
	font-size: 14px;
	line-height: 1.5em;
    text-transform: uppercase;
	font-weight: bold;
}
.cartlist .block {
}
.cartlist .block-heading{
	background-color: #f5f5f5;
	border-top:  1px solid #dddddd;
	border-bottom:  1px solid #dddddd;
	padding: 10px 5px;
	font-weight: bold;
}
.cartlist .block .itemrow {
	border-bottom:  1px solid #dddddd;
}
.cartlist .block .itemrow:last-of-type  {
	border-bottom:  none;
}

.cartlist .prodname{
    /*font-family: "Open Sans Condensed", sans-serif;*/
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.cartlist .prodprice {
    /*font-family: "Open Sans Condensed", sans-serif;*/
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.cartlist .fullprice {
    /*font-family: "Open Sans Condensed", sans-serif;*/
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}
.cartlist .btn {
	width: 35px;
	height: 35px;
	padding: auto;
}
.cartlist .prodcode {
	text-transform: none;
	font-weight: normal;
	color: #777777
}
.cartlist .prodbtns {
	 white-space: nowrap;
}
.cartlist .row {
	margin-left: -10px;
	margin-right: -10px;
}
.cartlist [class*="col-"] {
	padding: 10px 10px;
}


/*copy btn*/
.cleft .fa {
	color: #ffffff;
}
.cright .fa {
	color: #ffffff;
}

/*szinek*/
.lcolorcont { cursor: default; display: inline-block; width: 30%;}
.lcolorcont img {margin-right:5px; /*border: 1px solid #aaaaaa;*/ border-radius: 2px; vertical-align: middle;}
.lcolorcont input {margin: 0 5px 0 0; vertical-align: middle;}
.lcolor.disabled {opacity: 0.5; filter:alpha(opacity=50); cursor: default;}
.lcolorcont {
		float: left; 
		border: 1px solid transparent;
		font-size: 11px; 
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}
.lcolorcont.selected {
	background-color: #f0f0f0; 
	line-height: 1em;
}

span.disabled, label.disabled {
	color: #aaa;
}

/* clip-on */

.clipon {
	
}

.clipon img {
	max-width: 100%;
}

.clipon > div {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 0.5rem;
}

.clipon-color {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: currentColor;
}

.clipon-color.mirror {
	background-image: radial-gradient(transparent 60%, rgba(0,0,0,0.6) 100%);
}

.clipon-color.gradient {
	background-image: linear-gradient(to top, transparent 0%, currentColor 100%);
}

.clipon-image {
	height: 20px;
}



/*statuszvaltas*/
.statusvdiv {
}
.statusvbt {
	width: 240px;
	height: 160px;
	padding: 10px 10px;
	cursor: pointer;
	background: #98bb40; 
	border-radius: 6px;
	float: left;
	margin: 15px;
	overflow: hidden;
}

.statusvbt1{
	width: 240px;
	height: 160px;
	padding: 10px 10px;
	cursor: pointer;
	background: #47828f;/*#dc842e;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	margin: 15px;
	overflow: hidden;
}

.statusvbt:hover,.statusvbt1:hover {
	background: #194454;
}

.statusvbticon {
	padding: 5px 0px;
	text-align: center;
}

.statusvbticon .fa {
	color: #ffffff;
	font-size: 25px;
	font-weight: normal;
}


.statusvbticon img{
	max-height: 75px;
}

.statusvbtdesc {
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	padding: 0px 0px 10px 0px;
}


.statusvbtnev {
	font-size: 14px;
	font-weight: bold;	
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;	
	padding: 0px 0px;
	
}
.statusvbtnev big {
	    border-top: 1px solid #ffffff;
}

.statusvbtnev big.noline{
	    border-top: none;
}
.statusvbtforras,.statusvbtcel {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;		
}

.statusvbt[data-type]::before, .statusvbt1[data-type]::before {
	content: attr(data-type);
	color: rgba(255,255,255,0.9);
	background-color: rgba(0,0,0,0.2);
	display: block;
	margin: -10px -10px 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	box-shadow: 0 -3px 5px rgba(0,0,0,0.05) inset;
}


.datagroup .help { right: 0px; }

/*imp width*/
.iw0 { width: 25px !important;}
.iw1 { width: 80px !important;}
.iw100 { width: 100px !important;}
.iw2 { width: 250px !important;}
.iw3 { width: 230px !important;}
.iw4 { width: 200px !important;}
.iw5 { width: 220px !important;}

/*bal-jobb*/
.field { 
	margin: 15px 0px;
}
.fieldl { 
	background-color: #ceebeb; 
	color: #003E54;
	font-size: 14px !important; 
	text-align: center;
	padding: 10px; 
	font-weight: bold; 
	/*width: 280px; 
	float: left; */
} 
.fieldr { 
	background-color: #e9ebee; /*#d1d1d1;*/
	color: #003E54; 
	font-size: 14px !important; 
	text-align: center; 
	padding: 10px; 
	font-weight: bold; 
	/*width: 280px; 
	float: left;
	margin-left: 4px;*/
}

/*datatbl*/
.fieldsetparent { 
	background-color: #ffffff; 
	padding: 0px 20px; 
	border: 1px solid #cccccc; 
	margin: 0px 0px 20px 0px; 
	 border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(240,240,240,1);
}
.fieldsetparent h2 { 
	background-color: var(--color1);
	line-height: 30px;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	width: 250px;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 3px 3px 10px;
	margin: 0px 0px 20px -20px;
	margin-left: -20px; 
	text-align: left;
	border-radius: 0px 0px 6px 0px;
	}
.fieldsetparent h2 .fa{
	margin-right: 10px;
} 	
.datagroup { 
	background-color: #ffffff; 
	padding: 0px 6px 6px 6px; 
	margin: 10px 0px; 
	border: 1px solid #898989;
	   border-radius: 4px;
	   border: 1px solid #cccccc; 
	/*box-shadow: 0px 0px 0px 5px rgba(240,240,240,1);	*/
}
.datagroup h3 {
		background-color: #003E54; 
		line-height: 25px; 
		color: #ffffff; 
		border: none; 
		width: 300px; 
		font-weight: bold; 
		font-size: 12px; 
		padding: 3px 3px 3px 10px;
		margin: 0px 0px 10px -6px;
		border-radius: 0px 0px 4px 0px;
		text-align: left; 
		}
.datagroup h3 .fa{
	margin-right: 10px;
} 			
.datadiv { padding: 10px 0px;} 

.datadiv.justify {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*display: table;
	width: 100%;
	table-layout: fixed;*/

}

.datadiv.justify > span {
	padding: 10px;
	/*display: table-cell;*/
}

.datagrouptbl { width: 100%; margin: 20px 0px 0px 0px; border-spacing: 4px;}
.datagrouptbl td { width: 50%;}
.datagrouptbl .left { background-color: #ceebeb; padding: 10px; }
.datagrouptbl .left .inp1 { border: 1px solid #acd3bf; }
.datagrouptbl .right { background-color: #e9ebee;/*#d1d1d1;*/ padding: 10px;}
.datagrouptbl .right .inp1 { border: 1px solid #d1acaa;}
.lensdatabl { border-collapse: collapse; border: 0px; width: 100%; border-spacing: 0px; }
.lensdatabl td { 
	font-size: 12px; 
	text-align: left; 
	padding: 2px 4px; 
	}
.lensdatabl td.tdwa { width: auto; }
.lensdatabl td.tdw0 { width: 20px; }
.lensdatabl td.tdw1 { width: 25%; }
.lensdatabl td.tdw2 { width: 33%; }
.lensdatabl td.tdw3 { width: 50%; }
.lencsecb span { display: inline-block; width: 25%; }
.lencsecb span > img { max-width: 100px; vertical-align: middle; }
.lencsecb span.custom { display: block; width: auto;}
.lencsecb span.custom > img {max-width: none;}

.func-message {
    float: right;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 50%;
}

/*gyorsrend tbl*/
.gyorsrtbl { border-collapse: collapse; border: 0px; width: 100%; border-spacing: 0px; margin-top: 10px; }
.gyorsrtbl td {
	font-size: 12px;
	text-align: left;
	padding: 4px 4px; 
}
.gyorsrtbl .atm ,.gyorsrtbl .type { background-color: #efeff0; }
.gyorsrtbl .sep { border-top: 1px solid #d3d7db; }
.gyorsrtbl .fields,.gyorsrtbl .fields  td { padding-left: 10px; }
.gyorsrtbl .db { border-left: 1px solid #d3d7db; background: #ffffff url(/images/	stb2title.gif) repeat-y scroll top right;  width: 80px;}
.gyorsrtbl .left,.gyorsrtbl .right {
	width: 50%;
}
.gyorsrtbl .fa-remove {
	font-size: 22px;
	color: #c0120e;
}
.gyorslensname {
	color: #02816b;
	font-size: 13px;
}

@media (max-width: 767px) {
.cartlist {
	padding: 0px 0px;
}
.m-b-1 {
	padding-left: 3px;
	padding-right: 3px;
}
.m-b-2 {
	margin-bottom: 6px !important;
	padding-right: 3px;
	padding-left: 3px;
}
.main-banner-bottom {
	margin-left: 0px;
	margin-right: 0px;
}
.main-banner-top-container {
	margin-left: -3px;
	margin-right: 0px;
}
.main-banner-top {
	padding-left: 0px;
	padding-right: 0px;
}
.main-banner-top a img {
	min-height: 152px;
}
div.card.p-a-1 {
	padding: 8px 8px !important;
}
}
/*cartlist end*/
/*product item*/
.products a:link,.products a:visited { color: #ce185e; text-decoration: none; }
.products a:active,.products a:hover { color: #ce185e; text-decoration: none; }
.products .item {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #898989;
	margin: 10px 0px;
	padding: 15px;
}
.products .pic { text-align: center; margin: 10px 0px; height: 20%;}
.products .name { font-size: 15px; text-align: center; font-weight: bold; padding: 5px; color: #fff; background-color: #898989; margin: 0 -15px;}
.products .name a:link,.products .name a:visited { color: #fff; text-decoration: none; }
.products .name a:active,.products .name a:hover { color: #ce185e; text-decoration: none; }
.products .prices { text-align: center; margin-top:10px; }
.products .price { font-size: 18px; color: #14aa5e; padding: 5px 0px; }
.products .oldprice { font-size: 12px; color: #999999; margin: 5px; display: inline-block; position: relative; }
.products .oldprice:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px; 
  background-color: #999999; 
}
.products .vatp { font-size: 10px; color: #333333; text-align: right;}
.products .id { font-size: 10px; color: #333333; text-align: left; }
.products .included { font-size: 10px;}
.products .rate  {text-align: center; }
.products .rate .fa { font-weight: bold; font-size: 14px; color: #ffcc00; cursor: pointer; padding: 0px 2px;}
.products .rate .fa.off { color: #cccccc;}
.products .rate .fa:hover { color: #ce185e;}

.products img {
	vertical-align: middle;
	max-width: 100%;
}

.datadiv .product {
	border: 1px solid var(--color-border);
	margin: 0 0 10px 0;
	padding: 0 5px;
	height: 100%;
	display: block;
	border-radius: var(--border-radius);
}
.datadiv .product.list {
	cursor: pointer;
}

.datadiv .product.sproduct {
	border: 0 none;
	border-bottom: 1px solid var(--color-border);
	border-radius: 0;
}

.datadiv .product.kproduct {
	border-color: var(--color1);
	padding-bottom: 5px;
}

.datadiv .sproduct button {
	float: left;
	margin: 10px 10px 10px 0;
	
}

.datadiv .form-check-label {
	display: inline-block !important;
	cursor: pointer;
}

.datadiv .product input {
	display: none;
}

.datadiv .product.kproduct input {
	display: initial;
}
.fieldsetparent .navi {
	background: #eeeeee;
	padding: 10px 10px;
	border-radius: var(--border-radius);
}
.fieldsetparent .navi label {
	cursor: pointer;
}

.fieldsetparent .navi label input {
	display: none;
}



.datadiv .product.list:hover {
	/*color: #14aa5e;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2) inset;*/
}
.datadiv .product.list:hover.dir {
	background-color: var(--color1);
}

.datadiv .product.dir {
	background-color: var(--color2);
	color: rgba(255,255,255,1);
	display: flex;
	align-items: center;
	padding: 0.25rem 1rem;
	border-radius: var(--border-radius);
	border:none;
}

.datadiv .product .pic {
	float: left;
	margin-right: 10px;
}

.datadiv .product .name {
	padding: 5px 5px 0;
	font-weight: bold;
}

.datadiv .product.dir .name {
	padding: 0;
}

.datadiv .sproduct .name {
	font-size: 130%;
}
.datadiv .kproduct .name {
	font-size: 120%;
	/*color: #c0120e;*/
}

.datadiv .kproduct .cltype {
	margin-left: -5px;
}

.datadiv .kproduct .cltype > span {
	display: inline-block;
	background-color: var(--color1);
	color: #fff;
	padding: 0 10px;
}

.datadiv .kproduct .valign, .datadiv .prodparams.valign {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.datadiv .prodselect {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.datadiv .prodselect > div {
	margin-bottom: 10px;
	padding: 0 5px;
}

.datadiv .prodparams label {
	/*
	display: inline-block !important;
	font-weight: 500;*/
}

.datadiv .product .code {
	color: #aaa;
}

.datadiv .product .ar {
	text-align: right;
	color: var(--color3);
	padding: 5px 10px 5px 5px;
	background: #efefef;
	border-radius: var(--border-radius);
	clear: both;
}

.datadiv .product .ar strike{
    color: var(--color-font);
}

.datadiv .product.sproduct .ar {
    margin-bottom: 5px;
    font-size: 14px;
    padding-right: 20px;
}

.datadiv .product .desc {
	margin-bottom: 5px;
}
.datadiv .product .desc .hx {
	font-size: 120% !important;
}

.datadiv label:not(.inline) {
	font-weight: normal;
	display: block;
}
.datadiv .inlineinp label:not(.inline) {
	display: inline-block;
}


ul.leadott li.active > a:first-child {
	background-color: #ff0;
}

/*productlist sticker rectangle*/
.prodsticker {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
	font-family: 'Oswald',sans-serif;
	font-size: 16px; 
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 16px;
	background-color: #14aa5e;	
}
.prodsticker.type1 { background-color: #14aa5e; }
.prodsticker.type2 { background-color: #cc0000; }

.selejtitems {
	display: flex;
	justify-content: center;
	align-items: center;
}

.selejtitem {
	font-size: 14px;
	padding: 10px;
	margin: 5px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.selejtitem .name {
	font-weight: bold;
	font-size: 18px;
	color: #c0120e;
}

.selejtitem > .fa {
	font-size: 30px;
}

.selejtaction {
	text-align: center;
}
.selejtaction button {
	max-width: 100%;
	width: 300px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}

.selejtaction button > span {
	display: block;
	/*margin-left: 35px;*/
}

.selejtaction button .fa {
	font-size: 32px;
	display: block;
	margin-bottom: 5px;
	/*position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);*/
}

.caction {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/*dds responsive menu*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar {
	border: 0px;
	margin-bottom: 0px;
	min-height: 80px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/*gradient_green*/
.bggr1, .navbar .navbar-nav > li > a {
	background: var(--color1);
}


/*gradient_red*/
.bggr2, .navbar .navbar-nav > li.newitem > a, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .dropdown:hover > a {
	background: #1f3853; /*#194454;*/
}

.loggedin {
	background-color: #eee;
	text-align: right;
	clear: both;
}
.loggedin > div {
	background-color: #fff;
	padding: 0 10px;
	margin-right: 10px;
	display: inline-block;
}

.mainmenu {
  display: table;
  width: 100%;
  padding: 10px 0;
}
.mainmenu > div {
  display: table-cell;
}
.mainmenu .wrap-logo {
  vertical-align: middle;
  /*width: 190px;*/
}
.mainmenu .navbar-collapse {
	padding: 0;
}

/*centered menu*/
#ddsrespmenu.center  .navbar-collapse.collapse  {
	display: inline-block !important;
}
#ddsrespmenu.center  .navbar { text-align: center;}
#ddsrespmenu.center  .navbar-header {
	float: none;
}

.nav .navbar-nav .fa-home {
    font-size: 22px;
}

.navbar .navbar-header {
	float: none;
}

.navbar .navbar-nav {
	border-radius: 5px;
	overflow: hidden;
	display: table;
}

.navbar .navbar-nav > li {
	display: table-cell;
	float: none;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .dropdown:hover > a{
	color: #ffffff;
}
.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
    background-color: #333333;
    border-color: #333333;
}

.navbar .navbar-nav > li > a {
    color: #ffffff; 
	text-decoration: none;
	font-weight: normal;
    padding-bottom: 0px;
    padding-top: 0px;	
	border-right: 1px dotted #ffffff;		
	height: 70px;
	text-align: center;
}

.navbar .navbar-nav > li > a > span {
	font-weight: 600;
	font-size: 14px;
	/*text-shadow: 1px 1px 0 rgba(0,0,0,0.5);*/
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}

.navbar .navbar-nav > li > .dropdown-menu {
	border: none;
	background-color: #333333;
	box-shadow: 0 5px 10px rgba(0,0,0,0.176);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.176);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.176);
}

.navbar .dropdown-menu {
	border-top: none;
}
.navbar .dropdown.hdown:hover > .dropdown-menu {
	display: block;
}
.dropdown-menu > li > a {
    color: #ffffff;
}
.dropdown-menu .divider {
	background-color: #7e7e7e;
	margin: 5px 20px;
}

.dropdown-menu { min-width: 300px; }
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
    background-color: #000000;
    text-decoration: none;

}

/*level2*/
.lev2 {
    font-size: 14px;
    list-style: none outside none;
    padding: 5px 0;
}
.lev2 > li > a {
	color: #ffffff;
    clear: both;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px 3px 30px;
    white-space: nowrap;
}
.lev2 > li > a:hover,.lev2 > li > a:focus {
    background-color: #000000;
    text-decoration: none;
}


/*smallmenu*/
.navbar-toggle {
	float: left;
}
.navbar-default {
	border: none;
	background: none;
}
.navbar-toggle {
	float: none;
	width: 45px;
	height: 35px;
	background-color: #19b56c;
	border-color: #19b56c;
	margin-left: 10px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #dc372e;
	border-color: #dc372e;
}
.navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
	background-color: #ffffff;
}

@media (max-width: 767px) {
 .navbar .navbar-nav > li {
	/*margin: 2px 0px 2px 0px !important;*/
	display: block !important;
	margin: 0 !important;
	float: none !important;
}

.navbar .navbar-nav > li > a {
	text-align: left;
	background: #0d8b41;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
}
.navbar .navbar-nav {
	margin: 0;	
}

.navbar .navbar-collapse {
	position: absolute;
	right: 0;
	z-index: 100;
	max-width: 100%;
	width: 300px;
	top: 70px;
	box-shadow: -10px 10px 20px rgba(0,0,0,0.5);
}

.func-message {
    float: none;
    width: 100%;
}

}

/*oktatas*/
.oktatasmodal .modal-content {
	background-color: var(--color1);
	color: #ffffff;
}

.oktatasmodal.white .modal-content {
	background-color: #ffffff;
	color: var(--color-font);
}

.oktatasmodal.white .modal-header,.oktatasmodal.white .modal-footer  {
	background-color: var(--color2);
	color: #ffffff !important;
}

.oktatasmodal.white .close {
	color: #ffffff;
}

.oktatasmodal.white h4{
	color: #ffffff;
}

.oktatasmodal .popupimg img{
	width: 100%;
	max-width: 300px;
}

.oktatasmodal h1 {
	border-bottom: none;
}

.oktatasmodal h4{
	font-size: 18px;
	font-weight: 600;
}
.oktatas  {
	font-size:15px;
}
.oktatas .infobox { margin: 10px 10px; }
.oktatas .infobox img { 
	padding: 0 10px; 
	width: 40px;
}
.oktatas h1 {
	text-align: center;
	margin: 20px 0px;
	border: none;
	font-size: 35px;
	font-weight: 600;
}
.oktatas h2 {
	text-align: center;
	margin: 20px 0px;
	border: none;
	font-size: 25px;
	font-weight: 600;
}
.oktatas h2 img {
	padding: 0 10px;
	width: 60px;
}
.oktatas .videobox {
	max-width: 560px ;
	text-align: center;
	margin: 0px auto;
}
.oktatas .text {
	min-width: 700px;
	max-width: 700px ;
	text-align: left;
	margin: 0px auto;
	padding: 10px 20px;
}
.oktatas .videobox .video {
}
.oktatas .videobox .downl {
	text-align: left;
	font-size: 16px;
}
.oktatas .videobox .time {
	text-align: right;
	font-size: 16px;
}
.oktatas .videobox .time img,.oktatas .videobox .downl img {
	padding: 0 10px;
	width: 40px;		
}
.oktatas .videobox .addon {
	display: flex;
	justify-content: space-between;
}
.oktatas .gomb {
	text-align: center;
	margin: 20px 0;
	padding: 20px;
}
.oktatas .gomb .btn {
	background-color: #242B35;
	border-color: #242B35;
	color: #ffffff;
	font-size: 22px;
}
.oktatas .gomb .btn:hover {
	background-color: #4692CB;
	border-color: #4692CB;
}
.oktatasbanner {
	background: var(--color1);
	border-radius: var(--border-radius);
	padding: 10px;
	margin: 10px 0px;
	color: #ffffff;
	font-weight: 500;
}
.oktatasbanner:hover {
	background: var(--color2);
}
.oktatasbanner .trailer {
	float: left;
	width: 40%;
	margin: 5px 15px 5px 5px;
}

.kedvezmenybox {
	background: var(--color1);
	border-radius: var(--border-radius);
	padding: 10px;
	margin: 10px 0px;
	color: #ffffff;
	font-weight: 500;
}

.kedvezmenybox .kedvrow {
	padding: 2px 0px;
}
.kedvezmenybox .title {
	display: inline-block;
	width: 80%;
}
.kedvezmenybox .kedvsum {
	font-size: 14px;
	padding: 3px 0px 0px 0px;
	border-top: 1px solid #ffffff;
}


/*ddsrepmenu*/
@media only screen and (max-width: 991px) {
	.navbar .navbar-toggle { 
		/*margin: 25px 10px;*/
	}
	.navbar-nav {
		/*display: none;*/
	}
	
	.navbar .navbar-nav {
		display: block;
		border-radius: 0;
	}

	.navbar .navbar-nav > li > a {
		/*padding-bottom: 5px;
		padding-top: 5px;*/	
		height: 34px;
	}	
	.navbar-collapse.collapse {
		/*display:none !important;
		z-index: 10;*/		
	}
	.navbar-toggle { 
		/*display: block;*/
	}

	.navbar, .navbar-header {
		position: static;
	}
	.navbar-collapse {
		background-color: #f0f0f0;
		position: relative;
		width: 100%;
		transition: right 250ms ease;
	}
	.navbar-collapse.in {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar .navbar-nav > li > a {
		/*margin: 15px 0px 15px 25px !important;*/
	}
	.navbar .navbar-nav > li {
		display: block;
		float: left;
		margin: 0 0 1px 1px;
		border-radius: 5px;
		overflow: hidden;
		border: 0;
	}							
}
@media (min-width: 992px) and (max-width: 1199px) {
.navbar .navbar-nav > li > a {
}						
}

/*BS addon*/
.btn-success {
	background-color: var(--color1);
	border-color: var(--color1);
}
.btn-success:hover {
	background-color: var(--color2);
	border-color: var(--color2);
}
.btn-info {
	background-color: var(--color2);
	border-color: var(--color2);
}
.btn-info:hover {
	background-color: var(--color1);
	border-color: var(--color1);
}
.btn-default {
	color: #333333 !important;
}

.successdiv {
	text-align: right;
	margin: 10px 0;
}


a.btn:link, a.btn:visited, a.btn:active, a.btn:hover { color: #fff; text-decoration: none; }

/*old css update*/
#main { 
	max-width: none;
}
h1 {
	padding: 10px 0px;
	margin: 20px 0px 20px 0px;
}

.dd-container {
	max-width: 200px;
}

/*bs addon*/
/* phones, up to 480px */
@media screen and (max-width: 400px) {
	.login-panel{
		padding: 10px 10px 10px 10px;
	}
}

@media (max-width: 480px) {
	.datagrouptbl .left, .datagrouptbl .right {
		padding: 5px;
	}
}

/* phones, up to 767px */
@media (max-width: 767px) {
	body {
	  margin: 0;
	  padding: 0;
	}
	[class*="col-"], .container-fluid {
	  padding-left: 5px;
	  padding-right: 5px;
	}
	.row {
	  margin-right: -5px;
	  margin-left: -5px;
	}
	
	.form-horizontal .form-group {
	  margin-right: -5px;
	  margin-left: -5px;
	}
	
	/* bs bs */
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	
	.input-group-addon, .input-group-btn {
		width: auto;
	}
	
	.main {
	  border-radius: 0;
	}
	
	.fieldsetparent {
	  padding: 0 10px;
	}
	
	.fieldsetparent h2 {
	  margin-bottom: 10px;
	  margin-left: -10px;
	  max-width: 90%;
	}
	
	.datagroup h3 {
	  max-width: 85%;
	}
	[5~
	.help {
	  right: 0
	}
	
	.datadiv.justify {
		display: flex;
		flex-wrap: wrap;
	}
	.datadiv.justify > span {
		padding: 0 5px;
		flex-grow: 1;
	}
	
	.datadiv .kproduct .name {
		font-size: 110%;
	}
	
	.flex-xs {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.flex-xs td {
		width: auto !important;
	}
	
	.flex-xs .input-group .iw1 {
		width: 100% !important;
		max-width: 80px;
	}
	
	.flex-xs .iw4 {
		width: 100% !important;
		max-width: 200px;
	}
	
	.form-inline .flex-xs .form-control {
	    display: inline-block;
	    width: auto;
	    vertical-align: middle;
	 }
	 
	.retegtable tr {
		display: flex;
		flex-wrap: wrap;
	}
	.retegtable tr td {
		flex-grow: 1;
	}
	.retegtable span {
		display: inline;
	}
	
	.input-group-addon {
		padding: 6px;
		font-size: 90%;
	}
	
	.lcolorcont {
		width: 50%;
	}
	.lencsecb span {
		width: 50%;
	}
	
	.gyorsrtbl .fields.flex-xs, .gyorsrtbl .fields.flex-xs td {
		padding-left: 5px;
	}
	
}
/* tablets, 768px and up */
@media (min-width: 768px) {
}
/* tablets, 768px to 991 */
@media (min-width: 768px) and (max-width: 991px) {
}
/* desktops, 992px and up */
@media (min-width: 992px) {
}
/* desktops, 992px to 1199 */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* desktops, 1200px and up */
@media (min-width: 1200px) {
}
/*only print*/
@media print {
  a[href]:after {
    content: none !important;
  }
}

