body {
	margin: 0;
	font-family: "Arial", "Microsoft YaHei", "SimHei", "SimSun", sans-serif;
	font-size: 14px;
	/*min-width: 1000px;*/
	color: #494949;
	background-color: #f0f0f0;
}

.header {
	height: 60px;
	background-color: #fdfefe;
	border-bottom: 1px solid #eee;
	box-shadow: 0 1px 1px rgba(0,0,0,.02);
	/*min-width: 1000px;*/
	padding-right: 30px;
	padding-left: 12px;
	box-sizing: border-box;
}

.nav {
	/*max-width: 1000px;*/
	height: 60px;
	margin: 0 auto;
	padding: 0px 10px;
	box-sizing: border-box;
}

#logo a {
    display: table-cell;
    min-width: 170px;
    /* max-width: 305px; */
    height: 60px;
    /* line-height: 60px; */
    /* margin-top: -5px; */
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    /* overflow: hidden; */
    vertical-align: middle;
}

/*.only_logo #logo a {
	height: 50px;
	line-height: 50px;
}*/

#logo img {
    /* display: block; */
    /* float: left; */
    max-height: 50px;
    margin-right: 5px;
    /* margin-top: -5px; */
    border: 0;
    max-width: 160px;
    line-height: 50px;
    vertical-align: middle;
}

#logo span {
    font-size: 24px;
    font-weight: bold;
    /* display: block; */
    /* float: left; */
    /* line-height: 50px; */
    vertical-align: middle;
}

.error {
	color: red;
}

#no-data, #no-cate, #no-soft {
	display: none;
	text-align: center;
	height: 100px;
	line-height: 100px;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.flexCenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.spaceBetween {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.flexStart {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.red {
	color: red;
}

/* layout */

#template>.layout-panel,
#template>.layout-panel-north>.panel-body {
	overflow: visible;
}
#template .panel {
	box-shadow: none;
}
#template .panel-body {
	background-color: #f0f0f0;
}

.panel-header,
.panel-body {
	border-color: #ccc;
}

/* datagrid */

/*tbody>tr:hover {*/
	/*background-color: #e0e0e0;*/
/*}*/

.datagrid-header td.datagrid-header-over {
	background-color: #bbbbbb;
}

.datagrid-header-row td {
	color: #3c3c3c;
	background-color: #ababab;
	border-color: #eceeef;
}

.datagrid-row-selected {
	background-color: #fafafa;
}
.modal .datagrid-row-selected,
tbody>tr.datagrid-row-checked {
	background-color: #ffe48d;
}

/*#access .datagrid-row-selected,*/
/*.modal .datagrid-row-selected {*/
	/*background-color: #d8d8d8;*/
/*}*/

.datagrid-view {
	min-height: 64px;
}

.datagrid-empty {
	height: 32px;
	line-height: 32px;
	display: none;
}

.datagrid-header-row .datagrid-cell{
	line-height: 32px;
}

.visi_show {
    visibility: visible;
}

.visi_hide {
    visibility: hidden;
}

.dropdownNav li a {
    padding: 4px 20px;
    
}
.dropdownNav>li>a:focus, 
.dropdownNav>li>a:hover {
    background-color: #eee;
}

.easyui-center {
	width: 100%;
	height: 100%;
	padding: 16px 24px 20px;
}

.downloadbtn {
	background-color: #33acff;
}

.downloadbtn:hover {
	background-color: #00BFFF;
	border-color: #48D1CC;
}

/*有勾选框的多选下拉框*/
.mulcombobox .textbox {
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
}
.mulcombobox .textbox-text  {
	height: 32px;
	padding: 6px 12px;
	font-size: 14px;
}
.mulcombobox .combo-arrow {
	background-color: #ffffff;
}
.mulcombobox .combo-arrow {
	background: url(../easyui/themes/default/images/combo_arrow2.png) no-repeat center center;
	background-size: 14px 14px;
}
.inline-block {
	display: inline-block;
}
.middle-checkbox {
	vertical-align: middle;
	margin: 0;
}
/*ie8,9不支持placeholder属性，所以增加jquery.placeholder去支持*/
.placeholder { color: #aaa; }