* {
	font-size:14px;
}
body {
  font-family:helvetica,tahoma,verdana,sans-serif;
  padding:20px;
  font-size:14px;
  margin:0;
}
h1 {
  font-size:28px;
  font-weight:bold;
  margin:0;
}
h2 {
  font-size:18px;
  font-weight:bold;
  margin:0;
  margin-bottom:15px;
}
.spinner .spinner-text {
  font-size:14px;
}
.demo-info{
	background:#FFFEE6;
	color:#8F5700;
	padding:12px;
}
.demo-tip{
	width:16px;
	height:16px;
	margin-right:8px;
	float:left;
}
.system {
  font-size:22px;
  font-weight:bold;
}
.item-img{
  display:inline-block;
  vertical-align:middle;
  width:16px;
  height:16px;
}
.item-text{
  display:inline-block;
  vertical-align:middle;
  padding:3px 0 3px 3px;
}
.combo-arrow {
  width: 24px;
}

.msgNotice {
  color: navy;
}
.msgError {
  color: red;
}
.msgSuccess {
  color: #008000;
}
.msgWarning {
  color: Brown;
}
.disableGrdView
{
  /* Do not display it on entry */
  display: block;

  /* Display it on the layer with index 1001.
     Make sure this is the highest z-index value
     used by layers on that page */
  z-index:1001;

  /* make it cover the whole screen */
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;

  /* make it white but fully transparent */
  background-color: gray;
  opacity:.1;
  filter: alpha(opacity=1);
}

/* Icon */
#desktop-area{
/*  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  */
}
.icon-box {
  /*position:absolute;*/
  cursor:pointer;
}
.icon, .icon-box {
  bottom: auto;
  left: auto;
  position: absolute !important;
  right: auto;
  top: auto;
  background: url(./images/gui/trans_white.png) no-repeat -99999px -99999px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  padding: 6px 1px 6px;
  text-align: center;
  text-shadow: #000 0 1px 2px;
  width: 70px;
  top:20px;
  left:20px
}
.icon.active {
  background: url(./images/gui/trans_black.png);
}
.icon img {
  background: url(./images/gui/trans_black.png) no-repeat -99999px -99999px;
  display: block;
  margin: 0 auto 5px;
  width: 32px;
  height: 32px;
}
.icon:hover {
  background-position: 0 0;
  background-repeat: repeat;
  border: 1px solid #fff;
  padding: 5px 0 5px;
}
a.icon, .icon-box > a{
  text-decoration: none;
  outline: 0;
}
.icon-box > a{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}
.icon-left2 { left: 110px; }
.icon-left3 { left: 200px; }
.icon-left4 { left: 290px; }
.icon-left5 { left: 380px; }
.icon-left6 { left: 470px; }
.icon-left7 { left: 560px; }
.icon-left8 { left: 650px; }
.icon-top2 { top: 100px; }
.icon-top3 { top: 180px; }
.icon-top4 { top: 260px; }
.icon-top5 { top: 340px; }
.editform:input {
  white-space: nowrap;
}
.state{
  padding: 3px;
  position: absolute;
  right: 4px;
  background: #E2E2E2;
  color: Brown;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  border: solid 1px;
  border-color: Silver;
}

#datetime {
  /*padding: 5px;*/
  /*top: 34px;*/
  /*right: 98px;*/
  /*position: fixed;*/
  /*background: #F4F4F4;*/
  /*color: #000080;*/
/*  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;*/
  /*-webkit-background-clip: padding-box;*/
  /*border: solid 1px;*/
  /*border-color: Silver;*/
}

.pnlWait, .pnlWaitDesktop{
  /* Do not display it on entry */
  display: block;

  /* Display it on the layer with index 1001.
     Make sure this is the highest z-index value
     used by layers on that page */
  z-index:1001;

  /* make it cover the whole screen */
  position: absolute;
  top: 30px;
  left: 0%;
  width: 100%;
  height: 100%;

  /* make it white but fully transparent */
  background-color: #FFFFFF;
  /*opacity:.1;*/
  /*filter: alpha(opacity=1);*/
}
/* for form use */
.pnlWaitDesktop{
  top: 0px;
}
.accordion .accordion-header-selected {
  background: none repeat scroll 0 0 #FFE2A7;
}
.accordion{
  border-width: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
}
.panel-tool a:hover {
  background-color: transparent; /*#FFE2A7;*/
}
.panel-body {
/*    background-color: #EEFAFD;
    color: #000000;*/
}

.readonly{
  background-color:#E2E2E2; /*#F4F4F4;*/
/*  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;*/
}
.focus{
  background-color: #BEFCFF;
}
input, textarea {
  border: 1px solid #BBBBBB; //改變外框
  background: #fff; // 背景色
  /* 邊角圓弧化，不同瀏器覧設定不同　*/
  -moz-border-radius:3px; // Firefox
  -webkit-border-radius: 3px; // Safari 和 Chrome
  border-radius: 3px; // Opera 10.5+
}

a.l-btn-disabled:hover {
  color: #444;
  cursor: default;
  filter: alpha(opacity=50);
}
.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent {
  width: 18px;
}

.window-proxy-mask, .window-mask {
  background: none repeat scroll 0 0 #CCCCCC; /*#FAFAFA;*/
}

.ref-search-icon {
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  margin-left:-2px
}

.memo-edit-icon {
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  margin-top:-10px;
  margin-left:-2px
}

.slide-out-div{
  padding: 16px 6px 0 6px;
  width: 200px;
  height: 250px;
  background: #f2f2f2;
  border: silver 1px solid;
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  opacity:.85;
  filter: alpha(opacity=85);
  right: 0;
}

.slide-out-div2{
  width: 930px;
  height: 32px;
  right: 0;
  padding: 8px;
}

#pnl-dropdown-body, #topMenu{
  background: #fcfcfc; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcfcfc 0%, #ededed 49%, #c1c1c1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(49%,#ededed), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ededed 49%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcfcfc 0%,#ededed 49%,#c1c1c1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcfcfc 0%,#ededed 49%,#c1c1c1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fcfcfc 0%,#ededed 49%,#c1c1c1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
}

#pnl-dropdown-body{
  white-space: nowrap;
  opacity:.75;
  filter: alpha(opacity=75);
  padding: 3px 10px 5px 10px;
  overflow-y:hidden;
  overflow-x:hidden;
  /*background: #E2E2E2;*/
  border: 0;
  /*background: #83D8FF;*/
}

#topMenu{
  height:30px;
  /*background: #E2E2E2;*/
  padding:0;
  overflow:hidden;
  border: 0;
}
.easyui-numberbox, .numberbox-f {
  text-align: right;
}
.al-left, {
  text-align: left;
}
.al-right {
  text-align: right;
}
.al-center {
  text-align: center;
}
.sp-replacer {
  padding: 2px;
  width: 18px;
  border: 0;
}
.sp-dd{
  display: none;
}
.sp-preview {
  height: 16px;
  width: 16px;
}
td {
  white-space: nowrap;
}
.rep-display, .ref-display, .no-modify, .no-input {
  background-color:#E2E2E2;
}
.hidden{
  visibility: hidden
}

.textbox,
.textbox-text,
.validatebox-text,
.menu-text, .menu-text span,
.datagrid-cell,
a.l-btn span span.l-btn-text,
.panel-body,
.combo .combo-text,
.tree-title,
.panel-title,
.combobox-item, .combobox-group,
.tabs-title,
.tooltip-content,
.textbox .textbox-text,
.datagrid-view .datagrid-editable-input {
  font-size: 14px;
}
.tooltip {
  background-color: #FFFFFF; /*#F0F0F0;*/
  /*border-color: #008040;*/
  color: gray;
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.pnl-toolbar {
  padding: 0px;
  border: 0;
  overflow-y: hidden;
}

.ucase{
  text-transform:uppercase;
}

.lcase{
  text-transform:lowercase;
}

.w10 { width: 10px; }
.w20 { width: 20px; }
.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w160 { width: 160px; }
.w170 { width: 170px; }
.w180 { width: 180px; }
.w190 { width: 190px; }
.w200 { width: 200px; }
.w210 { width: 210px; }
.w220 { width: 220px; }
.w230 { width: 230px; }
.w240 { width: 240px; }
.w250 { width: 250px; }
.w260 { width: 260px; }
.w270 { width: 270px; }
.w280 { width: 280px; }
.w290 { width: 290px; }
.w300 { width: 300px; }
.w310 { width: 310px; }
.w320 { width: 320px; }
.w330 { width: 330px; }
.w340 { width: 340px; }
.w350 { width: 350px; }
.w360 { width: 360px; }
.w370 { width: 370px; }
.w380 { width: 380px; }
.w390 { width: 390px; }
.w400 { width: 400px; }
.w410 { width: 410px; }
.w420 { width: 420px; }
.w430 { width: 430px; }
.w440 { width: 440px; }
.w450 { width: 450px; }
.w460 { width: 460px; }
.w470 { width: 470px; }
.w480 { width: 480px; }
.w490 { width: 490px; }
.w500 { width: 500px; }
.w510 { width: 510px; }
.w520 { width: 520px; }
.w500 { width: 500px; }
.w540 { width: 540px; }
.w550 { width: 550px; }
.w560 { width: 560px; }
.w570 { width: 570px; }
.w580 { width: 580px; }
.w590 { width: 590px; }
.w600 { width: 600px; }

.gradient-gray {
  background: #fcfcfc; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcfcfc 0%, #d6d6d6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcfcfc 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcfcfc 0%,#d6d6d6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcfcfc 0%,#d6d6d6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fcfcfc 0%,#d6d6d6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}
.oneline {
  resize: none;
  overflow:hidden;
}

/*.datagrid-header .datagrid-cell{
  line-height:normal;
  height:auto;
}*/

.altop {
  vertical-align:top;
}

/**
 * Color
 */

.red, .clRed {
  color: red;
}
.brown, .clBrown {
  color: #8F0222;
}
.blue, .clBlue {
  color: blue;
}
.green, .clGreen {
  color: green;
}
.navy, .clNavy{
  color: navy;
}
.yellow, .clYelow{
  color: yellow;
}
.white, .clWhite{
  color: white;
}
.bg-pink {
  background-color: #FFBBBB;
}
.bg-navy {
  background-color: navy;
}
.bg-white {
  background-color: white;
}
.bg-sky {
  background-color: #6698FF;
}
.bg-lightblue {
  background-color: #ADD8E6;
}
.bg-lime {
  background-color: lime;
}
.bg-orange {
  background-color: orange;
}
.bg-brown {
  background-color: #A52A2A;
}
.bg-cyan {
  background-color: #00FFFF;
}
.bg-magenta {
  background-color: #FF00FF;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}