
/* EasyUI?????? */
.datagrid-header-row {
  height: 44px;
}
.datagrid-row {
  height: 44px;
}
.datagrid-body td,
.datagrid-footer td {

}
.datagrid-header {
  font-family:"????";
  font-size:14px;
}
.datagrid-header .datagrid-cell span {
    font-size: 14px;
}
.datagrid-header span {
  font-size: 14px;
}
.datagrid-cell span {
  font-family:"????";
  font-size: 12px;
}
.datagrid-header{
  overflow: hidden;
  cursor: default;
  border-width: 0 0 1px 0;
  border-style: solid;
}
.datagrid-htable {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e1e1 #e1e1e1 -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
    text-align: center;
}

.datagrid-header td{
	font-weight:bold;
  	border-width: 1px 0px 0 1px;
  	border-style: solid;
	background:  url("../../../../images/cfs.png") repeat scroll 0 0;
	color:#3F87C4;
  	margin: 0;
  	padding: 0;
}
.datagrid-header td.datagrid-header-over {
  background: #E0EEE0;
  color: #000;
  cursor: default;
}

.datagrid-header-check,
.datagrid-cell-check {
  width: 27px;
  padding: 0px;
  height: 18px;
  font-size: 1px;
  text-align: center;
  overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-check input {
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
  margin: 0;
  padding: 0 4px;


  overflow: hidden;
  height: 30px;
  line-height: 20px;
  font-size: 12px;
}
.datagrid-editable-input {
  line-height: 22px;
  height: 30px;
}

.datagrid-cell-rownumber{line-height: 28px;}
.datagrid-row-selected td {
    background-color: #f0e68c;
}

/* EasyUI????????? */
.datagrid .datagrid-pager {
  display: block;
  margin: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  margin-top: 0px;
}

.pagination table {
  float: left;
  height: 50px;
}
.pagination .pagination-num {
    border-style: solid;
    border-width: 1px;
    height: 20px;
    line-height: 20px;
    margin: 0 2px;
    padding: 2px;
    width: 2em;
}

.pagination-info {
  float: right;
  margin: 0 6px 0 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.pagination span {
  font-size: 14px;
}
/* ???????? */
.l-btn-plain:hover {
  padding: 1px;
}
.l-btn-plain:hover {
  background: #ffffff;
  border:1px solid #004ea2;
  color:#004ea2;
}
.l-btn-plain-selected,
.l-btn-plain-selected:hover {
  background: #004ea2;
  color:#fff;
}

/* ??????? */

/*?????*/
.window-proxy-mask, .window-mask {
    background: #000 none repeat scroll 0 0;
}
/*?????*/
.window {
	border: 10px solid #fff;
    overflow: ;
    padding: 5px 20px;
    background: #fff none repeat-x scroll 0 0;
}
.panel{

}
/*?????*/
.window .window-header {
    padding: 0px;
	border-bottom: 1px solid #004ea2;
    background: #fff none repeat scroll 0 0;
}
.window .window-header .panel-icon, .window .window-header .panel-tool {
position: absolute;
right: -47px;
top: -16px;
}
.panel-title {
    border-bottom: 1px solid #e8e8e8;
    background:  #fff;
    color: #004ea2;
    font-size: 16px;
    padding: 14px 0 10px 0px;
}
.panel-header, .panel-body {
}
.panel-tool {
    height: 36px;
    /*width: 236px;*/
}

.panel-tool a {
  display: inline-block;
  width: 36px;
  height: 36px;

  margin: 0 0 0 2px;
  vertical-align: top;
}
.panel-tool a:hover {

}

.panel-tool-close {
	background:url(../../../../images/close.png) no-repeat 0px 0px;
}
/*??????*/
.window-shadow {
    background: #ccc none repeat scroll 0 0;
    box-shadow: 2px 2px 3px #cccccc;
}
/*???????????*/
.dialog-toolbar{
    background: #fff none repeat scroll 0 0;
    border-width: 0px;
    border-bottom: 1px solid #004ea2;
}
.dialog-button {
    background: #fff none repeat scroll 0 0;
    border-width: 0px;
    border-top: 1px solid #004ea2;
}
/*??????*/
.window .window-body {
    border-style: solid;
    border-width: 0;
}
.panel-body {

    background-color: #ffffff;
    color: #990000;
}
.easyui-linkbutton{
	color:#ffffff;
	/* background: -webkit-linear-gradient(top,#0082fc 0,#1282fc 20%);
  	background: -moz-linear-gradient(top,#0082fc 0,#1282fc 20%);
  	background: -o-linear-gradient(top,#0082fc 0,#1282fc 20%);
  	background: linear-gradient(to bottom,#0082fc 0,#1282fc 20%); */
  	background-repeat: repeat-x;
  	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0082fc,endColorstr=#1282fc,GradientType=0); */
    background-color: #004ea2;
}
.easyui-linkbutton:hover{

}
.easyui-dialog-table{
    color: #000000;
    font-size: 14px;
}
.panel-body {
    background-color: #ffffff;
    color: #999;
}

.dialoginp{float:left; padding-left:9px;}
.dialoginp input{ width:180px;height:33px; line-height:30px; border:1px solid #d3d3d3; color:#999999; padding-left:10px;}

/* ??? */
.combo .combo-text {
  font-size: 12px;
  border: 0px;
  margin: 0;
  vertical-align: baseline;
  padding-left: 20px;
  height: 35px;
  line-height: 30px;
}
.combo-arrow {
  width: 28px;
  height: 35px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}


/* ???  */
.textbox {
  position: relative;
  border: 1px solid #D3D3D3;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding-left: 10px;
  height: 35px;
  line-height: 30px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;

}
.textbox .textbox-text {
  font-size: 12px;
  border: 0;
  margin: 0;
  padding: 4px;
  white-space: normal;
  vertical-align: top;
  outline-style: none;
  resize: none;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.textbox .textbox-prompt {
  font-size: 12px;
  color: #aaa;
}
.textbox-button,
.textbox-button:hover {
  position: absolute;
  top: 0;
  padding: 0;
  vertical-align: top;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.textbox-icon {
  display: inline-block;
  width: 28px;
  height: 35px;
  overflow: hidden;
  vertical-align: top;
  background-position: center center;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
  outline-style: none;
}
/*???*/
.tree-node {
  height: 25px;
  white-space: nowrap;
  cursor: pointer;
  background-color:#e6e6e6;
  padding-top: 10px;
  border-bottom: 1px solid #dadada;
}

.tree-node-hover {
  background: #00A4E7;
  color: #000000;
}
.tree-node-selected {
  background: #00A4E7;
  color: #fff;
}

a.textbox-icon{padding-left: 10px; background: url(../../../../images/zpl.png) no-repeat right center; opacity:1;
  filter: alpha(opacity=100);}
.textbox input{color:#000;}



