/* Grafcom Notification */
div.grafcom_notification_div {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 370px;
	padding: 0px;
	z-index: 100000;
}
div.notification_item_div {
	position: relative;
	width: 100%;
	padding: 40px 20px;
	margin: 5px 5px 10px 5px;

	border: 5px solid #1CE4BF;
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0 3px 5px #ccc inset;

/*	background: linear-gradient(to right, #242d33, #384249);*/
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	COLOR: #4f4f4f;
	FONT-FAMILY: 'Open Sans', sans-serif;
	text-decoration: none;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
div.notification_item_bezar_div {
	position: absolute;
	top: 10px;
	right: 10px; padding: 5px;
	cursor: pointer;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	COLOR: #e6e6e6;
	FONT-FAMILY: 'Open Sans', sans-serif;
	text-decoration: none;
	border-radius: 50%;
}
div.notification_item_bezar_div i {
	color: #e3287e !important;
	font-size: 32px !important;
}
div.grafcom_notification_item_div {
	width: 100%;
	padding: 40px 20px;
	margin: 5px 5px 10px 5px;

	border: 5px solid #1CE4BF;
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0 3px 5px #ccc inset;

	text-align: left;
	font-size: 14px; font-style: normal; font-weight: 700; COLOR: #4f4f4f; FONT-FAMILY: 'Open Sans', sans-serif; text-decoration: none;
	opacity: 0;
}
div.grafcom_notification_item_div a {
	font-size: 14px; font-style: normal; font-weight: 700; COLOR: #ffffff; FONT-FAMILY: 'Open Sans', sans-serif; text-decoration: none;
}
div.grafcom_notification_item_div a:hover {
	font-size: 14px; font-style: normal; font-weight: 700; COLOR: #ffffff; FONT-FAMILY: 'Open Sans', sans-serif; text-decoration: underline;
}
div.grafcom_notification_item_div a:visited {
	font-size: 14px; font-style: normal; font-weight: 700; COLOR: #ffffff; FONT-FAMILY: 'Open Sans', sans-serif; text-decoration: underline;
}

div.grafcom_notification_fixed_div {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 10px;
	z-index: 100001;
	background: rgba(0,0,0,0.25);
	opacity: 0; transition: opacity 1.5s;
}
div.grafcom_notification_fixed_div.visible {
	opacity: 1; transition: opacity 1.5s;
}
div.grafcom_notification_fixed_item_div {
	position: absolute;
	width: 100%; max-width: 340px;
	min-height: 180px; max-height: 350px;
	top: 50%; left: 50%; transform: translate(-50%, -50%);
	padding: 40px 20px;

	border: 5px solid #1CE4BF;
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0 3px 5px #ccc inset;

	text-align: left;
	font-size: 14px; line-height: 1.4em; font-style: normal; font-weight: 700; COLOR: #4f4f4f; FONT-FAMILY: 'Open Sans', sans-serif; text-decoration: none;
}

div.grafcom_notification_fixed_item_div a {
	font-size: 14px; font-style: normal; font-weight: 700; COLOR: #ffffff; FONT-FAMILY: 'Open Sans', sans-serif; text-decoration: none;
}
div.grafcom_notification_fixed_item_div a:hover {
	font-size: 14px; font-style: normal; font-weight: 700; COLOR: #ffffff; FONT-FAMILY: 'Open Sans', sans-serif; text-decoration: underline;
}
div.grafcom_notification_fixed_item_div a:visited {
	font-size: 14px; font-style: normal; font-weight: 700; COLOR: #ffffff; FONT-FAMILY: 'Open Sans', sans-serif; text-decoration: underline;
}

div.notification_yes_button {
	display: inline-block;
	padding: 6px 12px;
	margin: 10px 10px 5px 10px;
	background: #9bc443;
	border-radius: calc(12px + (18 - 12) * var(--alap-arany));
	border: solid 2px white;
	box-shadow: 0px 0px 3px rgba(0,0,0,.65);
	cursor: pointer;
	color: #fff;
	transition: all 1s ease;
	FONT-SIZE: 16px;
	cursor: pointer;
	transition: all 0.5s ease;
}
div.notification_yes_button:hover {
	transform: scale(1.05);
}
div.notification_no_button {
	display: inline-block;
	padding: 6px 12px;
	margin: 10px 10px 5px 10px;
	background: #e3287e;
	border-radius: calc(12px + (18 - 12) * var(--alap-arany));
	border: solid 2px white;
	box-shadow: 0px 0px 3px rgba(0,0,0,.65);
	cursor: pointer;
	color: #fff;
	transition: all 1s ease;
	FONT-SIZE: 16px;
	cursor: pointer;
	transition: all 0.5s ease;
}
div.notification_no_button:hover {
	transform: scale(1.05);
}
