#table_info {
    position: absolute;
  /*  z-index: 1;*/
    top: 64px;
    left: 600px ;
    display: table;
    width: auto;
    text-align: right ;
    padding-right: 9px ;
  /*  z-index: 1;*/
}

#table_view_msgline {
  height: 20px ;
  background-color: #FFFFFF ;
  font-family: "SegoeUI-SemiLight-final","Segoe UI SemiLight","Segoe UI WPC Semilight","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;
  font-size: 11px ;
  padding-left: 10px ;
}

#table_navigator {
  margin: 0px;
  font-family: "SegoeUI-SemiLight-final","Segoe UI SemiLight","Segoe UI WPC Semilight","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;
  height: 36px;
  background-color: #FFFFFF ;
  padding: 12px 8px 4px 8px  ;
}

#table_body {
  overflow: auto ;
  margin: 0px;
  font-family: "SegoeUI-SemiLight-final","Segoe UI SemiLight","Segoe UI WPC Semilight","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;
  height: 48px;
  background-color: #FFFFFF ;
  padding: 2px ;
}

#tab_data {
  width: 100% ;
}

#table_view_log {
  overflow: auto ;
  padding: 2px ;
  font-size: 12px ;
  height: 200px ;
}

.button_refresh {
  width: 200px ;
  height: 32px ;
  background-color: white;
  background: url('/img/refreshing-curve-arrows.png');
  background-repeat: no-repeat ;
  background-position: 32px 2px ;
  padding-left: 16px;
  color: #323844;
  margin-left: 12px ;
  border: 2px solid #DDDDDD ;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.button_refresh:hover {
  color: #FFFFFF;
  border: 2px solid #323844 ;
  background: url('/img/refreshing-curve-arrows_white.png');
  background-repeat: no-repeat ;
  background-position: 32px 2px ;
  background-color: #323844;
}

.button_clear {
  width: 200px ;
  height: 32px ;
  background-color: white;
  background: url('/img/eraser_24.png');
  background-repeat: no-repeat ;
  background-position: 32px 2px ;
  padding-left: 16px;
  color: #323844;
  margin-left: 12px ;
  border: 2px solid #DDDDDD ;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.button_clear:hover {
  color: #FFFFFF;
  border: 2px solid #323844 ;
  background: url('/img/refreshing-curve-arrows_white.png');
  background-repeat: no-repeat ;
  background-position: 32px 2px ;
  background-color: #323844;
}

.button_border {
  width: 200px ;
  height: 32px ;
  background-color: white;
  background-repeat: no-repeat ;
  background-position: 32px 2px ;
  padding-left: 16px;
  color: #323844;
  margin-left: 12px ;
  border: 2px solid #DDDDDD ;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.button_border:hover {
  color: #FFFFFF;
  border: 2px solid #323844 ;
  background-repeat: no-repeat ;
  background-position: 32px 2px ;
  background-color: #323844;
}

.button_goback {
  width: 200px ;
  height: 32px ;
  background-color: white;
  background: url('/img/goback_20.png');
  background-repeat: no-repeat ;
  background-position: 32px 2px ;
  padding-left: 16px;
  color: #323844;
  margin-left: 12px ;
  border: 2px solid #DDDDDD ;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.button_goback:hover {
  color: #FFFFFF;
  border: 2px solid #323844 ;
  background: url('/img/goback_white_20.png');
  background-repeat: no-repeat ;
  background-position: 32px 2px ;
  background-color: #323844;
}

input.read_only {
  background-color:#FDFDFD;
  border:2px solid #F8F8F8;
  padding-left: 4px;
  line-height: normal;
  color: #888888 ; 
}

input {
  padding-left: 4px;
  line-height: normal;
}

#log_js {
  margin-top: 6px ;
  border: 1px solid #EEEEEE ;
  overflow: auto ;
  padding: 2px ;
  font-size: 12px ;
}

#log_table {

  padding: 4px 4px 4px 4px ;
}

#log_table_info {
  overflow: auto ;
}

.table_header_1 {
  background-color: #DDDDDD ;
}

.table_header_1 td{
  padding: 4px 4px 4px 4px ;
  padding-left: 4px ;
}

.table_row_1 td{
  padding: 4px 4px 4px 4px ;
}

#tab_filter{
  padding: 5px 8px 5px 8px ;
}

#filter_section_select_var {
  padding-top: 8px ;
  padding-bottom: 8px ;
}

#filter_selector_title {
  padding-top: 12px ;
  padding-bottom: 4px ;
  padding-left: 4px ;
  padding-right: 4px ;
  background-color: #323844 ;
  font-family: "SegoeUI-SemiLight-final","Segoe UI SemiLight","Segoe UI WPC Semilight","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;
  font-size: 16px ;
  color: #FFFFFF ;
}

#filter_section_3 {
  background-color: #FFFFFF ;
}

#filter_section_4 {
  overflow: auto ;
}

#where_cl_security {
  color: #666666 ;
  font-size: 11px ;
}

.filter_show_values {
  font-size: 12px ;
  background-color: #EEEEEE ;
  margin-top: 2px ;
}

.row_filter_items td {
  word-wrap:break-word ;
  padding-top: 12px ;
}

.row_filter_items select {
  font-size: 12px ;
}

#where_cl_all{
  overflow: auto ;
  background-color: #EEEEEE ;
  min-height: 96px ;
  padding: 4px ;
  padding-right: 100px ;
  font-family: "SegoeUI-SemiLight-final","Segoe UI SemiLight","Segoe UI WPC Semilight","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;
  font-size: 14px ;
}

#tab_sql {
  overflow: auto ;
  padding: 2px ;
  background-color: #FFFFFF ;
}

#tab_sql_header {
  background-color: #FFFFFF ;
  padding: 2px ;
  padding-top: 6px ;
  height: 32px ;
}

#tab_sql_edit {

}

#tab_sql_edit_header {
  background-color: #323844 ;
  color: #FFFFFF ;
  padding: 2px ;
  height: 24px ;
}

#tab_sql_edit_body {
  background-color: #ffffff ;
  border: 1px solid #dddddd ;
  color: #323844 ;
  min-height: 60px ;
  padding: 2px ;
}

#tab_sql_result {
  margin-top:2px ;
}

#tab_sql_result_header {
  background-color: #323844 ;
  color: #FFFFFF ;
  padding: 2px ;
  height: 24px ;
}

#tab_sql_result_body {
  background-color: #ffffff ;
  border: 1px solid #dddddd ;
  color: #323844 ;
  min-height: 60px ;
  padding: 2px ;
}

#tab_info {
  overflow: auto ;
  padding: 8px 8px 4px 8px  ;
  font-size: 12px ;
}

#tab_info table{
  cellspacing: 0px ;
  cellpadding: 0px ;
}

.tab_info_right {
  width: 140px ;
  vertical-align: top ;
  padding: 2px ;
  text-align: right ;
  font-weight: bold ;
}

.tab_info_left {
  text-align: left ;
}

.tab_info_left input{
  background-color: #EEEEEE ;
  border: none ;
  padding: 2px ;
  min-height: 16px ;
  margin: 2px ;
}

#tab_info p{
  background-color: #EEEEEE ;
  text-align: left;
  padding: 2px ;
  min-height: 16px ;
  font-weight: normal ;
  margin: 2px ;
}

#table_content {
  vertical-align: top ;
}

#menu_workbar {
  vertical-align: top;
}

.menu_workbar {
  border-radius: 4px ;
  padding: 2px ;
}

.menu_workbar:hover {
  background-color: #EEEEEE ;
}


#table_viewer_s_menu {
  background-color: #EEEEEE ;
  height: 44px ;
  width: 99% ;
  font-size:12px ;
}

#table_viewer_select {
  padding-top: 6px ;
  padding-left:12px ;
}

.table_viewer_s_menu_title {
  padding-left: 6px ;
  font-family: "SegoeUI-SemiLight-final","Segoe UI SemiLight","Segoe UI WPC Semilight","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;
  font-size:28px ;
  color: #666666 ;
}

#table_viewer_select {
  width: 90% ;
  overflow: auto ;
}

#table_viewer_s {
  table-layout: fixed;
  border-collapse: collapse;
}

#table_viewer_s tbody {
  display:block;
  overflow: auto;
  height: 190px;
}

#table_viewer_s thead tr{
  display: block;
}

#table_viewer_s thead {
  background: black;
  color:#fff;
}

#table_viewer_s th {
  padding: 5px;
  text-align: left;
  background: #323842;
  width: 200px ;
}

#table_viewer_s td {
  padding: 5px;
  text-align: left;
  width: 200px ;
}

#table_viewer_s thead tr th:first-child,
#table_viewer_s tbody tr td:first-child {
  width: 24px ;
 }

#table_viewer_s tr:hover td {
  background-color: #DDDDDD;
}

#table_viewer_s_sub {
  overflow: auto ;
  padding-left: 12px ;
  padding-right: 6px ;
}

#table_viewer_workbar {
  height: 38px ;
  background-color: #EEEEEE;
  border-top: solid 1px #DDDDDD ;
}

#row_edit {
    position: fixed;
    top: 60px;
    left: 35px;
    background-color: #FFFFFF;
    width:726px;
    height:500px;
   	color:#323844;
    opacity: 0.99;
    z-index: 9;
    font-size: 100%;
    border: solid 1px #EEEEEE;
    border-bottom-width: 0px ;
}

#member_data {
    position: fixed;
    top: 160px;
    left: 235px;
    background-color: #FFFFFF;
    width: 1px;
    height: 1px;
   	color:#323844;
    opacity: 0.99;
  /*  z-index: 1;*/
    font-size: 100%;
    border: solid 0px #EEEEEE;
}

#table_viewer_s_filter {
    position: fixed;
    top: 60px;
    left: 35px;
    background-color: #FFFFFF;
    width:726px;
    height:500px;
   	color:#323844;
    opacity: 0.99;
    z-index: 9;
    font-size: 100%;
    border: solid 1px #EEEEEE;
}

#html_edit {
    position: fixed;
    top: 60px;
    left: 35px;
    background-color: #FFFFFF;
    width:726px;
    height:500px;
   	color:#323844;
    opacity: 0.99;
  /*  z-index: 1;*/
    font-size: 80%;
    border: solid 1px #FFFFFF;
}

#row_edit_sub {

}

#row_edit_container {
  overflow: auto ;
}

#row_edit_save {
  border-top: solid 1px #F4F4F4 ;
  background-color: #FFFFFF;
}

#row_edit_save_t {
  background-color: #FFFFFF;
}

.fixed_header_wrapper {
    overflow: auto;
    position: relative;
}

.spreadsheet::-webkit-scrollbar {
	width: 12px;
  height: 12px;
	background-color: #F5F5F5;
}

.spreadsheet::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #CCCCCC;
}

.spreadsheet::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.spreadsheet {
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid darkgray;
}

.spreadsheet table {
    border-collapse: collapse;
}

.spreadsheet tbody {
		valign: top ;
}

.spreadsheet tbody td {
    border: 1px solid lightgray;
    margin: 0;
    align: left;
		background-color: white;
    border-color: darkgray;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11px;
}

.spreadsheet thead th {
    background-color: lightgray;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border: 1px solid darkgray;
    padding-left: 2px;
    padding-right: 2px;

}

.spreadsheet tbody td:first-child {
    background-color: whitesmoke;
    text-align: right;
    border-color: darkgray;
   	padding-left: 2px;
    padding-right: 2px;
    font-size: 11px;
}

.spreadsheet td:hover {
    background-color: lightgray;
    color: darkgreen;
    cursor: pointer;
}

.spreadsheet td:first-child:hover {
    background-color: lightgray;
    color: darkgreen;
    cursor: pointer;
}

.spreadsheet input {
    text-align: right;
    border: none;
    height: 18px;
    font-size: 11px;
}

.spreadsheet input:hover {
    cursor: default;
}

.spreadsheet input:focus {
    text-align: left;
    border: solid;
    border-color: darkgreen;
    border-width: 1px;
    outline: none;
}

.hide{
	display:none;
}
.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid #bbbbbb;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #EEEEEE;
}
.btn {
border-color: #c5c5c5;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-large {
padding: 31px 39px;
font-size: 17.5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.btn-small {
padding: 5px 15px;
font-size: 11px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.small_label {
	color: #333333;
	font-size: 11px;
}
.small_select_box option {
	color: #333333;
	font-size: 11px;
	background: #EEEEEE;
}
.td_select td {
	background: #EEEEEE;
	font-size: 11px;
}
