#portlet_esemenynaptar {
	box-shadow: 0px 5px 5px 2px #aaa;
}

#portlet_esemenynaptar #naptar_loading,
#portlet_esemenynaptar .head_portlet a,
#portlet_esemenynaptar #navigacio #lapozo a span {
	display: none!important;
}

#portlet_esemenynaptar .head_portlet::after {
	content: "ESEMÉNYNAPTÁR";
	display: block;
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	background: #20408e;
	color: #fff;
	border-bottom: solid 3px #3fdecd;
}

#portlet_esemenynaptar #navigacio {
	position: relative;
	height: 40px;
}

#portlet_esemenynaptar #navigacio > div {
	position: absolute;
	top: 0;
}

#portlet_esemenynaptar #navigacio #lapozo {
	width: 100%;
    height: 100%;
}

#portlet_esemenynaptar #navigacio #lapozo a#prev {
	float: left;
}

#portlet_esemenynaptar #navigacio #lapozo a#next {
	float: right;
}

#portlet_esemenynaptar #navigacio #lapozo a::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	line-height: 40px;
	font-size: 20px;
	color: #696969;
	cursor: pointer;
	display: inline-block;
	width: 20px;
	text-align: center;
}

#portlet_esemenynaptar #navigacio #lapozo a:hover::after {
	font-size: 24px;
	color: #000;
}

#portlet_esemenynaptar #navigacio #lapozo a#prev::after {
	content: "\f053"
}

#portlet_esemenynaptar #navigacio #lapozo a#next::after {
	content: "\f054"
}

#portlet_esemenynaptar #navigacio #datum {
	width: calc(100% - 40px);
	text-align: center;
	left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

#portlet_esemenynaptar #datum > div {
	display: inline-block;
}

#portlet_esemenynaptar #napok {
	font-weight: bold;
	border-bottom: solid 1px #aaa;
	color: #20408e;
}

#portlet_esemenynaptar #napok,
#portlet_esemenynaptar #calendar_day_div > ul {
	margin: 0!important;
}

#portlet_esemenynaptar #napok > li,
#portlet_esemenynaptar #calendar_day_div > ul > li {
	display: inline-block;
	width: calc(100% / 7);
	text-align: center;
	line-height: 30px;
	box-shadow: 0px 0px 1px #aaa;
	transition: all 0.3s;
}

#portlet_esemenynaptar #calendar_day_div .calendar_event_highlight,
#portlet_esemenynaptar #calendar_day_div .calendar_event_highlight * {
	background-color: #20408e!important;
	color: #fff!important;
	font-weight: bold!important;
}

#portlet_esemenynaptar #calendar_day_div > ul > li > a {
	display: block;
	font-weight: bold;
	background-color: #3fdecd;
	color: #20408e;
}

#portlet_esemenynaptar #calendar_day_div .current-date {
	background: #FFC107;
    color: #fff;
}

#contentframe_container_x_lcr1 {
	position: relative;
}

#content_div {
	max-width: calc(100% - 310px)!important;
	margin: 0!important;
	min-height: 300px;
}

#right_div {
	position: absolute;
    top: 0;
    width: 300px;
    left: calc(100% - 300px);
	margin-top: 20px;
}

div.content_inner_kongresszus #congress_item_template {
	margin-top: 0!important;
	padding-top: 20px!important;
}

@media (max-width:991px) {
	#content_div {
		max-width: 100%!important;
	}
	
	#right_div {
		position: relative;
		left: unset;
		top: unset;
		margin: 20px auto;
		width: 100%;
	}
}