:root {
  --main-background-color: #FFFFFF;
  --font-size-base: 16px;
}


body {
	font-family: Georgia, serif;
	background-color: #20161e; 
 
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	
}

table.table3{
/*  width: 100%; */
  border-collapse: collapse;
  font-family: Times New Roman;

	th {
	background-color: #132725; /* Background color for table headers */
	color: white; /* Text color for table headers */
	}

	th, td {
	padding: 1px;
	text-align: left;
	border-bottom: 1px solid #000; /* Adds a bottom border for each cell */
	border-radius: 4px;

	}
	td {
	background-color: #fcfbe5;	
	}
	tr:nth-child(even) td{background-color: #f7f1a6;}
}

table.table2{

  border-collapse: collapse;
  font-family: Times New Roman;

	th {
	background-color: #132725; /* Background color for table headers */
	color: white; /* Text color for table headers */
	}

	th, td {
	padding: 1px;
	text-align: left;
	border-bottom: 1px solid #000; /* Adds a bottom border for each cell */
	border-radius: 4px;

	}
	td {
	background-color: #fcfbe5;	
	}
	tr:nth-child(even) td{background-color: #f7f1a6;}
}

table.table1{

  border-collapse: collapse;
  font-family: Times New Roman;

	th {
	background-color: #132725; /* Background color for table headers */
	color: white; /* Text color for table headers */
	}

	th, td {
	padding: 1px;
	text-align: left;
	border-bottom: 1px solid #000; /* Adds a bottom border for each cell */
	border-radius: 4px;

	}
	td {
	background-color: #fcfbe5;	
	}
	tr:nth-child(even) td{background-color: #f7f1a6;}
}

.tcode_txt{
	display:inline-block;
	font-size: 10px;	
	border-radius: 3px;
	margin-top: 1px;
  	margin-bottom: 4px;
  	margin-right: 2px;
  	margin-left: 12px;	
}
.mainCaption {
	display:inline-block;
	font-family: 'Courier New';

	font-size: 125%;
	text-align: left;
	padding: 5px;
	
	color: #FEFEFE;
	font-weight: bold;
}
.structure_table{
/* border-radius: 25px; */
	background-color: #BBBBBB; 
	border: 1px solid #555555;
/*	border-collapse: collapse; */
	width:100%;
}
.structure_table th, td{

	background-color: var(--main-background-color); 			/*  Main background */
	border: 1px solid #555555;

	border-radius: 6px;
	padding: 3px;
	border: 1px solid #BBBBBB;
	box-shadow: 2px 3px 3px #444444;
	
/*	border-collapse: collapse; */
}

.hidden_form {
	border-style: 1px solid;	
	background-color: #a5a5a5;
	position: fixed;
	z-index: 100; 
	top : 45%; 
	left : 45%; 
	margin : -100px 0 0 -100px;  
	width : 600px; 
	height : 230px;	
	visibility: hidden;  
	box-shadow: 10px 10px 10px black;

}
.left_panel_item {
	display:block; 
	font-family: Garamond, Courier New, sans-serif; 
	font-size:smaller; 
	font-weight: bold;	
	
}
.cmd_button {
	display:inline;
	box-shadow: 2px 2px 2px #444444;	
	cursor: pointer;
	}




.check_db_runnig {
	font-family: 'Helvetica';
	font-size: 90%;
	color: #0000ff;
}

.package {
	font-family: 'Helvetica';
	position: absolute;
	cursor: pointer;
}

.link_label {
	font-family: 'Helvetica';
	font-size: 80%;
	background-color: transparent;
}

.error_msg {
	font-family: 'Helvetica';
	font-size: 120%;
	color: red;
}

.context_menu-item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
}

.context_menu-item:hover {
	background-color: #ff0080;
	cursor: pointer;
}

.crypto {
	font-family: 'Helvetica';
	font-size: 80%;
	position: absolute;
	left: 40px;
	top: 80px;
}

.close_button:hover {
	background-color: #484cfb;
}

.close_button {
	cursor: pointer;
}
.cmd_button {
	border: 1px solid rgb(0, 0, 0);
	cursor: pointer;
	box-shadow: 2px 3px 3px #555555;	
}
.cmd_button:hover {
	border: 1px solid black;
}

.prim {
	font-family: 'Helvetica';
	font-size: 80%;
	display: inline-block;
}

.table_tools_panel {
	font-family: 'Helvetica';
	font-size: 80%;
	font-weight: bold;
	background-color: #1a6586;
	position: absolute;
	display: block;
	overflow: visible;
	border-style: solid;
	border-width: thin;
	padding: 1px;
	white-space: nowrap;
	overflow: hidden;
}

.table_data_header {
	font-family: 'Helvetica';
	font-size: 80%;
	font-weight: bold;
	background-color: #537b8c;
	position: absolute;
	display: block;
	overflow: visible;
	border-style: solid;
	border-width: thin;
	padding: 1px;
	white-space: nowrap;
	overflow: hidden;
}

.table_data_cell {
	font-family: 'Helvetica';
	font-size: 80%;
	background-color: #E5E5E5;
	position: absolute;
	display: block;
	overflow: visible;
	border-style: none;
	border-width: thin;
	padding: 1px;
	white-space: nowrap;
	overflow: hidden;
}

.input_ctrl {
	font-family: 'Helvetica';
	font-size: 80%;
	position: absolute;
	display: none;
}

.properties_class {
	font-family: 'Helvetica';
	font-size: 80%;
	width: 250px;
	background-color: #c0c0c0;
	box-shadow: 3px 3px 5px #888888;
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	display: none;
	z-index: 2000;
}

.context_menu_div {
	font-family: 'Helvetica';
	font-size: 80%;
	width: 180px;
	background-color: white;
	box-shadow: 3px 3px 5px #888888;
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	display: none;
	z-index: 1500;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	width: 200px;
	background-color: #131313;
	color: #A0A0A0;
	box-shadow: 3px 3px 5px #888888;
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: fixed;
	display: none;
	z-index: 1000;
}

.menu-item {

	height: 20px;
	overflow-x: auto;
	overflow-y: auto;
}

.menu-item:hover {
	background-color: #4E4E55; 
	color: #F5F5F5; 
	cursor: pointer;
}

.caption2 {
	font-family: 'Helvetica';
	font-size: 110%;
	text-align: left;
	color: #001099;
	font-weight: bold;
}

.resource {
	position: inherit;
	color: Maroon;
	font-weight: normal;
}

.package {
	position: inherit;
	color: RoyalBlue;
	font-weight: bold;
}

.command {
	position: inherit;
	color: black;
	font-size: 80%;
	font-weight: bold;
	cursor: pointer;
}

.command:hover {
	text-decoration: underline;
}

.response {
	font-family: 'Arial';
	position: inherit;
	color: black;
	font-size: 80%;
	font-weight: bold;
}

.warning {
	font-family: 'Helvetica';
	position: inherit;
	color: red;
	font-size: 90%;
}

.journal {
	font-family: 'Tahoma';
	position: absolute;
	overflow: scroll;
	height: 300px;
	width: 700px;
	color: black;
	font-size: 90%;
	border: 1px double black;
	background: #FFF;
	padding: 10px;
}

.replication {
	font-family: 'Helvetica';
	color: black;
	font-size: 80%;
	font-weight: bold;
}
/*
.table1 {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-spacing: 7px 5px;
	border: 1px solid rgb(0, 0, 0);
}

.table1 th {
	border: 1px solid rgb(0, 0, 0);
	background-color: rgb(192, 192, 192);
}

.table1 tr {
	background-color: rgb(255, 255, 255);
}

.table1 td {
	padding: 1px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	border: 1px solid #333;
}

.table1 tr:hover {
	background-color: #f5f5f5;
}
*/
.caption1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	display: inline-block;
	text-align: left;
	color: #001099;
}

.group {
	text-align: left;
	color: #001099;
	border: 1px solid #399;
}

.graph_obj {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
}

.server {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: blue;
}

.server1 {
	min-height: 70px;
	width: 140px;
}

.server2 {
	min-height: 194px;
	width: 71px;
}

.db_system {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #800040;
}

.oracle_db {
	min-height: 70px;
	width: 140px;
}

.sap_hana {
	min-height: 70px;
	min-width: 100px;
}

.http {
	min-height: 70px;
	min-width: 150px;
}

.navigation1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.info_block1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/*
.table2 {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.table2 thead{
	background-color: #959595;
	border: 1px solid black;
}
*/
.hello {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #008080;
}

#user_pwd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fbf4e7;
	width: 300px;
	text-align: left;
	border: 1px solid #fbf4e7;
	position: fixed; 
	top : 45%;  
	left : 43%; 
	margin : -100px 0 0 -100px; 
/*	box-shadow: 6px 4px 4px #9a4e66;  */
	
}
#welcome_user {
	
	color: #fbf4e7;
	padding: 20px;	
	
}
#welcome_message{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;	

}


.html_message_ok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.html_message_error .html_message_warn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#console_panel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	overflow-y: auto;
	overflow-x: auto;
	height: 100%;
	font-size: 80%;
}

#project_form {
	border-style: 1px solid;	
	background-color: #a5a5a5;
	position: fixed;
	z-index: 100; 
	top : 45%; 
	left : 45%; 
	margin : -100px 0 0 -100px;  
	visibility: hidden;
	box-shadow: 10px 10px 10px black;

}



#function_list_se38{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-size: 10px;
	width: 100%;
	height: 400px;

	color: #AAAAAA;
	margin-left: 3px;
}
.function_pointer{
	cursor: pointer;
}
.function_pointer:hover{
	text-decoration: underline;
}
#right_code_panel {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-size: 12px;
	overflow:scroll;
	width: 100%;
	height: 100%;	
	margin: 0;
	padding: 0;	
}
#rows_numbers{
	display:inline-block;
	width:25px;
	margin: 0;
	padding: 0;
	vertical-align:top;
	color: #AAAAAA;
}
#editor_se38{
	display:inline-block;
	white-space: pre-wrap;
	margin: 0;
	padding: 0;
	vertical-align:top;
}
#go_home{
    position: fixed;
    bottom: 0;
	border: 1px solid #BBBBBB;
    background-color: white;
    cursor: pointer;
}
#go_home:hover {
	text-decoration: underline;
} 
.reserved{
	display:inline;
	font-weight: bold;
	display:inline;
	color: #7f0055;
}
.hidden_form {
	border-style: 1px solid;	
	background-color: #a5a5a5;
	position: fixed;
	z-index: 100; 
	top : 45%; 
	left : 45%; 
	margin : -100px 0 0 -100px;  
	width : 600px; 
	height : 230px;	
	visibility: hidden;  
	box-shadow: 10px 10px 10px black;

}
#project_copy_form{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;	
}
#help_content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;		
	background-color: #EFEFEF;
}
.help_list{
	visibility: hidden;
	position: absolute;
	font-family: Verdana;
	font-size: 70%;
}
.content_panel_table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;	
}
.left_view_panel{

	font-family: Garamond;
	display:block;
}
.right_content_panel{
	font-family: Helvetica, sans-serif;	
	font-size: 80%;
	overflow: auto;
	white-space: nowrap;
}
.zutils {

	font-family: Garamond;
	display:block;	
}
.welcome_page{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;	
	border-radius: 6px;
	padding: 3px;
/*	border-collapse: collapse;	*/
}

.fresh_time{
	background-color:#85BB65;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.find_options{
	font-size: 12px;		
}
.trace_table{
	background-color: #FAFAFA; 
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	width:100%;
	font-family: 'Helvetica';
	font-size: 80%;
}
.trace_table th, td{
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
}
.f4form{
    float:left;
	border: 1px solid;
	background: #F0F0F0;
	box-shadow: 5px 5px 5px gray;
	padding: 4px;
	margin: 0 auto;
	display: block;
}
.inpBoxF4 {
 font-size: 12px;

}
.valf4List {
	border: 1px solid;

}
.closeSpan {
   	float:right;
   	display:inline-block;
    padding:2px 5px;
    background:#ccc;	
}
.closeSpan:hover {
   	float:right;
   	display:inline-block;
    padding:2px 5px;
    background:#ccc;
    color:#fff;	
}
.F4item {

}
.F4item:hover {

    border: 1px solid;
    color:#fff;
    background:#A0A0A0;	
}
.id_table_column:hover {
	background-color: #E8E8E8
}
#licence_label{
    position: fixed;

    float: right;
    bottom: 0;
    z-index: 100;
}
.item_editors{
	visibility: hidden;
}
#user_pwd{
	border-radius: 8px;	
	padding: 10px;
}
#refresh_clock{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.field_set {
	border-radius: 7px;		
}