/*+clearfix {*/
.form-custom .row:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.form-custom .row
{
	display: block;
	*height: 1px;
}
@media (max-width: 1024px)
{
	.form-custom .row:after
	{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0;
	}
	.form-custom .row
	{
		display: block;
		*height: 1px;
	}
}
/*+}*/
.form-custom
{
}
.form-custom, .form-custom UL, .form-custom UL LI
{
	padding: 0px;
	background-image: none;
	margin: 0px;
}
/*[clearfix]*/
.form-custom .row
{
	display: flex;
}
.form-custom .row > DIV
{
	/*flex 1 disabled filbilisim-iletisim 11.12.2019*/
	/*flex: 1;*/
}
.form-custom .row .input-element
{
	max-width: 100%;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0px 0px 1em 0px;
}
.form-custom .row .input-element + .input-element
{
	margin-left: 15px;
}
.form-custom .row .input-element .ele
{
	max-width: 100%;
}
.form-custom .row .input-element .ele > *
{
	margin: 0;
}
.form-custom .row .input-element .title
{
	margin-bottom: 0px;
}
.form-custom .desc
{
	margin: 0px;
	color: #444;
}
.form-custom-wrap.no-labels .row .ele label {
    display: none;
}

@media (max-width: 1024px)
{
	/*[clearfix]*/
	.form-custom .row
	{
		display: block;
	}
	.form-custom .row .input-element
	{
		margin-left: 0 !important;
	}
	.form-custom .row .input-element .ele
	{
		width: 100% !important;
	}
}
/*tabular*/
.form-table INPUT[type=text], .form-table INPUT[type=password], .form-table SELECT, .form-table TEXTAREA
{
	margin: 0;
}
.form-table .form-custom .row .input-element
{
	display: flex;
	width: 100% !important;
}
.form-table .form-custom .row LABEL
{
	width: 25%;
	margin-right: 2%;
	border-bottom: 1px solid #E5E5E5;
}
.form-table .form-custom .row .ele
{
	max-width: 73% !important;
}
.form-table .form-custom .row-desc .input-element, .form-table .form-custom .row-submit .input-element
{
	margin-left: 27%;
	width: auto !important;
}
@media (max-width: 768px)
{
	.form-table .form-custom .row .input-element
	{
		display: block;
	}
	.form-table .form-custom .row .ele
	{
		width: 100% !important;
		/**/
		max-width: 100% !important;
	}
	.form-table .form-custom .row LABEL
	{
		width: auto;
		margin: 0.5em 0 0.5em 0;
		border-bottom: none;
	}
	.form-table .form-custom .row-desc .input-element, .form-table .form-custom .row-submit .input-element
	{
		width: auto !important;
		margin: 0;
	}
}
