
body {
display:inline-block;
width:100%;
height:100%;
overflow:auto;
font-size:14px;

}
html {
  touch-action: manipulation;
}

#tmsg_box {
	background-color:#E46B5F;
	position:fixed; 
	top:0;
	left:0 ;
	width:100%; 
}
.ui_bigcheckbox {
	width: 33px;
	height: 33px;
	border: 1px solid #CCC;
}
.ui_line {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
}
.toptoolbar {
	background-color: #EBEBEB;
}

.tableform  td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*
.tableform input {
	background-color: #E8E8E8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	min-width: 220px;
	font-size: 24px;
	border-radius: 5px;
	color: #0080FF;
}
.mobile_form input {
	height: 40px;
	min-width:200px;
	padding-left:5px;
	padding-right:5px;
}
*/
.xbutton {
	cursor:pointer;
	background-color:#1FBA2B;
	overflow:hidden;
	font-size:22px;
	font-weight:bold;
	border-radius:5px;
	min-width:40px;
	text-align:center;
	color:#FFF;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	margin:3px;
	display:inline-block;
}
.xbutton:hover {
	background-color: #1A9523;
}

.xbutton2 {
	cursor:pointer;
	background-color:#1FBA2B;
	overflow:hidden;
	font-size:20px;
	font-weight:bold;
	border-radius:5px;
	min-width:40px;
	text-align:center;
	color:#FFF;
	padding-left:8px;
	padding-right:8px;
	display:inline-block;
}
.xbutton2:hover {
	background-color: #1A9523;
}


.datagridbox {
	margin-top:5px;
	border: 2px solid #CCCCCC;
	padding:5px;
	border-radius:8px;
	
}


table.datagrid {
  table-layout: fixed;
  xwidth: 100%;
  white-space: nowrap;
  font-size:20px;
}
.datagrid * {
	font-size:20px;
}


.datagrid .thead  {

}
.datagrid tr {
	
}
.datagrid th{
    padding-left:3px;
    text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	height: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 22px;
	padding-bottom:3px;
}


.datagrid td{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 140px;
	margin: 0;
	height: 8px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3F3F3;
}



.datagrid tr:not(.thead):hover {
	background-color: #8FBE8F;
	cursor:pointer;
}
hr {
	color:#F3F3F3;
}
.fix_b40 {
	
	padding-top:2px;
	position: fixed;
	top: 100%;
	margin-top: -40px;
	width: 100%;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.fix_b50 {
	padding-top:5px;
	position:fixed;
	top:100%; margin-top:-50px;
	width:100%;
	background-color:#F3F3F3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-left:10px;
	padding-right:10px;
}
.fix_b100 {
	padding-top:5px;
	position:fixed;
	top:100%; margin-top:-100px;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-left:10px;
	padding-right:10px;
}


.item_label {
	color:#303030;
	font-size:20px;
}
.mtop3 {
	margin-top:3px;
}
.ui_mcheck {
	width: 15px;
	height: 15px;
	border: 1px solid #333;
	padding:0;
	margin-left:3px;
	margin-top:3px;
}
.loadingboxx {
	position:fixed;
	top:50%;
	left:50%;
	width:100px;
	height:100px;
	background-color:#939;
	padding:5px;
	overflow:hidden;
}

.tablexform {
	max-width:500px;

}

.tablexform  * {
  font-size:21px;
  color:#000000;
}
.tablexform td:nth-child(1){
	min-width:90px;

}
.tablexform  td {

	vertical-align:bottom;
	padding-bottom:0px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.tablexform td:nth-child(2){
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A0A0A0;
	padding-left:3px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;

}



input[type!='checkbox']{
	margin-top: 0px;
	width: 200px;
	height:30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 20px;
	border-radius: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	vertical-align: bottom;
	padding-bottom: 0px;
}


.tablexform input,.tablexform textarea {
	margin-top:0px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-left:5px;
	padding-right:5px;
	min-height: 20px;
	border-radius: 0px;
	border-bottom-width: 0px;
	border-bottom-color: #F7F7F7;
	vertical-align:bottom;
	padding-bottom:0px;
}


.tablexform select {
	width:252px;
}



.tablexform [disabled] {
	background:#CCCCCC;
	cursor:no-drop;

}


/*
.tablexform input,.tablexform textarea {
	width: 240px;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}
.tablexform select {
	width:252px;
	border-radius: 3px;
	border: 1px solid #CCC;
}
*/


.x320 .tablexform input {
	width:190px;
}
.x320 .tablexform select {
	width:195px;
}

.ulmenu {
	padding-left:10px;

}
.ulmenu > li {
	padding-left: 5px;
	cursor: pointer;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.ulmenu > li:hover {
	background-color:#999;
	font-weight:normal;
}
.menu_head {
	font-weight:bold;

}

.tablexform td {
	vertical-align:top;
}
.tool_ng_reset {
	display:none;
}

.bmobile .bpanelxbox {
	padding-left:0px;
}
.bdesktop .bpanelxbox {
	padding-left:205px;
}

.bmobile #back_lpanel {
	width:100%;
}
.bdesktop #back_lpanel {
	width:200px;
}
.tx_rowselect {
	background-color:#DCBABA;
}
.hcolname {
  display: fixed;
  overflow: hidden;
  word-wrap: break-word;
}
.css_bsearch {
	display: fixed;
	max-height: 100px;
	width: 80px;
	overflow: hidden;
	word-wrap: break-word;
	border-radius: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sort_icon {
	width:10px;
	height:10px;
	display:inline-block;
}
.asort .sort_icon {
	background-color:#666;
}
.zsort .sort_icon {
	background-color:#F00;
}
.ui_colname {
  display: fixed;
  max-height: 100px;
  max-width: 100px;
  overflow: hidden;
  word-wrap: break-word;
  padding-right:5px;
  font-size:22px;
  font-weight:bold;
  color:#515151;
}
#formxedit {
	display:none;
}
.fmodeform #formxedit {
	display:block;
}

.tabselect {
	background-color:#667BA6;
}
.db_header {
	
}

.grid_item {
	padding: 5px;
	width: 100px;
	border-radius: 5px;
	border: 2px solid #E4E4E4;
	margin:2px;
	cursor:pointer;
	text-align:center;
	display:inline-block;
}
.grid_item:hover {
	background-color:#B9B9DD;
}
.rowx {
	padding: 5px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}
.rowx:hover {
	background-color:#CACACA;
}
.centerx {
  margin: auto;
  border: 3px solid green;
  padding: 10px;
}
.uibutton {
	cursor:pointer;
	padding-left:8px;
	padding-right:8px;
	font-weight:bold;
	display:inline-block;
}
.uibutton:hover {
	cursor:pointer;
	background-color:#B0B0D9;
}
.bcolor {
	color:#0088CA;
}
.searchboxx {
	
	
}
.searchbox {
}
.searchbox_optionbox {
	margin-left: 5px;
	margin-right:5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	cursor:pointer;	
}
.tables1 {
	border: 1px solid #AFAFD8;
	border-radius: 5px;
}
.tables1 table {
 border: none;
}
.tables1 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	padding-left:10px;
}
.tables1 td {
	padding-right:10px;
    text-align:left;
}
.tables1 td:last-child {
	padding-right:10px;
    text-align: right;
}
.tables1 tr:last-child td {
    border: none;
}

.table_dd tr {
	cursor:pointer;
}
.table_dd tr:hover {
	background-color:#AFAFD8;
}
.item_select {
	background-color:#AFAFD8;
}
.minw100box > * {
	min-width:100px;
}
.gridlayout > div {
	display:inline-block;
}
.gridbox > div {
	padding: 5px;
	border: 3px solid #F3F3F3;
	border-radius: 25px;
	cursor:pointer;
	margin-bottom:4px;
}
.gridbox .item_select {
	border: 3px solid #3282C4;
	background-color:#FFF;
}


/*
input[type=checkbox] {
	height:0px;
	width:0px;
	background-color:#C09;
	cursor:pointer;
}
input[type=checkbox]:before { 
content:""; display:inline-block; width:80px; height:80px; 
	background-image:url("imgui/checkn.png");
	background-size:80px 80px;
}
input[type=checkbox]:checked:before { 
    background-image:url("imgui/checky.png");
	background-size:80px 80px;
}
*/


.divcolbox > div {
	display:inline-block;
}
.oimg {
	border-radius: 50%;
	border: 4px solid #D9F2FF;
	background-color: #0080C0;
}
.ui_segment {
	padding:4px;
	background-color:#CCC;
	border-radius:10px;
}


.ui_segment > * {
	display: table-cell;
	border-radius:10px;;
	padding:3px;
	min-width:100px;
	cursor:pointer;
}
.ui_segment .tab_select {
	background-color:#FFFFFF;
	color:#000000;
}
.fixbmenu {
	position: fixed;
	top: 100%;
	margin-top: -60px;
	width: 100%;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height:60px;
}
.fixtmenu {
	padding-left: 5px;
	padding-right: 5px;
	position: fixed;
	width: 100%;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	height:80px;
}
.divgrid > div {
	display:inline-block;
	text-align:center;
	cursor:pointer;
	
}

.divgridapp > div {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top:5px;
	margin-right:10px;
	width:80px;	
}

.divcols > div {
	display:inline-block;
}
.ui-datepicker {
	background-color: #D6D6D6;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
}
.text_title {
	font-weight:bold;
	font-size:24px;
}
.fullfix {
	width:100%;
	position:fixed;
}
.fontb {
	font-weight:bold;
}
.item_grid {
	min-width:50px;
	min-height:50px;
	background-color:#CCC;
	margin:2px;
	padding:3px;
}
.thumb {
    width: 250px;
}


.slidebox {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
}
.img_slide {
	width:90%;
}
.slidebox {
	overflow:hidden;
}
.fontg20 > * {
	font-weight:bold;
}
.fontb2 {
	font-weight:bold;
}
#appx > div {
	display:none;
}
#appx > div:first-child {
	display:block;
}
.gridbox > * {
	display:inline-block;
	min-width:50px;
	min-height:50px;
}
.ilink {

}
.table_col_line td {
	padding-left:3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-right:3px;
}
.button_group > * {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #303030;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}
.table_info  td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.font_b1 {
	font-weight:bold;
	font-size:30px;
}

.devtag > * {
	background-color:#303030;
	color:#FFF;
	padding:3px;
	margin:2px;
	border-radius: 5px;
	margin:2px;
	display:inline-block;
	float:left;

}
.ui_line {
	height:1px;
	background-color:#F3F3F3;
}
.box30 {
	width:30px;
	height:30px;
}
.box40 {
	width:40px;
	height:40px;
}
.box50 {
	width:50px;
	height:50px;
}
.box100 {
	width:100px;
	height:100px;
}
.box120 {
	width:120px;
	height:120px;
}

.row_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	padding-left:3px;
}
.div_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.div_line2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.w100 {
	width:100px;
}
.w110 {
	width:110px;
}
.w120 {
	width:120px;
}
.xtab .t_select {
	background-color:#000000;
	color:#ffffff;
}
.xtab > * {
	cursor:pointer;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}
.active_color {
	color:#ffffff;
}
.this_back {
	cursor:pointer;
}
.text_border {
	background-color: transparent;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #303030 2px;
    padding: 3px 10px;
	font-weight:bold;
}
.searchbox {
background-color: transparent;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #303030 3px;
    padding: 3px 10px;
	font-weight:bold;
	height:50px;
}
.tselectg > a {
	border: 1px solid #CCC;
	padding:3px;
	margin:2px;
	border-radius: 5px;
}
.tselectg > .tselect {
	background-color:#936;
}
.pos_jobstatus0 {
	background-color:#BEDEDE;
}
.thislink {
	cursor:pointer;
}
.thislink:hover  {
	background-color:#CCCCCCCC;
}

.dropdown_box {
	position: absolute;
	background-color: #FFFFFF;
	min-width: 200px;
	z-index: 2;
	padding-left: 5px;
	padding-right: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.dropdown_box > * {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	padding:3px;
}
.dropdown_button {
  display:inline-block;
  position:relative;
}
.db_savepanel {

	padding-left:20px;
	height:35px;
}



.material_form input,.material_form select,.material_form textarea {
	padding: 5px;
	width: 300px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #333;
	border-left-color: #FFF;
}
.ui_chip {
	background-color:#000000;
	color:#FFF;
	margin:2px;
	padding-left:5px;
	display:inline-block;
	width:100px;
}
.ui_chip .edit_value {
	margin-top:-10px;

}

.edit_value {
	color:#009954;
}
.table_1line input{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #333;
	border-left-color: #FFFFFF;
	padding-bottom:5px;
	margin-bottom:10px;
	border-radius: 0px;
}

div.h_scroll {
  overflow: auto;
  white-space: nowrap;
}

div.scrolh_scrolllmenu * {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
.mat_button {
	display: inline-block;
	border: 1px solid #999;
	padding:5px;
	min-width:100px;
	cursor:pointer;
	text-align:center;
}
.mat_button:hover {
	background-color:#E9D1D1;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.is_check {
	background-color:#89C5C5;
}
.css_line {
	display:block;

}
input.ios_checkbox {
	position: relative;
	appearance: none; outline: none;
	width: 40px; height: 23px;
	background-color: #ffffff; border: 1px solid #D9DADC;
	border-radius: 50px; box-shadow: inset -25px 0 0 0 #ffffff;
	transition-duration: 50ms;
}
input.ios_checkbox:after {
	content: "";
	position: absolute;
	top: 1px; left: 1px;
	width: 20px; height: 20px;
	background-color: transparent;
	border-radius: 50%; box-shadow: 2px 4px 6px rgba(0,0,0,0.3);
}
input.ios_checkbox:checked {
	border-color: #4ED164;
	box-shadow: inset 27px 0 0 0 #4ED164;
}
input.ios_checkbox:checked:after {
	left: 30px;
	box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}
.search_text {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	border-radius: 0px;
	width:200px;
	padding-left:3px;
	height:30px;
	color:#0080C0;

}
.table_setting .is_field {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top:-px;
	margin-bottom:5px;
	
}
.table_setting .label {
	font-size:20px;
	color:#303030;
	font-weight:bold;
	
}

.table_setting input:not([type="checkbox"]){    
	border: 1px solid #fff;
	min-width:200px;
}
.row_box {
	border: 1px solid #CCC;
	margin-right:1px;
	padding:2px;
	display:inline-block;
}
.lline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.menu_line > * {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.this_edit_value {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #966;
}
.ui_button {
	background-color:#008080;
	padding-left:8px;
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	min-width:50px;
	border-radius: 5px;

}
.dbrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left:3px;
	color:#009954;
}
#table_keyboard td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #303030;
	font-weight: bold;
	font-size-adjust: 30px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #303030;
	padding-left:3px;
	height:40px;
}
.input_line {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
}
.drophover {
	background-color:#EDC9C9;

}

.dropx {
	margin-left: 3px;
	min-width: 100px;
	min-height: 50px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	padding-bottom:20px;
}
.dropx > div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;	
}



.grid_text_search {
	font-weight:bold;
	font-size:20px;
	padding:3px;
	color:#00A260;

}

.e_focus  {
	background-color:#CBCBE4;
}
.mobile_grid td {
	font-size:20px;
}
.rowbox > * {
	display:inline-block;
	vertical-align:top;
}
.panel_design  * {
	font-size:24px;

}
.search_ui_box {
	display: inline-block;
	padding: 2px;
	vertical-align: bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.item_col {
	display:inline-block;
}
.mode_v .col_grid_edit {
	display:none;
}
.row_input {
	border: 1px solid #FFF;
}
#panel_edit_table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	overflow-y:scroll;
	max-height:300px;
}













.fixTableHead {
 overflow-y: auto;
 height: 110px;
}
.fixTableHead thead th {
 position: sticky;
 top: 0;
}
table.fixTableHead {
 border-collapse: collapse;        
}
.fixTableHead th {
	background-color:#FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: 000000;
}


.fixTableHead th,
.fixTableHead td {
 max-width: 100px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;

}
.datagrid tr td:nth-child(1),.datagrid tr td:nth-child(2){
  width: 1em;
  min-width: 1em;
  max-width: 1em;
  word-break: break-all;
  background-color:#C7C7C7;
}

.col_bsearch  {
	width:100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.main_search {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
    border-radius:0px !important;
	min-width:50px;
}
.db_toolbar {
	padding:3px;
	border-radius:3px;
	display:inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.ex {
	background-color:#A3AFC9;
}
#p_formbox {
	border: 2px solid #808080;
	border-radius:8px;
	padding-top:10px;
	padding-bottom:10px;
}

#p_form td {
	
}
#p_form input {
	
}

.f_input td,.f_input select {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	padding:1px;
}

.f_input tr{
  line-height: 20px;
}
.f_input td:nth-child(1){
    padding-left:3px;
	padding-right:3px;
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4C4C4;
	font-size:24px;
	background-color:#F2F2F2;
}
.f_input input,.f_input select {
	border: 1px solid #FFFFFF;
	min-width:300px;
	font-size:24px;
}



#p_form  input {
height:22px;

}
#p_menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #43516D;
}






.table_line  th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-right:3px;
}
.table_line td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBFC2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BEBFC2;
	font-size:24px;
	padding-left:3px;	
}

.table_line input {
	border: 1px solid #ffffff;
}
.table_line td:nth-child(1){
	padding-right:3px;
	background-color:#DFDFDF;

}
.table_line select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #fff;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
	min-width:200px;
}
.table_line tbody tr:hover {
	background-color:#C7E2E2;

}







.fullsc {
left:0; 
top:0;
position:fixed;
width:100%; 
height:100%;
  background: rgba(0, 0, 0, 0.3) /* Green background with 30% opacity */
}
.select_list {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
#dialog_get_select {
}

table.datagridx {
  table-layout: fixed;
  xwidth: 100%;
  white-space: nowrap;
  font-size:20px;
}
.datagridx * {
	font-size:16px;
}


.datagridx .thead  {

}
.datagridx tr {
	
}
.datagridx th{
    padding-left:3px;
    text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	height: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 22px;
	padding-bottom:3px;
}


.datagridx td{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 140px;
	margin: 0;
	height: 8px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3F3F3;
}



.datagridx tr:not(.thead):hover {
	background-color: #8FBE8F;
	cursor:pointer;
}
#datagrid_report {
	border: 1px solid #303030;
	padding:5x;
	border-radius:15px;
}
.db_search_box {
	display:inline-block;
	padding:3px;
	border-radius:15px;
	height:35px;
	background-color:#EAEAEA;
}
.btn_upload_file {
	border: 2px solid #CFCFCF;
	border-radius:10px;
	margin:2px;
	padding:2px;
	display:inline-block;
}
.bottom_sheet {
	background-color:#FFFFFF;
}
.textline {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
}
.menuline_box  > * {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.toolbar_button {
color:#97DDFF;
}

.fix_bottom {
	position:fixed;
	top:100%;
	left:0;
	width:100%;
}
.sort_button {
    width: 14px;
    height: 16px;
    display: inline-block;
}

.z_sort {
    width: 14px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url(gimg/z_sort.png)!important;
}
.a_sort {
    width: 14px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url(gimg/a_sort.png)!important;
}