﻿body{
	margin: 0px;
	font-size: 10pt;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
	color: #000;
	text-decoration: none;
    transition: color 0.2s ease;
}
a:hover{
	cursor: pointer;
	color: #ff0000;
}
input,textarea,select{
	font-size: 10pt;
	font-family: "Microsoft YaHei", "宋体", "SimSun", "sans-serif";
	border: 1px solid #a5acb2;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px 4px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
input:disabled,textarea:disabled,select:disabled,
input[readonly],textarea[readonly]{
	background-color: #F5F5F5;
}
input:focus,textarea:focus,select:focus{
	border-color: #7b9ebd;
    box-shadow: 0 0 0 2px rgba(123, 158, 189, 0.2);
    outline: none;
}
.input{
    font-size: 10pt;
    border: solid 1px #a5acb2;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px 4px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.input:focus{
	border-color: #7b9ebd;
    box-shadow: 0 0 0 2px rgba(123, 158, 189, 0.2);
    outline: none;
}
.btn {
    display: inline-block;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px 8px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    line-height: 16px;
    vertical-align: middle;
}
.btn:hover {
    background-color: #D2E1FD;
    border-color: #5a8bc7;
    box-shadow: 0 2px 4px rgba(123, 158, 189, 0.2);
}
.btn:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
}
.table{
	border-collapse: collapse;
	border: 0.5px solid #c6d5f5;
	margin-bottom: 2px;
	font-size: 10pt;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.table tr{
	background-color: #fff;
    transition: background-color 0.15s ease;
}
.table tr:hover{
	background-color: #e6f0ff;
}
.table td{
	border: 0.5px solid #c6d5f5;
    font-size: 12px;
    padding: 3px 5px;
    transition: background-color 0.15s ease;
}
.table td .btn {
    padding: 1px 4px;
    line-height: 14px;
    font-size: 11px;
}
.table .title{
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	background-color: #D2E1FD;
	height: 22px;
    padding: 8px 10px;
    border-bottom: 2px solid #c6d5f5;
}
.table tr .ltd{
	width: 38%;
	background-color: #EAF0FB;
	text-align: right;
    padding-right: 10px;
    font-weight: 500;
    border-right: 1px solid #c6d5f5;
}
.table tr .rtd{
	width: 62%;
    padding-left: 10px;
}
.table tr .ltd2{
	width: 19%;
	background-color: #EAF0FB;
	text-align: right;
    padding-right: 10px;
    font-weight: 500;
    border-right: 1px solid #c6d5f5;
}
.table tr .rtd2{
	width: 31%;
    padding-left: 10px;
}
.table .head th{
	font-weight: 600;
	color: #000;
	background-color: #D2E1FD;
    padding: 8px 10px;
    border-bottom: 2px solid #c6d5f5;
    text-align: center;
    background: linear-gradient(180deg, #D2E1FD 0%, #b9cffc 100%);
}
.table .foot td{
	font-weight: 600;
	color: #000;
	background-color: #D2E1FD;
    padding: 8px 10px;
    border-top: 2px solid #c6d5f5;
    background: linear-gradient(180deg, #D2E1FD 0%, #b9cffc 100%);
}
.table .even td{
	background-color: #F2F6FC;
}
.table .even:hover td{
	background-color: #e6f0ff;
}
.table .select td{
	background-color: #D2E1FD;
}
.excel {
    padding: 2px 6px 2px 22px;
    color: #000;
    background-color: #fff;
    background-image: url(../../Common/Style/images/icon_xls.gif);
    background-repeat: no-repeat;
    background-position: 2px center;
    border: 1px solid #7b9ebd;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    line-height: 16px;
    vertical-align: middle;
}
.excel:hover {
    background-color: #D2E1FD;
    border-color: #5a8bc7;
    box-shadow: 0 2px 4px rgba(123, 158, 189, 0.2);
}
.query, .table .query {
    padding: 2px 6px 2px 22px;
    color: #000;
    background-color: #fff;
    background-image: url(../../Common/Style/images/search.jpg);
    background-repeat: no-repeat;
    background-position: 2px center;
    border: 1px solid #7b9ebd;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    line-height: 16px;
    vertical-align: middle;
}
.query:hover, .table .query:hover {
    background-color: #D2E1FD;
    border-color: #5a8bc7;
    box-shadow: 0 2px 4px rgba(123, 158, 189, 0.2);
}
.sigma, .table .sigma {
    padding: 2px 6px 2px 22px;
    color: #000;
    background-color: #fff;
    background-image: url(../../Common/Style/images/sigma.jpg);
    background-repeat: no-repeat;
    background-position: 2px center;
    border: 1px solid #7b9ebd;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    line-height: 16px;
    vertical-align: middle;
}
.sigma:hover, .table .sigma:hover {
    background-color: #D2E1FD;
    border-color: #5a8bc7;
    box-shadow: 0 2px 4px rgba(123, 158, 189, 0.2);
}
.edit, .table .edit {
    padding: 2px 6px 2px 22px;
    color: #000;
    background-color: #fff;
    background-image: url(../../Common/Style/images/edit.jpg);
    background-repeat: no-repeat;
    background-position: 2px center;
    border: 1px solid #7b9ebd;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    line-height: 16px;
    vertical-align: middle;
}
.edit:hover, .table .edit:hover {
    background-color: #D2E1FD;
    border-color: #5a8bc7;
    box-shadow: 0 2px 4px rgba(123, 158, 189, 0.2);
}
.unedit{
	text-align: center;
	border-width: 0;
	background-color: Transparent;
}
#Win
{
	position: absolute;
	top: 10%;
	background-color: #ffffff;
	border: 0.5px solid #c6d5f5;
	border-radius: 8px;
	width: 300px;
	text-align: right;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 106;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#TS_model
{
	position: absolute;
	background-color: #eee;
	-moz-opacity: 0.2;
	filter: alpha(opacity=50);
	border-width: 0px;
	text-align: right;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 5;
}
.print{
    border-collapse: collapse;
    background-color: White;
    border: 1px solid Black;
}
.print td,.print th{
    border-right: 1px solid Black;
    border-bottom: 1px solid Black;
    height: 24px;
    padding: 4px 8px;
}
@media print {
    .print td,.print th {
        height: 14px;
        padding: 2px 4px;
    }
}

#suggest{
	width: 360px;
	overflow: auto;
	position: absolute;
	background-color: #FFF;
	display: none;
	border: 0.5px solid #c6d5f5;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
#suggest .over{
	border: 1px solid #7b9ebd;
	background-color: #e6f0ff;
	cursor: pointer;
}

.datagrid-header {
    background: #D2E1FD;
    background: linear-gradient(180deg, #D2E1FD 0%, #b9cffc 100%);
    border-color: #c6d5f5;
    border-bottom: 2px solid #c6d5f5;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
    border-style: solid;
    border-color: #c6d5f5;
}
.datagrid-header td {
    padding: 0;
}
.datagrid-header .datagrid-cell {
    font-weight: 600;
    color: #000;
    text-align: center;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
    padding: 10px 5px;
    line-height: 18px;
}
.datagrid-row-alt {
    background: #F2F6FC;
}
.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
    background: #e6f0ff;
    color: #000;
}
.datagrid-row-selected {
    background: #D2E1FD;
    color: #000;
}
.datagrid .panel-body {
    border-color: #c6d5f5;
}
.datagrid-toolbar,
.datagrid-pager {
    background: #F2F6FC;
    border-color: #c6d5f5;
}
.datagrid-header-rownumber,
.datagrid-cell-rownumber,
.datagrid-td-rownumber {
    background: #D2E1FD;
    background: linear-gradient(180deg, #D2E1FD 0%, #b9cffc 100%);
    border-color: #c6d5f5;
}

.datagrid-cell {
    white-space: normal;
    word-wrap: break-word;
    height: auto;
    text-align:center;
}

.table input.btn[value="查询"],
.table input.btn[value="统计"],
.table input.btn[value="导出"],
.table input.btn[value="导出EXCEL"] {
    padding: 5px 20px;
    font-size: 12px;
}

.table td[colspan="4"] a.btn {
    padding: 5px 20px ;
    font-size: 12px ;
}

/* 标签页切换样式 */
.tab-item {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 5px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.tab-active {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 5px;
    background: #007bff;
    border: 1px solid #007bff;
    border-radius: 3px 3px 0 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.tab-company {
    display: inline-block;
    padding: 5px 15px;
    color: #666;
    font-weight: bold;
}

.table.list-table td,
.table.list-table th {
    padding: 10px 5px;
}
