/* ******************* CSS for jsForm generator
// formgen 0.2.14 7 December 2021
// free to use but no warranties
// El Condor - Condor Informatique - Turin
// ********************************************/
.fg_Buttons {background-color:#acc;}	/* button's row */
.fg_Button {
	font-size:10pt;width:80px;height:26px;margin:2px 3px;
	background:silver;line-height: 1;
	border:outset;
	overflow:hidden;
	padding:0;
}
.fg_Button:hover {background-color: #eee;cursor:pointer;}
.fg_Button:disabled {cursor: not-allowed;}
.fg_GButton, .fg_IButton {
  border: none;
  background: none;
  cursor:pointer;
  padding-left:2px;
  vertical-align:middle;
}
.fg_CharButton {
  cursor:pointer;
  font-size:16pt;
  color:#00006F;
}
.fg_CharButton:hover {
  color: blue;
}
.fg_TextArea {
	box-sizing: border-box;
	width: 100%;
}
.fg_Comment {padding:3px;}
/*.fg_Separator {text-align:center;padding:3px;background-color:#eee;}*/
.fg_Error {color:red;padding:3px;}
.fg_Label {text-align: right;padding: 3px;}
.fg_Label:after {content: ":";}
.fg_Table {padding-top:5px;margin: 0 auto;}
.fg_Table td, th {border: 1px solid #900}
.fg_Table #fg_table td {font: normal 10pt Arial;padding:2px 1px}
.fg_Title, .fg_Separator {
	font: bold 10pt Arial;
	text-align: center;
	padding:1px;
	background-color:#acc;
}
.fg_UType {
	border: none;
	border-width: 0; 
	box-shadow: none;
	background: transparent;
}
.fg_PopUp { 
	background:#E0E0E0;
	box-shadow:10px 10px #BFBFBF;
    width: auto;
	height: auto;	
	position: absolute;
}