﻿/**************
	alapok
***************/
	
.left{
	float: left;
}
.right{
	float: right;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.clear{
	clear: both;
}
a.link{
	color: #898989;
	cursor: pointer;
	border-bottom: 1px dotted;
}
a img{
	border: 0;
}
.margin-b-5{
	margin-bottom: 5px;
}
.margin-b-10{
	margin-bottom: 10px;
}
.margin-b-20{
	margin-bottom: 20px;
}
.margin-b-40{
	margin-bottom: 40px;
}
.margin-r-20{
	margin-right: 20px;
}
.margin-t-10{
	margin-top: 10px;
}
.margin-t-20{
	margin-top: 20px;
}
.margin-t-30{
	margin-top: 30px;
}
.dotted{ /* ezt kell ahhoz hozzá adni, ahol 1 sorban van a szöveg és ki kell pntozni, ha hosszú*/
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}

.pic-box{
	width: 180px;
	height: 135px;
    padding: 5px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 0 #C0C1C3;
    text-align: center;
}
.pic-box img{
	max-width: 175px;
	max-height: 135px;
    vertical-align: middle;
}
.pic-parent.pic-box{
	vertical-align: bottom;
}
.pic-box .vertical-helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.pic-parent{ /* ez kell az IE középre igazítás miatt oda, ahol függőlegesen kell középre igazítani. Ebben legyen az img, és egy .ie-span span is (ennek css-e az ie.css-ben van! */
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.pic-parent *{
	vertical-align: middle;
}
.pic-parent img{
    border: 0 none;
}

.pop-up{
	background: #ffffff;
	border: 1px solid #E57996;
	display: none;
	position: absolute;
	width:300px;
	padding: 20px;
	top: 101px;
	left: 50%;
	margin-left: -170px;
	z-index: 1000000000;
}
#email-megosztas.pop-up{
	width: 500px;
	margin-left: -250px;
}
#email-megosztas.pop-up .text-div-title{
	width: 145px;
}
.pop-up .button,a.button,a:link.button{
    display: inline-block;
    background-color: #586717;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 1.143rem;
    padding: 15px 30px;
    margin: 1rem 0;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
#pop-up .close{
    font-size: 2rem;
    cursor: pointer;
    float: right;
}
.pop-up .close{
	margin-left: 10px;
	cursor: pointer;
}
#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1001;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
	filter:alpha(opacity=60);
	display: none;
}

.green {
    color: #546310;
}

/********************
	front-end
*********************/

#header{
	height: 50px;
	border-radius: 0 0 4px 4px;
}
#header .right-top-menu a{
	position: relative;
	color: #7A7A7A;
    font-size: 11px;
    text-decoration: none;
}
#container{
	width: 1000px;
	margin: auto;
}
#menu{
	height: 50px;
    padding: 0;
	margin: auto;
    width: 1000px;
    z-index: 1;
	display: block;
}
#menu ul{
	float: left;
}
#menu li:hover{
	background: url("pic/menu_green_box.jpg") repeat-x scroll 0 -3px #000;
	border-radius: 3px;
	
	list-style-type: none;
}
#menu li{
	float: left;
	margin: 15px 0;
	padding: 0 15px;
	background-color: #ffffff;
    position: relative;
	text-transform: uppercase;
	font-size: 12px;
	list-style-type: none;
}
#menu li a{
	color: #586717;
}
#menu li:hover > a{
	color: #FFFFFF;
}
#menu .menupont{
    float: left;
    font-size: 19px;
    margin: -10px 0 0;
    z-index: 1;
	text-transform: uppercase;
	position: relative;
}
#menu .menupont .almenu{
	background-color: #ffffff;
	display: none;
	list-style: none outside none;
	min-width: 150px;
	padding: 0;
	position: absolute;
	top: 35px;
	left: 0;
	margin: 0;
}
#menu .menupont a,
#menu .menupont .almenu li a{
	display: inline-block;
	padding: 13px 15px;
	color: #322F2C;
}
#menu .menupont.active a, #menu .menupont a:hover,
#menu .menupont .almenu li:hover a{
	color: #005995;
}
.search-form{
	border: 0.5px solid #EFF1F3;
	border-radius: 3px;
	margin-top: 3px;
}
#page{
	background-color: #ffffff;
	min-height: 500px;
}
.static ul{
	margin-left: 40px;
}
.left-page{
	width:220px;
	margin-right: 20px;
    border-right: 1px grey dotted;
    padding-right: 20px;
}
.right-page{
	width: 733px;
}
.slide-title{ /* erre kattintva gördül le a .slide-content */
	cursor: pointer;
}
.slide-content{ /* legördülő tartalomnál ez gördül le */
	display: none;
}
.page-title{
	font-weight: normal;
	font-size: 35px;
	margin-left: 20px;
}

.webterkep {
    color: #656565;
    font-size: 14px;
}
.webterkep span {
    margin: 0 5px;
}

#header .logo {
    background: url("pic/top_menu_dc_logo.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 32px;
    margin: 8px 15px 0;
    width: 159px;
}
#header .logo-xerox {
    background: url("pic/logo_trans_little_uj2018.jpg") no-repeat scroll 0 0 / cover;
    /*background: url("pic/Hungary Platinum Partner_ok.jpg") no-repeat scroll 0 0 / cover;*/
    display: inline-block;
    height: 32px;
    margin: 8px 15px 0;
    width: 61px;
}
#header .logo-asus {
    background: url("pic/logo_trans_little_asus_uj2019.jpg") no-repeat scroll 0 0 / cover;
    display: inline-block;
    height: 32px;
    margin: 8px -10px 0;
    width: 73px;
}
#header{
	background-color: #eff1f3;
	margin: auto;
	width: 1000px;
}
#fb-tweet-youtube-icons{
	margin: 5px;
	float: left;
}
.search-icon{
	background: url("pic/top_menu_search_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 17px;
	height: 17px;
	display: inline-block;
}
.tovabb{
	background: url("pic/icons_right_left.png") no-repeat scroll -15px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 12px;
    position: absolute;
    right: 9px;
    top: 4px;
    width: 12px;
}
.more-button {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 172px;
    background: url("pic/menu_green_box.jpg") repeat-x scroll 0 0 transparent;
    padding-left: 15px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
}
.more-button-hirlevel {
	margin-left: 8px;
    margin-right: 1px;
	margin-top: 2px;
    width: 126px;
    cursor: pointer;
}
.vissza{
	background: url("pic/icons_right_left.png") no-repeat scroll -1px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 12px;
    position: absolute;
    right: 9px;
    top: 4px;
    width: 12px;
}
/************************
	inputok + bejelentkezés
************************/
.form-row{
    float: right;
    margin-bottom: 7px;
}
.form-row-spec{
	margin-bottom: -4px;
	margin-left: 35px;
	float: none;
	padding: 9px 0;
}
.text-div-title{
	display: inline-block;
	margin-right: 10px;
}
.text-div { /* ebben van az input */
    display: inline-block;
}
.text-div.error-text-div input,
.text-div.error-text-div textarea{
	background-color: #FDECF1;
}
.text-div.error-text-div input:hover,
.text-div.error-text-div textarea:hover{
	border-color: red;
}
.loading-gif {
    display: none;
    background-image: url(pic/load-indicator.gif);
    position: absolute;
    left: 62px;
    width: 20px;
    height: 20px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
input[type="text"].error,textarea.error {
    background-color: #FDECF1;
    border-color: #FF0000;
}
.error-text {
    color: #FF0000;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background-color: #FFFFFF;
    border: 1px solid #AAA;
	border-radius: 5px;
    font-size: 10px;
	font-family: arial, sans-serif;
	font-style: italic;
    padding: 1px 7px;
	width: 121px;
	height: 30px;
	color: #AAA;
	
}
input[type="text"], input[type="password"], input[type="email"] {
    height: 19px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover,
selec:hover{
	border-color: #586717;
	outline: none;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus,
select:focus{
	border-color: #F0F1F3;
	outline: none;
    font-style: normal;
    font-size: 12px;
    color: #000000;
}
select{
	min-width: 100px;
	width: auto;
	padding: 0;
}
option{
	padding: 0 10px;
}
textarea{
	height: 100px;
	vertical-align: top;
	font-family: arial, sans-serif;
}
input[type="text"].mennyiseg-input{
	width:15px; 
	padding: 2px 5px;
	margin-right:5px;
}

.login-box{
    background-color: #332F2C;
	display: none;
	font-size: 18px;
    right: 0;
    padding: 15px;
    position: absolute;
    top: 30px;
    width: 255px;
    z-index: 10000;
	text-transform: none;
}
.login-box span.text-div-title {
    display: inline-block;
    width: 53px;
}
.login-box input[type="text"], .login-box input[type="password"] {
    width: 190px;
}
.login-box input[type="submit"] {
    border: 0 none;
    color: #E57895;
    cursor: pointer;
    font-size: 18px;
    padding: 0 5px 2px;
}
.psw-reminder-submit{
	display: none;
}
.elfelejtett-jelszo-checker {
    display: none;
}
.elfelejtett-jelszo {
    color: #A5A7AA;
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;
}

.edit-address{
/*	display: none;*/
}
.edit-address .text-div-title{
	width:85px;
}
.input-helyett-text{
    padding: 6px;
	display: inline-block;
}


.address-box{
    border-bottom: 1px dotted #ddd;
    padding: 30px 0;
}

.address-input{
    display: none;
}

.activation-message{
    display: block;
    line-height: 20px;
    text-align: center;
}

.errors-global{
    margin: 10px 0;
    color: #F00;
}

/***********************
	kategória
***********************/

.szures-block .title{
    color: #586717;
    font-size: 14px;
    font-weight: bold;
    margin: 8px;
    padding: 8px 0;
}
.szures-block .title span{
	font-size: 15px;
}
.szures-block ul{
	list-style: none outside none;
    margin: 13px 0;
    padding-left: 20px;
}
.szures-block li{
	position: relative;
}
.szures-block .text-div{
	margin: 13px 0;
}
input.range-text{
	border: 0pt none; padding: 0pt; text-align: right; width: 150px;
}
.page-title .kategoria-leiras{
	background-color: #EFEFEF;
    font-size: 16px;
    padding: 10px;
}
.szures-block input[type='text'].search-input{
	font-size: 15px;
    height: 16px;
    padding: 2px;
    vertical-align: top;
	width: 172px;
}
.szures-block .search-btn{
	background: url("pic/pagination.jpg") no-repeat scroll -132px 0 transparent;
    cursor: pointer;
	display: inline-block;
	width: 22px;
	height: 22px;
}
.szures-block .search-btn:hover{
	background-position: -220px 0;
}

/* rendezés */
.order > div.left{
	margin:0 20px;
}
.order-arrows{
	width: 18px; 
	float: left; 
	margin-left: 5px;
}
.order-arrows .order-button {
	border-color: #cccccc transparent transparent;
    border-style: solid;
    border-width: 7px;
    cursor: pointer;
    float: left;
}
.order-arrows .order-button.up {
    border-color: transparent transparent #CCCCCC;
    margin-top: -5px;
}

.order-arrows .order-button.down {
    margin-bottom: -7px;
    margin-top: 2px;
}
.order-arrows .order-button:hover, 
.order-arrows .order-button.ordered{
	border-color: #E57996 transparent transparent;
}
.order-arrows .order-button.up:hover,
.order-arrows .order-button.up.ordered{
	border-color: transparent transparent #E57996;
}
.szures-block-title-box{
	border-color: #808080 -moz-use-text-color -moz-use-text-color;
    border-style: dotted none none;
    border-width: 1px medium medium;
    margin-left: -10px;
    width: 220px;
}

/********************
	megosztás
**********************/
.dark-button{
	background: url('pic/dark-button-bg.jpg') repeat-x;
	font-size: 14px;
/*	border: 1px solid #332F2C;*/
	padding:2px 15px;
/*	line-height: 22px;*/
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
}
.share{
	margin-top: 10px;
}
.share .share-button{
	font-size: 11px;
	padding: 3px 5px 3px 4px;
	line-height: normal;
	margin-right: 3px;
    background: url("pic/menu_green_box.jpg") repeat-x scroll 0 0 #000;
    color: #FFFFFF;
}
.share .share-button .fb{
	background: url('pic/share-logo-fb.png') no-repeat right center;
	padding-right: 15px;
}
.share .share-button .fb:hover{
	background: url('pic/share-logo-fb-hover.png') no-repeat right center;
}
.share .share-button .twitter{
	background: url('pic/share-logo-twitter.png') no-repeat right center;
	padding-right: 18px;
}
.share .share-button .twitter:hover{
	background: url('pic/share-logo-twitter-hover.png') no-repeat right center;
}
.share .share-button .iwiw{
	background: url('pic/share-logo-iwiw.png') no-repeat right center;
	padding-right: 20px;
}
.share .share-button .iwiw:hover{
	background: url('pic/share-logo-iwiw-hover.png') no-repeat right center;
}
.share .share-button .email{
	background: url('pic/share-logo-email.png') no-repeat right center;
	padding-right: 25px;
}
.share .share-button .email:hover{
	background: url('pic/share-logo-email-hover.png') no-repeat right center;
}

/******************
	oldaltérkép
******************/
	
.level-1{
	padding-left: 20px;
}
.level-1, .level-2, .level-3{
	list-style: none;
}
.level-2, .level-3{
	padding: 0;
}
.level-2{
	float: left;
	clear: both;
}
.level-2 > li{
	float: left;
	width: 120px;
	padding: 15px;
}
.level-2 > li > a{
	font-weight: bold;
}

/**********************
	footer
**********************/
	#footer{
		background: url("pic/footer_bg_top.jpg") repeat-x scroll 0 0 #eff1f3;
		margin-top: 20px;
		height: 290px;
	}
	#footer-inner{
		width: 1000px;
		margin: auto;
		padding: 20px 0;
	}
	#footer-inner .col{
		width: 205px;
		padding: 0 20px;
	}
	#footer-inner .col ul{
		list-style: none;
		margin: 0;
		padding: 0;
		width: 145px;
	}
	#footer a, #footer a:visited{
		color: #7a7a7a;
		font-size: 12px;
		text-decoration: none;
	}
	#footer a:visited{
		color: #7a7a7a;
	}
	.bottom-border {
		border-right: 1px solid #cbcdce;
		margin-top: 45px;
		min-height: 166px;
	}

/*******************
	termék rendelénék megosztás
******************/
	
.share-twitter .text-div-title{
    background: url('pic/product-share.png') no-repeat 0 0 transparent;
    height: 51px;
    vertical-align: middle;
}
.share-facebook .text-div-title{
    background: url('pic/product-share.png') no-repeat 0 -51px transparent;
    height: 51px;
    vertical-align: middle;
}

.categories-container, .sub-menu {
    position: absolute;
    width: 300px;
    color: #FFFFFF;
    background-color: #49570b;
    border-radius: 0 5px 5px 5px;
    display: none;
    top: 16px;
    left: 0;
    z-index: 101;
}

.categories-container > div, .sub-menu > div {
    float: left;
    width: 520px;
    padding: 5px 8px;
}

#menu .categories-container > div a, #menu .sub-menu > div a{
	display: block;
    color: #FFFFFF;
}

.clear-radio{
	background: url("pic/x.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 13px;
    left: -17px;
    position: absolute;
    top: 2px;
    width: 13px;
    cursor: pointer;
}
.szures-menu-input div span{
	top: 3px;
	left: -13px;
}

.cookie-notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #212020f7;
	z-index: 10000;
	color: #b7b5b5;
	padding: 15px 30px;
}

.cookie-notice a {
	color: white;
}

@media (min-width:576px) {
	.cookie-notice {
		padding: 30px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.cookie-notice .cookie-ok {
	margin-left: auto
}

.cookie-notice .cookie-ok button {
	margin: 0
}

.cookieOk {
	border: 0;
	position: relative;
	cursor: pointer;
}

@media (min-width:576px) {
	.cookie-notice .cookie-text {
		margin-right: 10px
	}
}

.paperReportNotice {
	padding: 14px;
	color: white;
	text-align: justify;
	background-color: #667719;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}

.paperReportNotice .close {
	font-size: 2rem;
	cursor: pointer
}

.paperReportNotice a {
	color: #040600;
}

.sub-menu {
    position: absolute;
    background: #49570b;
    left: 0;
    width: 300px;
    padding: 5px;
    z-index: 101;
	
}

li>.sub-menu>div a {
	color: white!important;
}

#corona-notice {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: auto;
	/* display: flex!important; */
}

#corona-notice .corona-content {
	display: flex;
	align-items: center;
	width: 80%;
	min-width: 600px;
	max-width: 100%;
	/* padding: 0 4rem; */
	box-sizing: border-box;
	background: rgb(103,120,26);
	background: linear-gradient(180deg, rgba(103,120,26,1) 0%, rgba(73,87,10,1) 100%);
	color: white;
	font-weight: bold;
	margin: auto;
	position: relative;
}

.corona-content div {
	margin: 0 1rem;
	padding: 2rem 0;
	
}

.corona-content .important {
	color: rgb(51, 51, 51);
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 100;
	padding: 2rem;
	margin: 0;
}

.corona-content button:nth-of-type(1){
	cursor: pointer;
	margin-left: auto;
	padding: 1rem;
	border-radius: 1rem;
	border: none;
	background: #bbc19f;
	color: black;
}

.corona-content .corona-close{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	padding: 1rem;
	margin: 0;
	border: none;
	/* background: #ff6363; */
	color: white;
	font-size: 1.5rem;
}

.corona-content .important {
	background: yellow;
}

.corona-content a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.points-action-page-container {
	padding: 10px;	
}

@media (min-size: 756px) {
	.points-action-page-container {
		padding: 0;
	}
}

.points-action-page-container small {
	font-size: smaller;
}

.points-action-page-container ul {
	list-style-type: none!important;
}


.pal-h1 {
    margin-bottom: 2rem;
}

.points-action-h {
    color: #656565;
    margin-bottom: 3rem;
	margin-top: 2rem;
	background-color: #586716;
	padding: 20px;
	color: white;
}

.pal-product-container {
    /* margin-bottom: 5rem; */
    display: flex;
    flex-wrap: wrap;
}

.pal-product-container * {
	color: #656565;
}


.pal-product-pic {
    max-width: 50%;
    width: 200px;
    min-height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center top;
	margin-right: 10px;
}

.pal-desc {
    order: 2;
    margin-top: 2rem;
}

@media (min-width: 756px) {
	.pal-desc {
		order: 0;
		margin-top: 0;
		max-width: 600px;
	}
}

.pal-desc .pal-name {
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.pal-desc .pal-details {
	margin: 10px 0;
}

@media (min-width: 756px) {
	.pal-desc .pal-details {
		margin-bottom: 0;
	}
}


.pal-point {
    font-weight: bold;
    align-self: center;
	width: 50%;
	padding: 20px;
	background-color: #586716;
	border-radius: 3px;
	color: white;
	font-size: 1rem;
	
}

@media (min-width: 756px) {
	.pal-point {
		margin-left: auto;
        width: auto;
        margin-right: 3rem;
	}
}

.points-action-list>hr {
	border: none;
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(88,103,22,1) 0%, rgba(255,255,255,1) 67%);
	height: 1px;
	margin: 2.5rem 0;
}