<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@charset "utf-8";

/* --- Body of the page */
body  {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size   : 10pt;
	margin      : 5px;
	background-color: #fffffff;
}

table { 
	border-spacing: 0px;
	border-collapse: collapse;
}

td  {
	font-family : "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size   : 10pt;
	padding: 0px;
}

fieldset {
	margin: 0px auto;
}
/* --- END Body of the page */


/* --- Input fields definition */
input[type=text] {
	background: white;
	border-width: 1px;
	border-style: solid;
	border-color: #969696; 
	padding-top: 2.5px;
	padding-right: 2px;
	padding-bottom: 2.5px;
	padding-left: 1px;
}

select {
	background: white;
	border-width: 1px;
	border-style: solid;
	border-color: #969696;
	padding-top: 1.5px;
	padding-right: 2px;
	padding-bottom: 1.5px;
	padding-left: 1px;
}

select:disabled {
	background: white;
	border-width: 1px;
	border-style: solid;
	border-color: #969696;
	padding-top: 1.5px;
	padding-right: 2px;
	padding-bottom: 1.5px;
	padding-left: 1px;
}

.case_fields {
	direction: rtl;
}

input.readonly_field_m {
	background-color: #white; 
	color: blue; 
	border:1px solid #3399ff;
	text-align: center;
}

input.readonly_field_e {
	background-color: #white; 
	color: red; 
	border:1px solid #ff3300;
	text-align: center;
}

input.center_field_data {
	text-align: center;
}

   
/* --- END Input fields definition */

/* --- Fieldsets Definition */
.main_fldset_no_padding {
	border: 2px solid #105619;
	border-radius: 5px;
	background: #f4f3f1;
	padding: 0px; 
}

.main_fldset_no_padding_white_bck_ground {
	border: 2px solid #105619;
	border-radius: 5px;
	padding: 0px; 
}

.main_fldset_w_padding {
	border: 2px solid #105619;
	border-radius: 5px;
	background: #f4f3f1;
	padding: 4px 10px 4px 10px;
}

.entry_fldset_g {
	border: 2px solid #105619;
	border-radius: 5px;
	background: #eeeeee;
	text-align: center;
}

.no_border_fldset {
	border: 0px;
	background: none;
	text-align: center;
}

.inner_fldset {
	border: 1px solid #105619;
	border-radius: 5px;
	background: #eeeeee;
	text-align: center;
}

/* --- END of Fieldsets Definition */

/* --- Fieldset Legends Definition */
.header_font {
	font-size   : 16pt;
	font-weight: bold;
	color: #105619;
}

.main_fldset_no_padding legend {
	border: 1px solid #105619;
	border-radius: 5px;
	background: #eeeeee;
	text-align: center;
	font-weight: bold;
}

.entry_fldset_g legend {
	border: 1px solid #105619;
	border-radius: 5px;
	background: #eeeeee;
	text-align: left;
	font-weight: bold;
}

.inner_fldset legend {
	border: 1px solid #105619;
	border-radius: 5px;
	background: #eeeeee;
	text-align: center;
	font-weight: bold;
}

/* --- END of Fieldset Legends Definition */

/* --- Special formatting commands */
.error_div {
	font-family : "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	font-size   : 11pt;
	color: #FF0000;
}

.ok_div {
	font-family : "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	font-size   : 11pt;
	color: blue;
}

/* --- Special formatting commands */
</pre></body></html>