
/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/

.idopontfoglalas_jelzo {
	background: #8d7ead;
	color: #fff;
	width: 22px;
	height: 22px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	margin-top: -5px !important;
	position: absolute;
	margin-left: 2px;
    animation: idopontfoglalas_jelzo_color 0.8s infinite;
}


@keyframes idopontfoglalas_jelzo_color {
    from {background: #f00;}  
    to {background-color: #ff0000a8;}  
}

/***********************************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************************/
