@charset "utf-8";

.panel-header{
	padding: 7px;
	
	background: #fafbfc;
}

.panel-title{
	color:#56585c;
	font-size: 14px;
	font-weight: normal;
}

.panel-body{
	font-size: 14px;
	
	background: #fff;		
}
.panel-icon{
	width: 18px; 
	height: 18px;
}
.panel-with-icon{font-size: 15px;}

.layout-panel-west>.panel-header,.panel-header-noborder{border-bottom: 1px solid #ececec;}
.layout-panel-west>.panel-header>.panel-tool a:hover{
	background: #038dcc url(images/layout-arrows-white.png) no-repeat 0 0;
}



.accordion .accordion-header-selected .accordion-collapse{background: url(images/accordion-arrows-blue.png) no-repeat 0 0; opacity: 1;}
.accordion-expand { background: url(images/accordion-arrows-white.png) no-repeat 0 0;}


.layout-split-west { border-right: 5px solid #EBEDF0;}


.accordion-header{
	height:32px;
}
.accordion-header > .panel-title{
	/*color:#0e9ade;*/
	color:#4c5052;
	margin-left:5px;	
	height:32px;
	line-height:32px;
}

.accordion .accordion-body,.accordion{border: 0;}
.accordion .accordion-header-selected .panel-title{color: #333;}
.accordion .accordion-header{background: #ffffff;}
.accordion .accordion-header-selected{background: #EFEFF1;}
.accordion-header:hover{background: #EFEFF1;}


.accordion .accordion-header-selected .icon-menu-left{
	background:url('images/icon-menu-left.png') no-repeat center center;
}
.icon-menu-left{
	background:url('images/icon-menu-left.png') no-repeat center center;
}
.accordion .panel-last > .accordion-header-selected, .accordion .panel-last > .accordion-header-border{ border-bottom: 1px solid #F1F1F1;}
.accordion-noborder .accordion-header{border-bottom: 1px solid #eee;}

.datagrid-pager{
	font-size :14px;
}
.pagination span{
	font-size :14px;
}
.pagination-info{
	font-size :14px;
}

/*datagrid行高**/
.datagrid-row {  
  height: 36px;  
  line-height:36px;
}

.datagrid-header-row {  
  height: 40px;  
  line-height:40px;
} 

.datagrid-header-check,.datagrid-cell-check{
	height:25px;
}


/**datagrid头部单元格颜色*/
.datagrid-header{
	background:#e9e9e9;
}

/**datagrid头部单元格颜色鼠标移上事件
.datagrid-header td.datagrid-header-over{
	background:white;
}
*/
/*datagrid被选中颜色 EFF5FF    E0FFFF
.datagrid-row-selected{
	background:#fff;  
	color: #000;
}
*/



/*去边框*/
.datagrid-header td, .datagrid-body td{
	border-width:0 0px 1px 0
}

/*datagrid换行颜色 */
.datagrid-row-alt{
	
}

.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber{
	font-size:14px;
}

div.datagrid-cell{
    height:auto;
}


/*设置gray样式下的 圆角问题*/
.textbox{
	border-radius:0;
}

.grid-body{
	margin:0 10px !important;
	background:white
}

.grid-tools{
	background:white;
}
.grid-tools-tab{
	width:100%;
	margin:2px;
	font-size: 15px;
}
.grid-tools-tab-right{
	text-align: right;
	padding-right:0px;
}
.grid-tools-span{
	/**margin-left: 8px;*/
}
.grid-tools-tab div{display: inline-block;}

.grid-tools-keywords{
	
    
    border: 0px solid #ddd;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 0px 0;
    padding: 0;
}


.keywords{
	margin: 0px 0px 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 30px;
    line-height: 30px;
    width: 180px;
    background-color: #f6f6f6;
    border: 1px solid #dfdfdf;
    autocomplete: off !important;
    margin-bottom: 1px;
}
.grid-tools-tab .textbox .textbox-text{background: #f6f6f6;line-height: 20px;height: 20px; font-size: 14px;border-radius:0;}




/**
	设置combobox选中背景色
*/
.combobox-item-selected{
	background: #0aadf7;
}

.combobox-item-hover{
	cursor: pointer;
}

.tree-node-selected{
	background: #eee;
}



/**
window的框
*/
.window{
	background-color:#f5f5f5;
	/*padding:5px 2px 2px 2px;*/
	padding:0px 0px 0px 0px;
	border-radius:0px;
}

/**
	弹出窗口的文字颜色
*/
.window >.window-header>.panel-title{
	color:#666;
	margin-left:10px;
	font-size: 16px;
}

/**
	透明度
*/
.window >.window-header>.panel-tool{
	margin-right:6px;width:26px;height:20px;
}
.window >.window-header>.panel-tool a{
	opacity:1;width:26px;height:20px;
	background: url(images/panel_tools.png) no-repeat -26px 0px;
}
.window >.window-header>.panel-tool a:hover{
	background-color: #038dcc;
	background: url(images/panel_tools.png) no-repeat 0px 0px;
}
.window-proxy-mask, .window-mask {
   /*background: rgba(16, 16, 16, 0);灰色*/
    background: rgba(16, 16, 16, 0.7); 
}



.window .window-body{border: 0;}
.window .window-header{
	padding: 10px 0px;
	border-bottom: 1px solid #e6e9eb; 
	margin: 0 4px;
}
.dialog-button{background: #f0f2f4!important;border: 0;text-align: center!important; padding: 10px 0 4px 0;}

.window-thinborder .dialog-button{  padding: 8px 8px 8px 8px !important;} 

.textbox .textbox-text{background: #f6f6f6;line-height: 22px;height: 22px; font-size: 14px;}
.combobox-item, .combobox-group, .combobox-stick{font-size: 14px;}
.combo-arrow {  background:#f6f6f6 url(images/combo_arrow.png) no-repeat center center;}



.validatebox-invalid{
	background: #f6f6f6;
	border-color: #dfdfdf
}


/*搜索框结束*/

/*右边带树形结构的*/


.tree-title,.datagrid-header .datagrid-cell span{
	font-size: 14px;
	color:#666;
	font-weight: normal;
}

  
  
/**
	easy-tabs 处理
*/
.easyui-tabs .tabs-header .tabs-wrap ul.tabs{
	min-height:32px;
	height: 32px ;
}
.easyui-tabs .tabs-header .tabs-wrap .tabs li a{
	min-height:31px;
	height: 31px ;
}
.easyui-tabs .tabs-header .tabs-wrap .tabs li a.tabs-inner {
  -moz-border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.easyui-tabs .tabs-header .tabs-wrap .tabs li.tabs-selected a.tabs-inner{ /** 被选择后的下划线 */
	border: 1px solid #ddd !important;

}
.easyui-tabs .tabs-header .tabs-wrap .tabs .tabs-title{
	font-size: 14px;
}


.tabs-header-left .tabs-wrap, .tabs-header-right .tabs-wrap{
	overflow-y:auto;
}











