@charset "utf-8";
/*z-index：框架菜单级别为6*/
/*hui*/
html,
body {
  height: 100%;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
  word-wrap: break-word;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
  margin: 0;
  padding: 0;
}
body,
th,
td,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, "WenQuanYi Micro Hei", Verdana, sans-serif, "\5B8B\4F53";
  /*font-size: 12px;*/
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
ol,
dl {
  list-style-type: none;
}
input::-webkit-input-placeholder {
  color: #B4B4B4;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B4B4B4;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B4B4B4;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B4B4B4;
}
.input-group .form-control {
  z-index: inherit;
}
.form-inline > .form-group:not(:first-child),
.form-inline > .btn:not(:first-child),
.form-inline > .checkbox:not(:first-child),
.form-inline > .radio:not(:first-child) {
  margin-left: 5px;
}
/*bootstrap 弹窗居中*/
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*扩充bootstrap*/
.bg-default {
  background-color: #f5f5f5;
}
.divider-v {
  height: 100%;
  width: 10px;
  background-color: #e9f0f5;
}
.divider-h {
  height: 10px;
  width: 100%;
  background-color: #e9f0f5;
}
.nav-tabs {
  margin-bottom: 10px;
}
.nav-tabs > li > a {
  padding: 5px 10px;
}
select[multiple] {
  height: 34px;
}
.dropdown-menu.dropdown-menu-show {
  display: block !important;
}
.dropdown-menu .dropdown-menu-tip {
  position: absolute;
  top: 0;
}
.dropdown-menu .dropdown-menu-tip:before {
  left: 0;
  border-width: 0 8px 8px;
  border-color: #d6d6d6 transparent;
  content: "";
  position: absolute;
  border-style: solid;
  bottom: 0;
}
.dropdown-menu .dropdown-menu-tip::after {
  content: "";
  position: absolute;
  border-style: solid;
  bottom: 0;
  left: 2px;
  border-width: 0px 7px 7px;
  border-color: white transparent;
}
.addon-tran {
  background: transparent;
  border: none;
}
/*字体图标*/
.fa {
  padding-left: 3px;
  padding-right: 3px;
}
.iconfont {
  padding: 0 5px 0 2px;
}
.icon-lg {
  font-size: 1.33333333em;
  /*line-height: .75em;
    vertical-align: -15%;*/
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
/*bootstrap添加额外的图标与fa的冲突*/
.form-control-feedback {
  line-height: 34px !important;
}
/*自定义*/
.anCore-unRead {
  font-weight: bold;
}
.anCore-hover-panel .anCore-hover-link {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
}
.anCore-hover-panel:hover .anCore-hover-link {
  display: inline-block;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.87);
}
.anCore-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anCore-table tr td {
  align-items: center !important;
  text-align: center !important;
  vertical-align: middle !important;
}
.anCore-input-td {
  padding: 0 !important;
}
.anCore-input-td input,
.anCore-input-td textarea,
.anCore-table input,
.anCore-table textarea {
  padding: 0;
  text-align: center;
  border: none;
  border-collapse: collapse;
  border-radius: 0;
}
.anCore-input-td textarea,
.anCore-table textarea {
  text-align: left;
  min-height: 100px;
}
.text-wrap {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
}
.text-require:after {
  content: "*";
  color: red;
}
.anCore-panel-heading {
  padding-bottom: 5px;
  padding-top: 5px;
}
.anCore-panel-heading .form-group {
  margin-bottom: 5px;
}
.anCore-navbar-wrapper {
  height: 45px;
}
.anCore-navbar {
  min-height: initial;
  margin-bottom: auto;
  position: relative;
  /* z-index: 1030;*/
}
.anCore-navbar-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
}
.anCore-navbar-logo {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  color: #fff;
  height: 44px;
  line-height: 44px;
  margin-right: 10px;
  float: left;
}
.anCore-navbar-logo span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anCore-navbar-slogan {
  font-size: 12px;
  cursor: default;
}
.anCore-nav-toggle,
a.anCore-nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 20px;
  color: #999;
  padding: 6px 11px;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.anCore-nav-toggle:hover,
a.anCore-nav-toggle:hover {
  text-decoration: none;
  color: #fff;
}
.anCore-navbar-nav {
  /*z-index: 1;*/
  display: block;
  margin: 0;
  padding: 0;
}
.anCore-navbar-nav > ul > li > a:hover,
.anCore-navbar-nav > ul > li.anCore-current > a {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.anCore-navbar-nav > ul {
  font-size: 0;
  line-height: 0;
  list-style-type: none;
}
.anCore-navbar-nav > ul > li,
.anCore-navbar-nav > ul > li > a {
  line-height: 44px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}
.anCore-navbar-nav > ul > li {
  position: relative;
  float: left;
  margin-right: 15px;
}
.anCore-dropDown {
  display: inline-block;
}
.anCore-dropDown.anCore-open {
  position: relative;
  /*z-index: 990;*/
}
.anCore-dropDown-title {
  display: inline-block;
}
.anCore-dropDown.anCore-hover .anCore-dropDown-title,
.anCore-dropDown.anCore-open .anCore-dropDown-title {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.anCore-dropDown > .anCore-dropDown-menu {
  display: none;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  border: solid 1px #f2f2f2;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.anCore-dropDown.anCore-open > .anCore-dropDown-menu {
  position: absolute;
  /* z-index: 1000;*/
  display: inline-block;
  top: 100%;
  left: -1px;
  min-width: 100%;
  background-color: #fff;
  border: solid 1px #f2f2f2;
}
.anCore-dropDown-menu > li {
  position: relative;
  clear: both;
}
.anCore-dropDown-menu > li > a {
  display: block;
  border-bottom: solid 1px #f2f2f2;
  padding: 5px 20px;
  line-height: 1.8;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
  color: #333;
}
.anCore-dropDown-menu > li > a:hover,
.anCore-dropDown-menu > li > a:focus,
.anCore-dropDown-menu > li.anCore-open > a {
  text-decoration: none;
  background-color: #fafafa;
}
.anCore-mainContent-box {
  position: absolute;
  top: 44px;
  right: 0;
  bottom: 0;
  left: 199px;
  overflow: hidden;
  /*z-index: 1;*/
  background-color: #fff;
}
.anCore-bigPage .anCore-aside {
  left: -200px;
}
.anCore-bigPage,
.anCore-bigPage .anCore-dislpayArrow,
.anCore-bigPage .anCore-mainContent-box {
  left: 0px;
}
.anCore-pageToolBar {
  min-height: 40px;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}
.anCore-aside {
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  width: 200px;
  z-index: 6;
  overflow: auto;
  background-color: #f5f5f5;
  _background-color: #eeeeee;
  border-right: 1px solid #e5e5e5;
}
.anCore-aside,
.anCore-mainContent-box,
.anCore-dislpayArrow {
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.anCore-aside .anCore-menuDropDown > dl {
  margin-bottom: 0;
}
.anCore-aside .anCore-menuDropDown > dl > dt {
  display: block;
  line-height: 35px;
  padding-left: 15px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
}
.anCore-aside .anCore-menuDropDown > dl > dt .iconfont {
  font-size: 14px;
}
.anCore-aside .anCore-menuDropDown > dl > dt.anCore-selected .anCore-menuDropDown-arrow {
  transform: rotate(180deg);
}
.anCore-aside .anCore-menuDropDown > dl > dt .anCore-menuDropDown-arrow {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 15px;
  transition-duration: 0.3s;
  transition-property: all;
}
.anCore-aside .anCore-menuDropDown > dl > dd {
  display: none;
}
.anCore-aside .anCore-menuDropDown ul {
  padding: 3px 8px;
}
.anCore-aside .anCore-menuDropDown li {
  line-height: 32px;
  overflow: hidden;
  zoom: 1;
}
.anCore-aside .anCore-menuDropDown a:hover {
  text-decoration: none !important;
}
.anCore-aside .anCore-menuDropDown .anCore-current a,
.anCore-aside .anCore-menuDropDown .anCore-current a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none !important;
}
.anCore-aside .anCore-menuDropDown a {
  line-height: 32px;
  border-bottom: none;
  font-weight: normal;
  display: block;
  margin: 0;
}
.anCore-aside .anCore-menuDropDown dd a {
  padding-left: 26px;
}
.anCore-aside .anCore-menuDropDown dt a {
  display: inline-block;
}
.anCore-dislpayArrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 198px;
  width: 0px;
  height: 100%;
  z-index: 6;
}
.anCore-dislpayArrow a {
  position: absolute;
  display: block;
  width: 15px;
  height: 61px;
  top: 50%;
  margin-top: -30px;
  outline: none;
}
.anCore-dislpayArrow a.anCore-open {
  background-position: 0 -61px;
}
.anCore-dislpayArrow a:hover {
  text-decoration: none;
  background-position: right 0;
}
.anCore-dislpayArrow a.anCore-open:hover {
  background-position: right -61px;
}
.anCore-tabNav {
  height: 35px;
  padding-right: 75px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-position: 0 -175px;
}
.anCore-tabNav,
.anCore-tabNav .anCore-acrossTab li,
.anCore-tabNav .anCore-acrossTab li em {
  background-image: url(/ivan/AnCore/CSS/Images/acrossTab-2.png);
}
.anCore-tabNav-wp {
  position: relative;
  height: 35px;
  overflow: hidden;
}
.anCore-acrossTab {
  height: 29px;
  background-repeat: repeat-x;
  background-position: 0 0;
  padding-top: 1px;
}
.anCore-acrossTab li,
.anCore-acrossTab li em {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.anCore-acrossTab li {
  position: relative;
  float: left;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  font-size: 12px;
  cursor: pointer;
  padding: 0 30px;
  white-space: nowrap;
  color: #282828;
  background-position: 0 0;
}
.anCore-acrossTab li em {
  position: absolute;
  width: 23px;
  height: 29px;
  right: -20px;
  top: 0;
  /*z-index: 50;*/
  background-position: right -30px;
}
.anCore-acrossTab li:hover {
  background-position: 0 -60px;
}
.anCore-acrossTab li:hover em {
  background-position: right -90px;
}
.anCore-acrossTab li.anCore-active {
  background-position: 0 -120px;
  /*z-index: 99; */
}
.anCore-acrossTab li.anCore-active em {
  background-position: right -150px;
}
.anCore-item-active {
  border-left: 3px solid #337ab7 !important;
  background-color: #d9edf7 !important;
  margin-left: 1px;
}
.anCore-acrossTab li i {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  top: 50%;
  margin-top: -6px;
  right: 5px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background-image: url(/ivan/AnCore/CSS/Images/acrossTab-close.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.anCore-acrossTab li i:hover {
  background-position: 0 bottom;
}
.anCore-tabNav .anCore-acrossTab li {
  height: 26px;
  line-height: 26px;
}
.anCore-tabNav .anCore-acrossTab li em {
  right: -16px;
  height: 26px;
  width: 16px;
}
.anCore-tabNav .anCore-acrossTab {
  position: absolute;
  height: 26px;
  line-height: 26px;
  background: none;
  top: 8px;
  left: 0;
  padding-top: 0;
}
.anCore-tabNav-more {
  position: absolute;
  right: 0px;
  width: 70px;
  top: 4px;
  display: none;
  font-size: 0;
}
.anCore-btn {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -moz-padding-start: npx;
  -moz-padding-end: npx;
  border: solid 1px #ddd;
  background-color: #fff;
  width: auto;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  border-radius: 4px;
}
.anCore-btn-default {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.anCore-btn-group > .anCore-btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.anCore-btn-group > .anCore-btn:last-child:not(:first-child),
.anCore-btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
a.anCore-btn,
span.anCore-btn {
  line-height: 19px;
}
.anCore-btn-group .anCore-btn {
  margin-left: -1px;
  padding: 3px 5px;
  font-size: 12px;
  height: 27px;
}
a.anCore-btn:hover,
a.anCore-btn:focus,
a.anCore-btn:active,
a.anCore-btn.anCore-active,
a.anCore-btn.anCore-disabled,
a.anCore-btn[disabled] {
  text-decoration: none;
}
.anCore-btn-default:hover,
.anCore-btn-default:focus,
.anCore-btn-default:active,
.anCore-btn-default.active {
  color: #333;
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.anCore-btn.anCore-active,
.anCore-btn:active {
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.125) inset;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.125) inset;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.125) inset;
}
.anCore-mainContent {
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  /*z-index: 1;*/
}
.anCore-tabPage {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.anCore-tabPage-body {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  height: 100%;
  width: 100%;
}
.anCore-tabPage iframe {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.anCore-bizForm {
  clear: both;
  background-color: #f5f5f5;
  padding: 5px;
  /*margin-bottom: 5px;*/
  margin-top: 5px;
}
/*工作流*/
.anCore-flowChart {
  display: flex;
  padding: 12px 5px;
  margin-top: 30px;
  background-color: #f1f8f9;
}
.anCore-flowChart-left {
  width: 50px;
  flex-shrink: 0;
}
.anCore-flowChart-dashed {
  width: 0px;
  height: 100%;
  margin-left: 50%;
  border-left-style: dashed;
  border-left-color: darkgray;
  border-left-width: 2px;
}
.anCore-flowChart-right {
  flex-grow: 1;
  width: calc(100% - 50px);
}
.anCore-flowChart .wfNode {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
}
.anCore-flowChart .wfCheck {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  line-height: 40px;
  color: white;
  font-size: 12px;
  text-align: center;
  position: relative;
  left: -49px;
  flex-shrink: 0;
  background-color: #7d7a75;
  border: 4px solid #ada8a3;
}
.anCore-flowChart .wfCheck-danger {
  background-color: #e46c23;
  border: 4px solid #faa67a;
}
.anCore-flowChart .wfCheck-success {
  background-color: #57c240;
  border: 4px solid rgba(198, 228, 177, 0.9);
}
.anCore-flowChart .wfCheck-primary {
  background-color: #0088a5;
  border: 4px solid #58bff3;
}
.anCore-item-striped {
  background-color: #f9f9f9;
}
.wfTag-boder {
  width: 0;
  height: 0;
  border: 12px solid;
  border-style: dashed;
  border-color: transparent gainsboro transparent transparent;
  position: relative;
  left: -59px;
}
.wfTag {
  width: 0;
  height: 0;
  border: 14px solid;
  border-style: dashed;
  border-color: transparent white transparent transparent;
  position: absolute;
  left: -13px;
  top: -14px;
}
.anCore-flowChart .wfNodeDetail {
  background-color: white;
  margin-left: -60px;
  flex-grow: 1;
  border: 1px solid gainsboro;
  border-radius: 3px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 3px gainsboro;
  width: calc(100% - 28px);
}
.wfNodeDetail-title {
  display: flex;
  margin-bottom: 10px;
}
.wfNodeDetail-title .wfTitle {
  flex-grow: 1;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 4px solid #486ca0;
}
.wfNodeDetail-content {
  flex-grow: 1;
  width: calc(100% - 15px);
  overflow: auto;
}
.wfNodeDetail-footer {
  margin-top: 10px;
}
.wfNodeDetail-footer span {
  font-size: 12px;
  font-weight: 100;
  color: #686868;
  float: right;
}
.anCore-groupPanel-heading {
  border-top-width: 0px !important;
  background-color: #f5f5f5 !important;
  padding: 5px 15px !important;
  color: #888 !important;
  margin-bottom: 2px;
}
.anCore-groupPanel-heading > i {
  font-size: 18px;
}
.anCore-groupPanel-item {
  border-left: 0;
  border-right: 0;
  min-height: 40px;
}
@media (max-width: 767px) {
  .anCore-aside {
    display: none;
    float: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    bottom: auto;
  }
  .anCore-mainContent-box {
    left: 0;
  }
  .anCore-navbar-logo {
    width: calc(100% - 39px);
  }
  .anCore-mainContent {
    top: 0;
  }
  .anCore-tabPage-body {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
