.resptable_pager {
    z-index: 100;
    height: auto !important;
}
.paginationspan {
    float: right!important;
    width: auto!important;
	min-width: 180px;
    background: #ed1e24;
    color: #fff;
    line-height: 40px;
    border-radius: 9px;
    font-size: 15px;
    margin-right: 20px;
	text-align: center;
}
.paginationspan span[class*=resptable_button],
#resptable0_prev,
#resptable0_next {
	border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    height: auto;
    background: none;
	margin-left: 10px;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

.resptable_button_inactive {
	height: auto;
}

#resptable0_prev {
	transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
#resptable0_next {
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.paginationspan .resptable_largeonly {
    display: inline-block;
	min-width: 60px;
}
.resptable_pager + .resptable {
    position: relative;
    z-index: 10;
}
table.resptable {
    margin: 0px 10px;
    width: calc(100% - 20px);
	height: 100%;
}
.resptable-wrap {
    background-color: #e4e4e4;
}
.resptable tbody {
    border-bottom: 8px solid #e4e4e4;
}
/* table.resptable tr td {
    padding: 6px 12px!important;
} */
table.resptable tr.blokkheader {
    border-top: 8px solid #e4e4e4;
    border-left: 8px solid #e4e4e4;
    border-right: 8px solid #e4e4e4;
}
table.resptable tr td {
    border: none;
}
table.resptable tbody tr:not(.blokkheader) {
    border-left: 8px solid #e4e4e4;
    border-right: 8px solid #e4e4e4;
}
.resptable .blokkheader > td:first-child > span,
.resptable td.col-menukod > span {
    /* position: absolute;
    left: -8px;
    top: -4px;
    width: 10px;
    height: 100%; */
}
.blokkheader td:first-child {
    font-weight: 500;
}
.resptable .blokkheader > td:first-child .colored-stripe-right,
.resptable td.col-menukod .colored-stripe-right {
    /* right: -8px;
    left: auto; */
}
/* .blokkheader > td:first-child,
.col-menukod,
.blokkheader-desc {position: relative;} */
/* .blokk-closed .blokkheader-desc {
    position: relative;
} */
/* table.resptable tbody tr {
    position: relative;
} */

/* .blokkheader.blokk-closed td:first-child .colored-stripe-left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.blokkheader.blokk-closed td:first-child .colored-stripe-right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.blokkheader:not(.blokk-closed) td:first-child .colored-stripe-left {
    border-top-left-radius: 8px;
}
tr.blokk-last-tr td:first-child .colored-stripe-left {
    border-bottom-left-radius: 8px;
}
.blokkheader:not(.blokk-closed) td:first-child .colored-stripe-right {
    border-top-right-radius: 8px;
}
tr.blokk-last-tr td:first-child .colored-stripe-right {
    border-bottom-right-radius: 8px;
} */

.blokkheader > td {
    background-color: #fff!important;
    color: #2B2B2B!important;
}
.blokkheader-desc .cell-wrapper {
    padding-right: 20px;
}
.blokkheader-desc .cell-wrapper span::after {
    font-size: 16px;
    top: 0px;
}
    
.etlapkosar {
    float: unset;
    display: flex;
} 
.etlapkosar-minus,
.etlapkosar-plus {
    display: inline-block;
    text-align: center;
    text-decoration: none!important;
    font-size: 2rem;
    line-height: 1.5rem;
    color: white;
    width: 1.5rem;
    height: 1.5rem;
	margin: auto 0px;
}

.etlapkosar-minus {
    background-color: #ffa193;
}
.etlapkosar-plus {
    background-color: #6fcb81;
}
input.etlapkosar {
    height: 1.5rem!important;
    margin: 0 6px!important;
    line-height: 1.5rem;
}

.etlapcella .etlapcella-info {
    vertical-align: middle;
    margin-left: 0.3em;
}

@media (max-width:440px) {
    .etlapkosar-minus,
    .etlapkosar-plus {
        display: inline-block;
    }
}

td.ipapont {
	background: #46972b;
	padding: 0 10px;
    color: white;
    font-weight: bold;
}

button#paymode_submit,
a.fizetesekveglegesitese {
	background-color: #46972b!important;
    color: #fff!important;
}


.weekspan,
.paginationspan {
	background: #44a81f!important;
}
.weekspan {
	min-width: 120px!important;
	text-align: center;
}
.resptable_button {
	padding:4px;
}
#resptable_orderbutton {
	background: #44a81f!important;
	line-height: 40px!important;
	padding: 0px 7px!important;
	font-size: 20px!important;
	max-width: 180px !important;
    margin-bottom: 1px;
}
#resptable0_prev,
#resptable0_next,
.resptable_button {
	margin-left:20px;
	margin-right:20px;
	border-color:white;
	padding: 4px;
}

@media (max-width:439.5px) {
    .paginationspan {
        display: none!important;
    }

	.resptable-clearfilters {
		line-height: 20px!important;
	}
	
	.szurogombok {
		margin-right: -20px!important;
	}
	
	.szurogombok > div {
		margin-top: 0px!important;
	}
	
	.filterEnabledWrap {
		margin-bottom: 10px;
	}
	
    .actionbuttons {
		display: none;
	}
	
	.carttablehaeder { 
		display: none!important;
	}
	
	.delcell {
		text-align: right;
	}

	.resptable_button {
		margin-left:20px;
		margin-right:20px;
		border-color:white;
	}
	.resptable_pager > span {
		margin-right:5px!important;
	}
	
	#resptable_filters {
		height:100%!important;
	}
	
	#dietaszurogomb {
		margin-right: 5px!important;
	}
	
	.mainap {
		display:inline-block;
		background: #44a81f;
		border-radius: 7px!important;
		color:white;
		padding:5px;
		height:50px;
		width:80px;
	}
	
	.openAllBlocks {
		display: none;
	}
	
	div[id^="mod_improved_ajax_login-"] > a.regBtn { 
		display: block;
	}
	
	div[id^="mod_improved_ajax_login-"] > a.selectBtn > span{ 
		width: 150px;
	}
	
	.mealname {
		font-size: 1.5em; 
		line-height: 1.25em!important;
		display: block;
	}
	
	input.etlapkosar {
		font-size:2em!important;
		height: 1.2em!important;
		/*color:black!important;*/
		width: 1.4em!important;
		text-align: center;
	}
}

@media (min-width:440px) {
	.lapozzbalra,
	.lapozzjobbra {
		display: none;
	}

}
.detailslayer-nutrition-wrap { 
	display: flex;
	flex-wrap: wrap;
}
.detailslayer-nutrition {
    background: green;
    margin: 5px;
    padding: 2px;
    color: white;
	flex:0 1 13%;
}

@media (max-width: 634px) {
	.detailslayer-nutrition {
		flex:0 1 44%;
	}
}

.lapozzbalra, .lapozzjobbra{
  position: relative;
  width:160px;
  background: #44a81f;
  height:40px;
  line-height: 29px;
  margin-bottom:30px; 
  text-align:center;
  color:#fff;
  padding:1px;
  margin: 0px 11px;
  vertical-align:bottom;
}

.lapozzbalra > div, .lapozzjobbra > div {
	display:inline-block;
	width: 80px;
	vertical-align:bottom;
}

.lapozzbalra {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.lapozzjobbra {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.lapozzbalra:before{
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 8px solid #44a81f; 
}
.lapozzjobbra:after{
    content: "";
    position: absolute;
    right: -7px;
    top: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #44a81f; 
}

.userBtn .loginBtn {
	padding-right: 45px !important;
}

#article-104 span.paginationspan,
#article-104 span.weekspan, 
#article-104 span.lapozzbalra, 
#article-104 span.lapozzjobbra { 
	display: none;
}

.mealname {
	color: #232426;
	display: block;
}

a#dietaszurogomb {
	line-height: 32px;
}

/* Change this to be hooked to the wrapper!!! */
.blokk-closed.blokkheader td:first-child::after,
.blokkheader td:first-child::after {
    content: none;
}
.blokkheader-arrow {
    position: relative;
}
.blokk-closed.blokkheader .blokkheader-arrow::after,
.blokkheader .blokkheader-arrow::after {
    /* content: none; */
    position: absolute;
    margin-left: 5px;
    right: auto;
    top: calc(50% + 2px);
    transform: translateY(-50%) rotate(180deg);
}
.blokkheader .blokkheader-arrow::after {
    transform: translateY(-50%) rotate(0deg);
    top: calc(50% - 2px);
}

.etlaptr {
    height: 100%;
}
.etlaptr td {
    height: inherit;
}
table.resptable tr td {
    padding: 6px 12px!important;
}
.etlaptr .cell-wrapper {
    position: relative;
    height: 100%;
}
.etlaptr .cell-wrapper.active:before,
.blokkheader.etlaptr td:first-child .cell-wrapper.active:after {
    position: absolute;
    content: '';
    width: 10px;
    height: calc(100% + 12px);
    top: -6px;
}
.etlaptr td:first-child .cell-wrapper.active:before {
    left: -22px;
}
.etlaptr td:not(:first-child) .cell-wrapper.active:before,
.blokkheader.etlaptr td:first-child .cell-wrapper.active:after {
    right: -22px;
    left: auto;
}
.blokk-closed.etlaptr td:first-child .cell-wrapper:before {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.blokk-closed.etlaptr td:not(:first-child) .cell-wrapper:before,
.blokk-closed.etlaptr td:first-child .cell-wrapper:after {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.blokkheader.etlaptr:not(.blokk-closed) td:first-child .cell-wrapper:before {
    border-top-left-radius: 8px;
}
.blokk-last-tr.etlaptr td:first-child .cell-wrapper:before {
    border-bottom-left-radius: 8px;
}
.blokkheader.etlaptr:not(.blokk-closed) td:not(:first-child) .cell-wrapper:before,
.blokkheader.etlaptr:not(.blokk-closed) td:first-child .cell-wrapper:after {
    border-top-right-radius: 8px;
}
.blokk-last-tr.etlaptr td:not(:first-child) .cell-wrapper:before {
    border-bottom-right-radius: 8px;
}
@media (min-width: 635px) {
    .blokkheader.etlaptr td:first-child .cell-wrapper.active:after {
        content: none;
    }
}
@media (max-width: 634px) {
    .blokkheader-desc {
        display: none!important;
    }
	
	img.smallimages { width:100px }
}

@media (min-width: 634px) {
    .mainimg {
        height:480px
    }
	
	img.smallimages { display:block; }
}



#rl_modals_loaded_content { 
	background-color: #206114;
	color: white
}