.urlap
{
	margin-bottom:10px;
}

.M_input_elem_wrapper
{
	width:100%;
	margin:20px 0px 0px 0px; /*0 0 10 0 */
	/* background-color:lightgreen; */
	/* vertical-align: top; */
}

.M_label_felette
{
		display:block;
}

.M_label_felette + *
{
		width: 100%;
}

.M_label_balra
{
		display:inline-block;
}

span.M_input_hiba
{
	/* display:none; */
	color: var(--kiemeles);
	display: block;
}


.M_opcio_label_felette
{
		display:block;
}

.M_opcio_label_balra
{
		display:inline-block;
}

.M_opcio_label_jobbra
{
		display:inline-block;
}


.vertical_align_top
{
	vertical-align:top;
}
			
.M_required_sign::after
{ 
	content: "*";
	color: red;			
}

.display_none
{
		display:none;
}

.display_block
{
		display:block;
}

.display_inline_block
{
		display:inline-block;
}

.width_50px
{
		width:50px;
}

.width_100px
{
		width:100px;
}

.width_140px
{
		width:140px;
}

.width_150px
{
		width:150px;
}

.width_180px
{
		width:180px;
}

.width_200px
{
		width:200px;
}

.width_250px
{
		width:200px;
}

.width_300px
{
		width:300px;
}

.width_350px
{
		width:300px;
}

.width_400px
{
		width:400px;
}

.width_450px
{
		width:400px;
}

.width_500px
{
		width:500px;
}

.width_550px
{
		width:500px;
}

.width_600px
{
		width:500px;
}

.width_full-50px
{
	width:calc(100% - 50px);
}

.width_full-100px
{
	width:calc(100% - 100px);
}

.width_full-140px
{
	width:calc(100% - 140px);
}

.width_full-150px
{
	width:calc(100% - 150px);
}

.width_full-180px
{
	width:calc(100% - 180px);
}

.width_full-200px
{
	width:calc(100% - 200px);
}

.width_full-250px
{
	width:calc(100% - 250px);
}

.width_full-300px
{
	width:calc(100% - 300px);
}

.width_full-350px
{
	width:calc(100% - 350px);
}

.width_full-400px
{
	width:calc(100% - 400px);
}

.width_full-450px
{
	width:calc(100% - 450px);
}

.width_full-500px
{
	width:calc(100% - 500px);
}

.width_full-550px
{
	width:calc(100% - 550px);
}

.width_full-600px
{
	width:calc(100% - 600px);
}

.width_10
{
	width:20%;
}

.width_20
{
	width:20%;
}

.width_30
{
	width:30%;
}

.width_40
{
	width:40%;
}

.width_50
{
	width:50%;
}

.width_60
{
	width:60%;
}

.width_70
{
	width:70%;
}

.width_80
{
	width:80%;
}

.width_90
{
	width:90%;
}

.width_100
{
	width:100%;
}

.TXT_LEFT
{
	text-align:left;
}

.TXT_RIGHT
{
	text-align:right;
}

.TXT_JUSTIFY
{
	text-align:justify;
}