/*
 GenEasy GSS Compiler 2.0 (c) MVP 2015-2025
 Version 16/04/2025 15:54:21

 *** IMPORTANT : DO NOT EDIT BY HAND, EDIT .gss FILE ! ***

 Copyright (c)  MVP - All Rights Reserved
 Unauthorized copying of this file, via any medium is strictly prohibited
 Proprietary and confidential
 MVP, 2025
*/

form.elementForm
{
	margin:16px ;
	border:solid 1px #C0C0C0;
	padding:4px 4px 4px 16px ;
	display:flex ;
	flex-direction:column ;
	gap:4px ;
	background-color:#F0F0F0 ;
	background-repeat:no-repeat ;
	background-position:right 8px bottom 8px ;
	background-size:80px auto ;
}

form.elementForm legend
{
	font-weight:bold ;
	margin-left:-12px ;
}

form.elementForm div.var
{
	display:flex ;
	flex-direction:row ;
	align-items:center ;
	gap:4px ;
}

form.elementForm div.var label
{
	width:130px ;
}

form.elementForm div.invisible
{
	display:none ;
}

form.elementForm div input
{
	flex-grow:1 ;
}

form.elementForm div[data-type='INT'] input
{
	max-width:80px ;
	flex-grow:initial ;
}

form.elementForm div[data-type='FLOAT'] input
{
	max-width:150px ;
	flex-grow:initial ;
}

form.elementForm hr
{
	width:100% ;
	border-style:none ;
	height:1px ;
	background:#C0C0C0 ;
}

form.elementForm .btns
{
}

form.elementForm:focus-within
{
}

form.elementForm:focus-within .btns
{
	display:initial ;
}


