﻿/**
 * @important don't modify current .css file
 *            please modify .less file with the same filename and compile to current .css file
 */
.icon-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.icon-detail {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url("/content/img/icon-detail.png");
}
.icon-audit {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url("/content/img/icon-audit.png");
}
.icon-reject {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url("/content/img/icon-reject.png");
}
.icon-confirm {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url("themes/icons/ok.png");
}
.icon-submit {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url("/content/img/icon-submit.png");
}
.l-btn-plain:hover {
  border: 1px solid #b1bed8;
  background-color: #e2e8f3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.combo-arrow {
  background-color: #e2e8f3;
}
.window {
  background: #1A5495;
  padding: 5px 0px 0px 0px;
  border-width: 0px;
  border-style: none;
}
.window .window-body {
  border-width: 0px;
  border-style: none;
}
.dialog-button {
  border-style: none;
  border-width: 0px;
  padding: 5px;
  width: 290px;
  top: 0px;
}
.panel-tool-close {
  background: url("/content/img/top/注消-关闭按钮.png") no-repeat;
}
.panel-tool a {
  margin: 0 10px 0 2px;
}
.messager-warning {
  background: url("/content/img/top/报警.png") no-repeat;
}
.messager-warn {
  background: url("/content/img/top/报警.png") no-repeat;
}
.messager-question {
  background: url("/content/img/top/注消-img.png") no-repeat;
}
.messager-info {
  background: url("/content/img/top/注消-img1.png") no-repeat;
}
.window-shadow {
  box-shadow: none;
}
.l-btn:hover {
  background-color: #4e67a5;
}
.panel-tool a:hover {
  filter: alpha(opacity=100);
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.panel-title {
  color: white;
  padding-left: 10px;
}
.panel-header {
  border-color: #564c35;
  background: #564c35;
}
.panel-body {
  border-color: #97a7ce;
}
.easyui-datagrid th {
  font-weight: normal;
}
.easyui-datagrid tr {
  height: 24px;
}
.easyui-datagrid tr td {
  padding: 0 4px;
}
.datagrid.panel {
  overflow: visible;
}
.datagrid .panel-body {
  border-color: #97a7ce;
}
.datagrid a {
  color: #3f6193;
  text-decoration: underline;
}
.datagrid a:visited {
  color: #333333;
}
.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
  border-color: #97a7ce;
}
.datagrid-header,
.datagrid-td-rownumber {
  background-image: url("/content/img/header.png");
  background-repeat: repeat-x;
  background-position: left center;
}
.datagrid-toolbar {
  border-bottom: 1px solid #cccccc;
  background: #fff2b1;
}
.datagrid-footer {
  background: #fff2b1;
}
.datagrid-footer-inner {
  border-top: 1px solid #97a7ce;
}
.icon-add {
  background-image: url("/content/img/icon-add.png");
}
.icon-edit {
  background-image: url("/content/img/icon-edit.png");
}
.icon-no {
  background-image: url("/content/img/icon-remove.png");
}
.calendar {
  border-color: #b1bed8;
}
.calendar .calendar-header {
  background-color: #e2e8f3;
}
.calendar .calendar-selected {
  background-color: #e2e8f3;
  border-color: #b1bed8;
}
.calendar .calendar-saturday {
  color: #3f6193;
}
.loading-indicator {
  height: 80px;
  width: 80px;
  background: url("/content/img/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.loading-indicator-overlay {
  background-color: #ffffff;
  -ms-opacity: 0.6;
  opacity: 0.6;
  -webkit-filter: alpha(opacity = 60);
  -moz-filter: alpha(opacity = 60);
  -o-filter: alpha(opacity = 60);
  filter: alpha(opacity = 60);
}
html {
  font-family: "宋体", SimSun, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12px;
}
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
}
:focus {
  outline: none;
}
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.tip {
  color: #999999;
}
.u {
  text-decoration: underline;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
a {
  text-decoration: none;
}
form {
  display: block;
  margin: 0;
  padding: 0;
}
input {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 4px;
  border: 1px solid #c3c7cd;
}
.title-panel {
  background: url("/content/img/nav-bar.png") repeat-x center;
  height: 27px;
  line-height: 27px;
}
.title-panel .title-panel-icon {
  padding-right: 32px;
  background: url("/content/img/title-icon.png") no-repeat center center;
}
.toolbar {
  background: #fff2b1;
  padding: 6px;
}
.search-panel {
  background-color: #f6fcf3;
  margin-top: -1px;
  padding: 6px 3px 4px;
}
.search-panel input {
  max-width: 132px;
  min-height: 16px;
}
.search-panel ul {
  overflow: hidden;
  margin: 8px 0 14px 0;
  padding: 0;
}
.search-panel ul li {
  height: 25px;
  line-height: 25px;
  color: #000;
  display: block;
  white-space: nowrap;
  margin: 0 10px;
}
.search-panel ul li a {
  color: #333333;
  text-decoration: none;
  padding: 2px;
  margin: 0 2px;
  border-bottom: 1px solid #97a7ce;
}
.search-panel ul li a.textbox-icon {
  margin: 0;
  padding: 0;
}
.search-panel ul li a:hover {
  border-color: transparent;
}
.search-panel ul li div {
  height: 25px;
  line-height: 25px;
  color: #000;
  display: block;
  float: left;
  white-space: nowrap;
  margin: 0 10px;
}
.search-panel .search-button {
  background: url("/content/img/search-button.png") no-repeat;
  height: 24px;
  width: 64px;
  font-size: 12px;
  padding-left: 15px;
  border: 0;
  cursor: pointer;
}
.content-panel {
  overflow: auto;
  overflow-x: hidden;
}
.query-dropdown select {
  width: 140px;
}
.datagrid-container {
  padding: 10px;
}
.datagrid-container .datagrid-title {
  height: 25px;
  line-height: 25px;
  padding-left: 1em;
  color: #3e4767;
  font-weight: bold;
  border: 1px solid #97a7ce;
  border-bottom: 0;
  background: url("/content/img/title-bar.png") repeat-x center;
}
.datagrid-container .datagrid-title > span {
  float: left;
}
.datagrid-container .datagrid-title > .table-top-buttons {
  float: right;
  padding-top: 2px;
  margin-bottom: -2px;
}
.datagrid-container .datagrid-title > .table-top-buttons .button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #97a7ce;
  background: transparent;
  margin: 0;
  padding: 0 12px;
  color: #3f6193;
  text-decoration: none;
}
.datagrid-container .datagrid-title > .table-top-buttons .button:hover {
  color: #333333;
}
.datagrid-container .datagrid-title > .table-top-buttons input[type=button] {
  display: inline-block;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #97a7ce;
  background: transparent;
  margin: 0;
  padding: 0 12px;
  color: #3f6193;
  text-decoration: none;
}
.datagrid-container .datagrid-title > .table-top-buttons input[type=button]:hover {
  color: #333333;
}
.datagrid-container .datagrid-title > .table-top-buttons input[type=submit] {
  display: inline-block;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #97a7ce;
  background: transparent;
  margin: 0;
  padding: 0 12px;
  color: #3f6193;
  text-decoration: none;
}
.datagrid-container .datagrid-title > .table-top-buttons input[type=submit]:hover {
  color: #333333;
}
.datagrid-container .datagrid-title > .table-top-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #97a7ce;
  background: transparent;
  margin: 0;
  padding: 0 12px;
  color: #3f6193;
  text-decoration: none;
}
.datagrid-container .datagrid-title > .table-top-buttons button:hover {
  color: #333333;
}
.pagination-container {
  border: 1px solid #97a7ce;
  border-top: 0;
  background-color: #f0f0f0;
  height: 20px;
  padding: 5px 1em;
  text-align: right;
}
.pagination-container#pagination {
  font-size: 12px;
}
.pagination-container#pagination a {
  display: block;
  float: left;
  font-size: 12px;
  padding: 2px 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 1em;
  text-align: center;
  border: 1px solid #cfcfcf;
  background: #fcfcfc;
  color: #333333;
  text-decoration: none;
}
.pagination-container#pagination span {
  display: block;
  float: left;
  font-size: 12px;
  padding: 2px 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 1em;
  text-align: center;
}
.pagination-container#pagination .icon-button {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-width: 0;
  padding: 3px;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-origin: content-box;
  -webkit-background-origin: content-box;
  background-origin: content-box;
}
.pagination-container#pagination .current {
  background: #5483b5;
  border: 1px solid #548588;
  color: #ffffff;
}
.pagination-container#pagination .prev {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-width: 0;
  padding: 3px;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-origin: content-box;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-image: url("/content/img/pagination_prev.gif");
}
.pagination-container#pagination .next {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-width: 0;
  padding: 3px;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-origin: content-box;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-image: url("/content/img/pagination_next.gif");
}
.grid-bottom-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: #fff2b1;
  border-top: 1px solid #97a7ce;
  text-align: center;
}
.grid-bottom-panel > a {
  margin: 3px 2.4em 0;
}
.home-page .inline {
  display: inline-block;
}
.home-page .summary {
  padding: 10px;
  border: 1px solid #ffc24b;
  background-color: #fff2b1;
  border-radius: 3px;
  line-height: 20px;
}
.home-page .summary .summary-title {
  font-weight: bold;
  padding-left: 28px;
  background: url("/content/img/hint.png") no-repeat left center;
}
.home-page .summary .summary-count {
  color: red;
}
.home-page .news {
  margin-top: 20px;
  border: 1px solid #c8c6c6;
  border-radius: 3px;
  padding: 6px 20px 20px;
}
.home-page .news .title {
  line-height: 20px;
  padding-left: 28px;
  background: url("/content/img/news.png") no-repeat left center;
  margin-left: -10px;
  margin-bottom: 8px;
}
.home-page .news table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c8c6c6;
}
.home-page .news table tr {
  border-top: 1px solid #c8c6c6;
  border-bottom: 1px solid #c8c6c6;
}
.home-page .news table th {
  height: 32px;
  background-color: #e5e8ed;
}
.editor-page {
  width: 80%;
  margin: 0 auto;
}
.editor-page textarea {
  border: 1px solid #cccccc;
  padding: 1em;
  width: 100%;
  resize: none;
}
.report-page .report-title {
  margin-top: 12px;
  height: 25px;
  line-height: 25px;
  padding-left: 1em;
  color: #3e4767;
  font-weight: bold;
  border-top: 1px solid #97a7ce;
  border-bottom: 1px solid #97a7ce;
  background: url("/content/img/title-bar.png") repeat-x center;
}
body.frame-page {
  background: #122B70;
}
body.frame-page div.region {
  overflow: hidden;
}
body.frame-page iframe {
  border: 0;
  margin: 0;
  width: 100%;
  /* height: 100%;*/
}
body.frame-page .layout-panel-west {
  border-left: 0px solid #122B70;
  border-top: 0px solid #122B70;
}
body.frame-page .layout-panel-west .panel-tool {
  display: none;
}
body.frame-page .layout-panel-west .panel-header {
  height: 28px;
  padding: 0;
  background: url("/content/img/menu-title.png") no-repeat top center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 0;
  border-bottom: 1px solid #c5c5c5;
}
body.frame-page .layout-panel-west .panel-header .panel-title {
  color: #474747;
  font-weight: bold;
  line-height: 28px;
  padding-left: 28px;
  background: url("/content/img/menu/i-arrow.png") no-repeat 9px 7px;
}
body.frame-page .layout-split-west {
  border-right: 0px solid #122B70;
}
body.frame-page .layout-panel-center {
  border-top: 0px solid #122B70;
  border-right: 0px solid #122B70;
}
body.frame-page .layout-panel-center > .panel-body {
  border: 0;
}
body.frame-page .layout-panel-south {
  /* border-top: 4.5px solid @frame-border-color;
        border-bottom: 4.5px solid @frame-border-color;*/
}
body.top-page {
  font-size: 13px;
  overflow: hidden;
  height: 102px;
  margin: 0;
  padding: 0;
  background: #122B70 url("/content/img/top/bg.png") repeat-x top;
  /*background: linear-gradient(0deg, #2478D4, #1A5495);*/
}
body.top-page .line-98 {
  height: 66px;
  padding: 0 0px;
}
body.top-page .icon {
  display: inline-block;
  background-repeat: no-repeat;
}
body.top-page .icon.icon-big {
  background-position: center top;
  /*background-size: 30px 30px;*/
}
body.top-page .icon.icon-home {
  background-image: url("/content/img/top/home.png");
}
body.top-page .icon.icon-password {
  background-image: url("/content/img/top/changepassword.png");
}
body.top-page .icon.icon-close {
  /*background-image: url("/content/img/top/logout.png");*/
}
body.top-page .icon.icon-small {
  background-position: 5px center;
  background-size: 16px;
}
body.top-page .icon.icon-user {
  background-image: url("/content/img/top/user.png");
}
body.top-page .icon.icon-refresh {
  background-image: url("/content/img/top/refresh.png");
}
body.top-page .icon.icon-time {
  background-image: url("/content/img/top/i-time.png");
}
body.top-page .logo-container {
  float: left;
  padding-top: 21px;
  padding-left: 5px;
}
body.top-page .logo-container .logo {
  display: inline-block;
  width: 641px;
  height: 56px;
  background: url("/content/img/top/logo@2x.png") no-repeat;
  background-size: contain;
}
body.top-page ul {
  margin: 0;
  padding: 0;
}
body.top-page ul li {
  list-style: none;
  display: inline;
}
body.top-page .right {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
}
body.top-page .top-menu {
  padding: 38px 0 0;
}
body.top-page .top-menu ul li {
  display: flex;
  color: white;
  font-size: 20px;
  margin-right: 13px;
}
body.top-page .top-menu ul li a {
  text-decoration: none;
  display: flex;
  color: white;
}
body.top-page .top-menu ul li a span {
  /*padding: 50px 5px 0;*/
  display: block;
}
body.top-page .top-title {
  color: #fff;
}
body.top-page .top-title ul {
  height: 24px;
  text-align: left;
  padding-top: 8px;
}
body.top-page .top-title ul li {
  padding-right: 16px;
}
body.top-page .top-title ul li span {
  padding-left: 25px;
  padding-right: 5px;
  line-height: 18px;
}
body.top-page .top-title #topRefresh {
  cursor: pointer;
}
body.top-page .top-title #topRefresh:hover {
  background-color: #28680a;
}
body.bottom-page {
  color: white;
  font-size: 12px;
  text-align: center;
  margin: 0;
  margin-top: 5px;
  padding: 0px;
  overflow: hidden;
  background-color: #122B70;
}
body.bottom-page ul {
  margin: 0;
  padding: 0;
}
body.bottom-page ul li {
  list-style: none;
  display: inline;
}
body.bottom-page .icon {
  display: inline-block;
  background-repeat: no-repeat;
}
body.bottom-page .icon.icon-small {
  background-position: 5px center;
  background-size: 12px;
}
body.bottom-page .icon.icon-user {
  background-image: url("/content/img/top/i-user.png");
}
body.bottom-page .icon.icon-time {
  background-image: url("/content/img/top/i-time.png");
}
body.bottom-page .left {
  float: left;
}
body.bottom-page .bottom-title {
  color: #fff;
  float: left;
}
body.bottom-page .bottom-title ul {
  height: 20px;
  text-align: left;
}
body.bottom-page .bottom-title ul li {
  padding-right: 16px;
}
body.bottom-page .bottom-title ul li span {
  padding-left: 17px;
  padding-right: 1px;
  line-height: 18px;
}
.frame-bottom {
  color: white;
}