@CHARSET "UTF-8";
.panel-body{
	color:#757575;
	background: #fff;
	font-size: 15px;
}
/*******************textbox*********************/
span.title{
	font-size: 16px;
	color: #757575;
	display: inline-block;
}
label.title{
	font-size: 16px;
	color: #757575;
	display: inline-block;
}
.textbox {
  border: 1px solid #cfcfcf;
  background-color: #fff;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.validatebox-invalid{
	background: #fff;
}
.textbox .textbox-text {
  font-size: 15px;
  font-family:"Microsoft YaHei";
  color:#757575;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.textbox-label {
  font-size: 15px;
  color: #757575;
  display: inline-block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  text-align:right;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding-right: 5px;
}
.textbox-focused {
  border-color: #6b9cde;
  -moz-box-shadow: 0 0 3px 0 #95B8E7;
  -webkit-box-shadow: 0 0 3px 0 #95B8E7;
  box-shadow: 0 0 3px 0 #95B8E7;
}
/************************combo******************************/
.combo-arrow {
  background: url('../../image/easyui_extends/select.png') no-repeat center center;
}
.combo-arrow {
  background-color: #ffffff;
}
.combo-arrow-hover {
  background-color: #ffffff;
}
.combo-arrow:hover {
  background-color: #ffffff;
}
/***********************combobox***************************/
.combobox-item-selected {
  color: #757575;
}
.combobox-item-hover {
  background-color: #0066cc;
  color: #fff;
}
/*********************************tabs*****************************/
.tabs{
	list-style-type: none;
    height: 35px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    width: 50000px;
    border-style: none;
    border-width: 0px;
}
.tabs-title{
	font-size:16px;
	/*font-weight: bold;*/
}
.tabs li{
	margin:0px 0 0 0 ;
}
.tabs-header, .tabs-tool{
	background: #fff;
}
.tabs-header {
  border-width: 0px;
  border-bottom-width:1px;
  border-style: solid;
  border-color:#95B8E7;
  position: relative;
  padding: 0;
  padding-top: 10px;
  overflow: hidden;
}
.tabs-panels{
	border-style: none;
	border-width:0px;
}
/*
.tabs li a.tabs-inner{
  padding:0 20px;
  border-width:1px;
  border-color:#95B8E7;
}
.tabs li.tabs-selected a.tabs-inner {
  outline: none;
  border-width: 1px;
  border-bottom-color: #ffffff;
} */
/* .tabs {
  padding-top:20px;
  padding-left: 22px;
}
.tabs li {
  
  filter: none;
 
}
.tabs li a.tabs-inner {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.tabs li.tabs-selected a.tabs-inner {
  outline: none;
}
.tabs-title {
  font-size: 16px;
}
.tabs-panels {
  overflow: hidden;
}
.tabs li a.tabs-inner:hover {
  color: #f47d35;
  filter: none;
  background: none;
}
.tabs li.tabs-selected a.tabs-inner {
  background-color: #5ca4ec;
  color: #fff;
  background: #5ca4ec;
  background-repeat: repeat-x;
  filter: none;
  padding:5px 10px;
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
  background: #ffffff;
  background-repeat: repeat-x;
  filter: none;
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
  background: #ffffff;
  background-repeat: repeat-x;
  filter: none;
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
  background: #ffffff;
  background-repeat: repeat-x;
  filter: none;
}
.tabs li a.tabs-inner {
  color: #0066cc;
  background-color:#fff;
  background:none;
  filter: none;
  padding:5px 10px;
  
}
.tabs-header,
.tabs-tool {
  background-color: #ffffff;
}
.tabs li.tabs-selected a.tabs-inner {
  border-width:1px;
  border-style:solid;
  border-color:#0066cc;
  border-bottom-color:#fff;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
} */
.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
  /* border-color: #95B8E7; */ /* dongxu注释2016-11-22 */
  /* border-width:0px !important; */
}
input[type="text"]:disabled
{ 
background-color: #e5e5e5;
}

/***************************tab切换****************************************/
.tabs li a.tabs-inner, .tabs li.tabs-selected a.tabs-inner{
	border:none;	
}
.tabs li a.tabs-inner{
	/*color:#0066cc;*/
	color:#555;
}
.tabs li.tabs-selected a.tabs-inner{
	/*color:#fff;
	color:#f47d35;*/
	color:#0066cc;
}
.tabs li a.tabs-inner{
	background:none;
	padding:0 25px;
	margin: 0 20px;
}
.tabs li.tabs-selected a.tabs-inner{
	/*background:#f47d35;*/
	/*background:#ffe6d7;
	background:#0066cc;*/
	border-bottom:2px solid #0066cc;
	background: none;
}
.tabs-header {
    border-bottom-width:1px;
    border-style: solid;
    border-color: #d2d2d2;
}
/********************覆盖浏览器默认table的**************************/
table {
    border-spacing: 0px;
}
/* data*/
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber{     
    text-overflow: ellipsis;    
} 