html {
  width: 100%;
  min-width: 1366px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  html {
    min-width: initial;
  }
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", "宋体", Tahoma, Helvetica,
    Arial, "5b8b4f53", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  color: #1a1a1a !important;
  margin: 0 auto;
  background-color: white;
  padding-top: 48px;
  min-width: 1366px;
  word-break: break-all;
  height: 100%;
}

.container {
  min-width: 1170px;
}

*:focus {
  outline: 0 !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #858585;
  background-color: #eeeeee;
}

/* readonly状态，不改变背景颜色 */
.with-no-background.form-control[readonly] {
  background-color: white;
  color: #1a1a1a;
}
.with-no-background.form-control[readonly]:focus {
  background-color: white;
  border-color: #136eed;
  color: #1a1a1a;
}
.with-no-background.form-control[readonly]:hover {
  background-color: white;
  color: #1a1a1a;
  border-color: #136eed;
  box-shadow: none;
}

.form-control[disabled]:hover,
.form-control[disabled]:focus,
.form-control[readonly]:hover,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:hover,
fieldset[disabled] .form-control:focus {
  color: #858585;
  background-color: #eeeeee;
  border-color: #e0e0e0;
}

.panel {
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
}

.panel-default {
  border-color: #e0e0e0;
}

.panel-default > .panel-heading {
  background-color: #f8f8f8;
  padding: 12px 8px;
  margin-bottom: -1px;
  color: #1a1a1a;
  border-color: #e0e0e0;
}

.panel-default > .panel-heading > .panel-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.panel-body {
  margin: -1px;
}

.panel-body > table.table {
  margin-bottom: 0;
}

.ie .empty {
  color: #d4d1d1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a.ellipsis {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.m {
  margin: 15px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 8px;
}

.m-b-lg {
  margin-bottom: 25px;
}

.m-b-xl {
  margin-bottom: 35px !important;
}

.m-r-md {
  margin-right: 10px;
}

.m-l-md {
  margin-left: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-r {
  margin-right: 15px;
}

.m-b {
  margin-bottom: 15px;
}

.m-l {
  margin-left: 15px;
}

.m-t-sm {
  margin-top: 8px;
}

.m-r-sm {
  margin-right: 8px;
}

.m-b-sm {
  margin-bottom: 8px;
}

.m-l-sm {
  margin-left: 8px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-l-xs {
  margin-left: 5px;
}

.m-t-n {
  margin-top: 0;
}

.m-r-n {
  margin-right: 0;
}

.m-b-n {
  margin-bottom: 0;
}

.m-l-n {
  margin-left: 0;
}

.m-n {
  margin: 0;
}

.wrapper {
  padding: 15px;
}

.no-wrapper {
  padding: 0px !important;
}

.padder {
  padding-right: 15px;
  padding-left: 15px;
}

.padder-sm {
  padding-right: 8px;
  padding-left: 8px;
}

.padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padder-v-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}

.no-padder {
  padding: 0 !important;
}

.no-padder-v {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padder-top {
  padding-top: 14px;
}

.text-middle {
  display: table-cell;
  vertical-align: middle !important;
}

.text-bold {
  font-weight: bold;
}

.min_height {
  min-height: 800px;
}

.min_width {
  min-width: 200px;
}

.with_mask {
  position: relative;
}

.with_mask > .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.01;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

input.workflow-title {
  padding: 0px 8px;
  height: 26px;
  margin: 0;
}

/* 前景色 */

.red {
  color: #f05050;
}

.green {
  color: #27c24c;
}

.blue {
  color: #136eed;
}

.yellow {
  color: yellow;
}

.gray {
  color: #dee5e7;
}

.black {
  color: #999;
}

.transparent {
  /* 降级适配ie8 */
  color: white;
}

.none {
  display: none;
}

.lastVisit {
  color: #f05050 !important;
}

/* 背景色 */

.bg_checked {
  background-color: #e5f2fc;
}

.bg_red {
  color: #f05050;
}

.bg_green {
  color: #27c24c;
}

.bg_blue {
  background-color: #23b7e5;
}

.bg_yellow {
  color: yellow;
}

.bg_gray {
  background-color: #dee5e7;
}

.bg_transparent {
  background-color: transparent;
}

.bg-primary {
  color: white;
  background-color: #136eed;
}

.bg-success {
  color: #c6efd0;
  background-color: #27c24c;
}

.bg-info {
  color: #dcf2f8;
  background-color: #23b7e5;
}

.bg-warning {
  color: #fffefa;
  background-color: #fad733;
}

.bg-danger {
  color: #ffffff;
  background-color: #e01422;
}

.bg-white {
  color: #58666e;
  background-color: #fff;
}

/* 按钮 */
.btn {
  border-radius: 3px;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #1a1a1a;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active {
  color: #1a1a1a;
}
.open > .dropdown-toggle.btn-default {
  color: #1a1a1a;
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
/* .btn-default.disabled,
.btn-default[disabled],
.btn-default[readonly],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default[readonly]:hover {
  color: #c2c2c2;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
} */
.btn-outline-default {
  color: #1a1a1a;
  background-color: white;
  border: 1px solid #e0e0e0;
}
.btn-outline-default:hover {
  color: #3386f2;
  background-color: white;
  border: 1px solid #3386f2;
}
.btn-outline-default:active,
.btn-outline-default.active,
.open > .dropdown-toggle.btn-outline-default {
  color: #0f5edb;
  background-color: white;
  border: 1px solid #0f5edb;
  box-shadow: none;
}
.btn-outline-default.disabled,
.btn-outline-default[disabled],
.btn-outline-default[readonly],
.btn-outline-default.disabled:hover,
.btn-outline-default[disabled]:hover,
.btn-outline-default[readonly]:hover {
  color: #858585;
  border: 1px solid #eeeeee;
}

.btn-text-default,
.btn-text-default:hover,
.btn-text-default:active,
.btn-text-default.active {
  color: #1a1a1a;
  background-color: transparent;
  border: 1px solid transparent;
  padding-left: 0;
  padding-right: 0;
}

.btn-primary {
  color: white !important;
  background-color: #136eed !important;
  border: 1px solid #136eed !important;
}
.btn-primary:hover {
  color: white !important;
  background-color: #3386f2 !important;
  border: 1px solid #3386f2 !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white !important;
  background-color: #0f5edb !important;
  border: 1px solid #0f5edb !important;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary[readonly],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary[readonly]:hover {
  color: white !important;
  background-color: #94c4f7 !important;
  border: 1px solid #94c4f7 !important;
}

.btn-outline-primary {
  color: #136eed;
  background-color: transparent;
  border: 1px solid #136eed;
}
.btn-outline-primary:hover {
  color: #3386f2;
  background-color: transparent;
  border: 1px solid #3386f2;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .dropdown-toggle.btn-outline-primary {
  color: #0f5edb;
  background-color: transparent;
  border: 1px solid #0f5edb;
  box-shadow: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary[disabled],
.btn-outline-primary[readonly],
.btn-outline-primary.disabled:hover,
.btn-outline-primary[disabled]:hover,
.btn-outline-primary[readonly]:hover {
  color: #858585;
  border: 1px solid #eeeeee;
}

.btn-light {
  color: #5c5c5c !important;
  background-color: transparent !important;
  border: none !important;
}
.btn-light:hover {
  color: #5c5c5c !important;
  background-color: #e0e0e0 !important;
  border-radius: 3px !important;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  color: #5c5c5c !important;
  background-color: #cccccc !important;
  border-radius: 3px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-light.disabled,
.btn-light[disabled],
.btn-light[readonly],
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
.btn-light[readonly]:hover {
  color: #c2c2c2 !important;
  background-color: #eeeeee !important;
  border-radius: 3px;
}

.btn-text-primary {
  color: #136eed;
  background-color: transparent;
  border: 1px solid transparent;
  padding-left: 0;
  padding-right: 0;
}
.btn-text-primary:hover {
  color: #3386f2;
  border: 1px solid transparent;
}
.btn-text-primary:active,
.btn-text-primary.active,
.btn-text-primary:focus {
  color: #0f5edb;
  border: 1px solid transparent;
}
.btn-text-primary.disabled,
.btn-text-primary[disabled],
.btn-text-primary[readonly],
.btn-text-primary.disabled:hover,
.btn-text-primary[disabled]:hover,
.btn-text-primary[readonly]:hover {
  color: #c2c2c2;
}

.btn-danger {
  color: white;
  background-color: #e01422;
  border: 1px solid #e01422;
}
.btn-danger:hover {
  background-color: #eb424d;
  border: 1px solid #eb424d;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c90e17;
  border: 1px solid #c90e17;
}
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger[readonly],
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
.btn-danger[readonly]:hover {
  background-color: #f2919b;
  border: 1px solid #f2919b;
}

.btn-outline-danger {
  color: #e01422;
  background-color: transparent;
  border: 1px solid #e01422;
}
.btn-outline-danger:hover {
  color: #eb424d;
  background-color: transparent;
  border: 1px solid #eb424d;
}
.btn-outline-danger:active,
.btn-outline-danger.active {
  color: #c90e17;
  background-color: transparent;
  border: 1px solid #c90e17;
  box-shadow: none;
}
.btn-outline-danger.disabled,
.btn-outline-danger[disabled],
.btn-outline-danger[readonly],
.btn-outline-danger.disabled:hover,
.btn-outline-danger[disabled]:hover,
.btn-outline-danger[readonly]:hover {
  color: #f2919b;
  border: 1px solid #f2919b;
}

.btn-text-danger {
  color: #e01422;
  background-color: transparent;
  border: 1px solid transparent;
  padding-left: 0;
  padding-right: 0;
}
.btn-text-danger:hover {
  color: #eb424d;
  background-color: transparent;
  border: 1px solid transparent;
}
.btn-text-danger:active,
.btn-text-danger.active {
  color: #c90e17;
  background-color: transparent;
  border: 1px solid transparent;
}
.btn-text-danger.disabled,
.btn-text-danger[disabled],
.btn-text-danger[readonly],
.btn-text-danger.disabled:hover,
.btn-text-danger[disabled]:hover,
.btn-text-danger[readonly]:hover {
  color: #f2919b;
  background-color: transparent;
  border: 1px solid transparent;
}

.btn-success {
  color: white;
  background-color: #11cf3d;
  border: 1px solid #11cf3d;
}
.btn-success:hover {
  background-color: #0fd83e;
  border: 1px solid #0fd83e;
}
.btn-success:active,
.btn-success.active {
  background-color: #0fd83e;
  border: 1px solid #0fd83e;
}
.btn-success.disabled,
.btn-success[disabled],
.btn-success[readonly],
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
.btn-success[readonly]:hover {
  background-color: #b4efb9;
  border: 1px solid #b4efb9;
}

.btn-warning {
  color: white;
  background-color: #f07b2e;
  border: 1px solid #f07b2e;
}
.btn-warning:hover {
  background-color: #f18c49;
  border: 1px solid #f18c49;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #f18c49;
  border: 1px solid #f18c49;
}
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning[readonly],
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
.btn-warning[readonly]:hover {
  background-color: #f9dfc3;
  border: 1px solid #f9dfc3;
}

/* text */
.text-primary {
  color: #136eed;
}

.text-danger {
  color: #e01422;
}

.text-success {
  color: #11cf3d;
}

.text-warning {
  color: #f07b2e;
}

.text-deleted {
  color: #999;
  text-decoration: line-through;
}

/* btn-radio */
.btn-radio {
  color: #5c5c5c;
  background-color: white;
  border: 1px solid #e0e0e0;
}
.btn-radio:hover {
  color: #136eed;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid transparent;
}
.btn-radio:hover:first-child {
  border-left: 1px solid #e0e0e0;
}
.btn-radio:hover:last-child {
  border-right: 1px solid #e0e0e0;
}
.btn-radio:active,
.btn-radio.active {
  color: #136eed;
  background-color: white;
  border: 1px solid #136eed !important;
  box-shadow: none;
}

/* btn .fa */
.btn > i.fa:first-child {
  margin-right: 6px;
}

.btn.only-icon > i.fa:first-child {
  margin-right: 0;
}

.btn-link {
  color: #136eed;
}

.btn-link:hover,
.btn-link:focus {
  color: #3386f2;
}

/* nav-tabs */
.nav-tabs {
  padding: 8px 16px 0px 16px;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.nav-tabs > li > a {
  color: #5c5c5c;
  background-color: transparent;
  font-weight: 400;
  line-height: 20px;
  margin-right: 16px;
  padding: 8px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid transparent;
  border-left: none;
}
.nav-tabs > li > a:hover {
  font-weight: bold;
  color: #136eed !important;
  background-color: transparent !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 2px solid #136eed !important;
  border-left: none !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li:hover > a {
  font-weight: bold;
  color: #136eed;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #136eed;
  border-left: none;
}

/* badge */
.badge {
  border-radius: 16px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  margin: 0 0 3px 4px;
  padding: 0px;
  color: white;
  background-color: #eb424d;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

.work-center-badge {
  position: absolute;
  right: 24px;
}

/* 高亮标记 */
mark {
  color: inherit !important;
  background-color: #ffd646 !important;
  padding: 0px !important;
}

/* 鼠标指针 */

.pointer {
  cursor: pointer;
}

/* 溢出隐藏... */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 必填 */

.pz_required {
  font-weight: bold;
  font-size: 20px;
  color: #f05050 !important;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* webuploader 隐藏提示文字*/
.webuploader-container > div:last-child {
  opacity: 0;
}

/* 点 */

.pz_dot {
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

/* 头像+姓名 */
.pz_avatar_name {
  display: flex;
  align-items: center;
}
.pz_avatar_name > img.avatar {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 6px;
}
.pz_avatar_name > img.avatar.sm {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.pz_avatar_name > .name {
  flex: auto;
}

/* 标题 */

.page_title {
  padding: 18px 16px 4px;
}

.page_title_m {
  padding: 12px 16px;
}

.page_title_m > .title {
  padding: 6px 0;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.page_title_m > .title.with-mark {
  font-size: 14px;
}
.page_title_m > .title > .bill-title {
  padding: 2px 4px;
  background: rgba(26, 26, 26, 0.16);
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  margin-right: 8px;
}

.sub_page_title {
  padding: 0px 16px;
  padding-bottom: 0;
}

.left_menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  padding: 15px;
}

/* #region 表格 */
/* table */
table.table > thead > tr > th,
table.table > thead.title > tr > th {
  padding: 12px 16px;
  border: none !important;
  border: 1px solid #e0e0e0;
  font-weight: bold;
}

table.table > tbody > tr > td {
  padding: 12px 16px !important;
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  color: #1a1a1a;
  font-weight: 400;
}

table.table.table-borderless > thead > tr > th,
table.table.table-borderless > thead.title > tr > th {
  padding: 6px 8px;
}
table.table.table-borderless > tbody > tr > td {
  border: none !important;
}
table.table.table-borderless > tbody > tr > td {
  padding: 6px 8px !important;
}
table.table > tbody > tr.success > td {
  background-color: #e5f2fc;
}

table.table-hover > tbody > tr.success:hover > td {
  background-color: #d4eafa;
}

/* .table-fixed */
table.table-fixed {
  table-layout: fixed;
}

table.table-fixed > tbody > tr > td.td-fixed {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.table-fixed > tbody > tr > td .fixed {
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  text-align: left;
}

/* table-fixed tr.ruler */
/* 标尺行，作为隐藏的第一行，来规定列宽。(在对设置表格设置table-layer:fixed样式后，各列宽度由第一行决定，后面指定的宽度会被忽略。如果第一行合并了，其他行各列宽度会被均分) */
table.table-fixed > thead > tr.ruler,
table.table-fixed > tbody > tr.ruler {
  height: 0px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  width: 100%;
  padding: 0 !important;
}
table.table-fixed > thead > tr.ruler > th,
table.table-fixed > tbody > tr.ruler > td {
  padding: 0 !important;
  border: none !important;
}

/* .table-bordered */
table.table-bordered {
  border: none;
}
table.table-bordered > thead > tr > th,
table.table-bordered > thead.title > tr > th,
table.table-bordered > tbody > tr > td {
  border: 1px solid #e0e0e0 !important;
}

/* .table-striped */
table.table-striped > tbody > tr.even {
  background-color: #f1f5f5;
}

table.pz_table > tbody > tr > td {
  vertical-align: middle !important;
}

table.pz_table > tbody > tr > td.title {
  color: #858585;
  background-color: #f8f8f8;
  width: 130px;
  padding: 12px 15px !important;
  text-align: right;
  vertical-align: top !important;
}

table.pz_table > tbody > tr > td.content {
  padding: 0;
}

table.pz_table > tbody > tr > td.content.text {
  padding: 8px;
}

table.pz_table > tbody > tr > td.content.text.text-top {
  vertical-align: top !important;
}

/* table.pz_table td.content>input {
border: none;
box-shadow: none;
} */

table.pz_table > tbody > tr > td.content > input[readonly],
table.pz_table > tbody > tr > td.content > input[disabled] {
  background-color: transparent;
}

table.table.table-no-border > tbody > tr > td {
  border: none;
}

td > pre,
.panel-body > pre {
  margin: 0;
  padding: 0px;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

/* #endregion */

/* #region 栅格 */
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
/* #endregion */

/* #region form */
.form-group {
  margin-bottom: 16px;
}
.form-group > label {
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c;
  margin-bottom: 8px;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.form-control {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 6px 8px;
  color: #1a1a1a;
  box-shadow: none;
}
.form-control:hover,
.form-control:focus {
  border-color: #136eed;
  box-shadow: none;
}
/* form详情 */
.form-control.detail {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  min-height: 32px;
  color: #1a1a1a;
  background-color: #f8f8f8;
  padding: 6px 8px;
  border-radius: 3px;
}
.form-control.detail {
  border: none;
  box-shadow: none;
}

/* 圆角form-control */
.form-control.rounded {
  border-radius: 10em;
  padding: 8px 16px;
}

/* input图标 */
.input-with-icon {
  position: relative;
}

.input-with-icon > i.input-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  cursor: pointer;
}
.input-with-icon > i.input-icon.lean-icon::before {
  top: -5px;
  background-color: #c2c2c2;
}
.input-with-icon > i.input-icon.fa {
  color: #c2c2c2;
}
.form-control.rounded + i.input-icon.lean-icon,
.form-control.rounded + i.input-icon.fa {
  right: 16px;
}
.input-with-icon i.input-icon.lean-icon.search-line::before,
.input-with-icon i.input-icon.lean-icon.close-fill::before,
.input-with-icon i.input-icon.lean-icon.close-circle-fill::before {
  background-color: #858585;
}
.input-with-icon i.input-icon.fa {
  color: #858585;
}
.input-with-icon > button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  border: none;
  background-color: white;
}
/* #endregion */

/* 日历 */

.pz_calendar {
  display: inline-block;
  position: relative;
}

.pz_calendar .form-control {
  display: inline-block;
  position: relative;
  width: 230px;
}

.pz_calendar > .calendar_clear {
  position: absolute;
  font-size: 20px;
  color: #999;
  top: 2px;
  right: 7px;
}

/* #region 布局 */
/* header */
nav.header {
  color: white;
}

nav.header > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 850px !important;
  height: 48px;
  color: white;
  background-color: #242424;
}

nav.header > ul > li.logo {
  flex: none;
  width: 192px;
}
nav.header > ul > li.marquee {
  flex: auto;
  overflow: hidden;
}
nav.header > ul > li.info {
  flex: none;
  padding-left: 16px;
  padding-right: 14px;
}

nav.header > ul > li.logo > img,
nav.header > ul > li.logo > a > img {
  height: 20px;
  margin-left: 24px;
}
nav.header > ul > li.logo > .version {
  display: none;
  position: absolute;
  top: 22px;
  left: 140px;
  font-size: 12px;
}
/* header中的下拉列表 */
/* width>=768的设备，form-inline样式才生效 */
nav.header > ul > li.info > .form-inline > .form-group > .dropdown {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
nav.header > ul > li.info > .form-inline > .form-group > .dropdown > a {
  color: inherit !important;
}

nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu {
  padding: 16px 12px;
  min-width: 136px;
}

nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu.user {
  padding: 0;
  width: 208px;
}

nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-info {
  display: flex;
  padding: 12px 16px;
  border-bottom: 1px solid #eeeeee;
}

nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-info
  > .avatar-box {
  width: 64px;
  height: 64px;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
}

nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-info
  > .avatar-box
  > .user-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-info
  > .avatar-box
  > .user-avatar-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: none;
  font-size: 12px;
  line-height: 64px;
  padding: 0px 8px;
}

nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-info
  > .avatar-box:hover
  > .user-avatar-mask {
  display: block;
}

nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-info
  > .user-detail {
  color: #858585;
  margin: auto;
  width: 120px;
  padding-right: 16px;
}

nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-info
  > .user-detail
  > .user-name {
  color: #1a1a1a;
  font-weight: 500;
}
nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-menu {
  padding: 8px;
  border-bottom: 1px solid #eeeeee;
}
nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-exit {
  padding: 8px;
}

nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-menu
  > li,
nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-exit
  > li {
  margin-bottom: 4px;
}

nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-menu
  > li
  > a,
nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-exit
  > li
  > a {
  padding: 8px 16px;
  display: block;
  color: #1a1a1a;
  border-radius: 3px;
}
nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-menu
  > li:last-child,
nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-exit
  > li:last-child {
  margin-bottom: 0px;
}
nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-menu
  > li:hover,
nav.header
  > ul
  > li.info
  > .form-inline
  > .form-group
  > .dropdown
  > ul.dropdown-menu
  > .user-exit
  > li:hover {
  background-color: #eeeeee;
}

/* body */
.body {
  display: flex;
  height: 100%;
  box-sizing: border-box;
}
.body > .side-bar {
  flex: none;
  width: 192px;
  height: 100%;
  /* overflow-y: auto; */
  padding: 8px 0px 0px 0px;
  color: #5c5c5c;
  background-color: #eeeeee;
  position: relative;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.body > .side-bar.narrow {
  width: 40px;
}
.body > .content {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  padding-top: 8px;
  box-sizing: border-box;
}

/* footer */
nav.navbar.footer {
  min-height: 36px;
  border-top: 1px solid #e0e0e0;
  background-color: white;
  padding: 8px 24px;
}

/* #region 页面 */
.lean-page {
  margin-bottom: 16px;
  position: relative;
}

.lean-page-header {
  position: relative;
  margin: 12px 24px;
}
.lean-page-header > .title {
  padding: 6px 0;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.lean-page-header > .sub-title {
  margin-top: -3px;
  color: #858585;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.lean-page-header > .lean-page-operation {
  position: absolute;
  top: 0;
  right: 0;
}
.lean-page-header > .lean-page-operation.no-btn {
  top: 4px;
}
.lean-page-header > .lean-page-operation > i {
  color: #858585;
  cursor: pointer;
}
.lean-page-body {
  margin: 12px 24px;
}
.lean-page > .lean-page-body .info-title {
  margin: 16px 0;
  font-weight: bold;
  color: #1a1a1a;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.lean-page-footer {
  margin: 12px 24px;
}

/* 固定宽度，居中 */
.lean-page.width-fixed {
  width: 800px;
  margin: auto;
  position: relative;
}
.lean-page.width-fixed > .lean-page-footer {
  padding: 16px 24px;
  margin: 12px 0px;
}
/* #endregion */

/* 跑马灯 */
#marquee {
  display: none;
  overflow: hidden;
  color: white;
  margin-top: -6px;
  margin-bottom: -6px;
}
#marquee > .fa-bell {
  color: #11cf3d;
}

/* #endregion */

/* 导航栏 */

.side-bar ul.navbar-sidebar > li {
  margin-bottom: 8px;
  color: #5c5c5c;
}
.side-bar ul.navbar-sidebar > li .lean-icon::before {
  background-color: #5c5c5c;
}

.side-bar ul.navbar-sidebar > li:hover,
.side-bar ul.navbar-sidebar > li > a:hover {
  color: #5c5c5c;
  background-color: #e0e0e0;
}
.side-bar ul.navbar-sidebar > li.active,
.side-bar ul.navbar-sidebar > li.active:hover,
.side-bar ul.navbar-sidebar > li.active > a:hover {
  color: white;
  background-color: #136eed;
}

.side-bar ul.navbar-sidebar > li:hover .lean-icon::before,
.side-bar ul.navbar-sidebar > li > a:hover > .lean-icon::before {
  background-color: #5c5c5c;
}
.side-bar ul.navbar-sidebar > li.active .lean-icon::before,
.side-bar ul.navbar-sidebar > li.active:hover .lean-icon::before,
.side-bar ul.navbar-sidebar > li.active > a:hover > .lean-icon::before {
  background-color: white;
}

.side-bar ul.navbar-sidebar > li.has-children.active,
.side-bar ul.navbar-sidebar > li.has-children:hover,
.side-bar ul.navbar-sidebar > li.has-children > a:hover {
  color: #1a1a1a;
  background-color: transparent;
}
.side-bar ul.navbar-sidebar > li.has-children.active .lean-icon::before,
.side-bar ul.navbar-sidebar > li.has-children.active:hover .lean-icon::before,
.side-bar ul.navbar-sidebar > li.has-children:hover .lean-icon::before,
.side-bar
  ul.nav.navbar-sidebar
  > li.has-children
  > a:hover
  > .lean-icon::before {
  background-color: #1a1a1a;
}
.side-bar ul.navbar-sidebar > li > a {
  color: inherit !important;
  display: block;
  padding: 10px 20px 10px 26px;
}
.side-bar.narrow ul.navbar-sidebar > li {
  position: relative;
}
.side-bar.narrow ul.navbar-sidebar > li > a {
  display: block;
  padding: 14px 13px;
}
.side-bar.narrow ul.navbar-sidebar > li > ul.dropdown-menu {
  display: none;
  top: 0;
  left: 44px;
  padding: 8px 4px;
}
/* 处理：二级菜单和一级菜单之间有间隙，鼠标移至此处二级菜单不能正常显示 */
.side-bar.narrow ul.navbar-sidebar > li > ul.dropdown-menu::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -4px;
}
.side-bar.narrow ul.navbar-sidebar > li > ul.dropdown-menu > li.menu-title {
  padding: 8px 12px;
  color: #858585;
}
.side-bar.narrow ul.navbar-sidebar > li > ul.dropdown-menu > li {
  padding: 0px;
}
.side-bar.narrow ul.navbar-sidebar > li > ul.dropdown-menu > li:hover,
.side-bar.narrow ul.navbar-sidebar > li > ul.dropdown-menu > li:focus,
.side-bar.narrow ul.navbar-sidebar > li > ul.dropdown-menu > li:active {
  background-color: #eeeeee;
  color: #1a1a1a;
}
.side-bar.narrow
  ul.navbar-sidebar
  > li
  > ul.dropdown-menu
  > li.menu-title:hover,
.side-bar.narrow
  ul.navbar-sidebar
  > li
  > ul.dropdown-menu
  > li.menu-title:focus,
.side-bar.narrow
  ul.navbar-sidebar
  > li
  > ul.dropdown-menu
  > li.menu-title:active {
  background-color: white;
  color: #858585;
}

.side-bar.narrow ul.navbar-sidebar > li > ul.dropdown-menu > li > a {
  padding: 8px 12px;
  color: #1a1a1a;
}

.side-bar.narrow ul.navbar-sidebar > li > ul.dropdown-menu > li.active > a {
  background-color: white;
  color: #136eed;
}
.side-bar.narrow
  ul.navbar-sidebar
  > li
  > ul.dropdown-menu
  > li.active
  > a:hover {
  background-color: #eeeeee;
  color: #136eed;
}
.side-bar.narrow ul.navbar-sidebar > li > ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #1a1a1a;
}
.side-bar.narrow
  ul.navbar-sidebar
  > li
  > ul.dropdown-menu
  > li
  > a
  > .work-center-badge {
  right: 12px;
}
/* hover显示二级菜单 */
.side-bar.narrow ul.navbar-sidebar > li:hover > ul.dropdown-menu {
  display: block;
}

.side-bar .company-info {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  color: #c2c2c2;
  white-space: nowrap;
}

/*左右自适应布局 */
.layout_left_right {
  display: flex;
  height: 100%;
}
.layout_left_right > .left {
  flex: none;
  height: 100%;
}
.layout_left_right > .right {
  flex: 1;
  height: 100%;
}

.layout_left_right > .left ul.menu > li {
  cursor: pointer;
  padding: 5px 0;
}

.layout_left_right > .left ul.menu > li.active {
  color: #136eed;
  font-weight: bold;
}

/* 选择modal */

.pz_modal {
}

.pz_modal > .modal_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  z-index: 2000;
}

.pz_modal > .modal_content {
  width: 900px;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  position: fixed;
  top: 50%;
  -moz-transform: translateY(-50%);
  /*向上平移 自身的50%*/
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 2001;
}

.pz_modal .list > .item {
  padding: 5px 0;
}

.pz_modal .list > .item.active {
  color: #136eed;
  font-weight: bold;
}

.pz_modal .modal_content {
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
}
.pz_modal .modal_content > .modal-header {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border-bottom: 1px solid #eeeeee;
}
.pz_modal > .modal_content > .modal-header > i {
  cursor: pointer;
}

.pz_modal .modal_content > .modal-body {
  padding: 28px;
}

.pz_modal .modal_content > .modal-footer {
  padding: 16px;
  text-align: right;
  border-top: none;
}

.pz_modal .modal_content > .modal-footer > button {
  min-width: 64px;
  height: 32px;
  line-height: 16px;
  padding: 6px 16px;
}

/* 转办、沟通、更改密码、发布通知、新增/编辑系统配置、授权查看modal */
.pz_modal.sm > .modal_content {
  width: 528px;
}
.pz_modal.sm > .modal_content > .modal-header {
  padding: 16px 24px;
}
.pz_modal.sm > .modal_content > .modal-footer {
  padding: 16px 24px 24px;
}
.pz_modal.sm > .modal_content > .modal-header {
  border: none;
}
.pz_modal.sm > .modal_content > .modal-header > i {
  cursor: pointer;
}
.pz_modal.sm > .modal_content > .modal-body {
  padding: 8px 24px 0 24px;
}

/* 工作流 */

.work_flows {
  /* position: relative; */
}

.work_flows > div {
  vertical-align: middle;
  margin: 5px 0;
}

/* 新建项目 */

.form-control.groupsList {
  height: auto;
  min-height: 34px;
}

.form-control.groupsList > .item {
  display: inline-block;
  padding: 0 8px;
  margin: 0 5px 2px 0;
  color: white;
  background-color: #136eed;
  border-radius: 50px;
}

.detail_list .project-level-1 {
  padding-left: 0px !important;
}

.detail_list .project-level-2 {
  padding-left: 24px !important;
}

.detail_list .project-level-3 {
  padding-left: 48px !important;
}

.detail_list .project-level-4 {
  padding-left: 72px !important;
}

.detail_list .project-level-5 {
  padding-left: 96px !important;
}

/* 系统帮助 */

.help_page .help-panel {
  position: relative;
  margin-bottom: 5px;
  min-height: 30px;
}

.help_page .help-panel > .operation {
  position: absolute;
  top: 3px;
  right: 15px;
}

.help_page ol,
.help_page ul,
.help_page dl {
  margin: 0;
  padding: 0;
}

.help_page textarea {
  display: none;
}

.help_page .help_notice {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}

.help_page .help_notice > .title {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  display: inline;
}

.help_page .help_notice a {
  color: #136eed;
  text-decoration: none;
}

.help_page .help_title {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 15px;
  color: #136eed;
  background-color: #f1f5f5;
  border: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
  margin-bottom: -1px;
}

.help_page li {
  position: relative;
  display: block;
  padding: 5px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.help_page li.title {
  font-weight: 700;
  color: #136eed;
}

.help_page .list-group.help_doc a {
  color: #136eed;
  text-decoration: underline;
}

.toDoTable th {
  text-align: center;
}

.toDoTableShow {
  text-align: center;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* 审批历史处理意见 */
table.approval_history pre {
  display: inline;
}

/* 来自移动端标记 */
table.approval_history span.history_mark {
  float: right;
  margin-top: 2px;
  font-size: 10px;
  color: #aaa;
}

/* 开关 */
.pz-switch {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: inherit;
}
.pz-switch > i.fa {
  font-size: 24px;
  margin-right: 8px;
  color: #e0e0e0;
}
.pz-switch.active > i.fa.fa-toggle-on {
  color: #136eed;
}
.pz-switch.active.disabled > i.fa.fa-toggle-on {
  color: #94c4f7;
  cursor: not-allowed;
}
/* 开关的关闭状态图标由fa-toggle-on旋转180度生成 */
.pz-switch > i.fa.fa-toggle-on.fa-rotate-180 {
  color: #cccccc;
}
.pz-switch.disabled > i.fa.fa-toggle-on.fa-rotate-180 {
  color: #eeeeee;
  cursor: not-allowed;
}
.pz-switch.align-right {
  justify-content: flex-end;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-none {
  cursor: none;
}

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-help {
  cursor: help;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-progress {
  cursor: progress;
}

.cursor-wait {
  cursor: wait;
}

.cursor-cell {
  cursor: cell;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-text {
  cursor: text;
}

.cursor-vertical-text {
  cursor: vertical-text;
}

.cursor-alias {
  cursor: alias;
}

.cursor-copy {
  cursor: copy;
}

.cursor-move {
  cursor: move;
}

.cursor-no-drop {
  cursor: no-drop;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

/* #region pagination */
.pz_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}

.pz_pagination > .pz_pagination_left {
  flex: none;
}

.pz_pagination > .pz_pagination_right {
  flex: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pz_pagination_total {
  height: 32px;
  line-height: 32px;
  color: #858585;
  display: inline-block;
}

.pz_pagination_limit {
  flex: none;
  width: 110px;
  margin-right: 8px;
  background-color: white;
  position: relative;
  z-index: 0;
}
/* 调整select中的下拉箭头位置 */
.pz_pagination_limit > select.form-control {
  /*将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
}
.pz_pagination_limit > i.lean-icon.down-s-line {
  position: absolute;
  top: 7px;
  right: 4px;
  z-index: -1;
}
.pz_pagination_limit > i.lean-icon.down-s-line::before {
  background-color: #858585;
}

.pz_pagination_pages {
  flex: none;
  /* 禁止选择 */
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.pz_pagination_pages > a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  color: #5c5c5c;
  background-color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.pz_pagination_pages > a:last-child {
  margin-right: 0;
}

.pz_pagination_pages > a.active {
  color: white;
  background-color: #136eed;
}

.pz_pagination_pages a > i.lean-icon::before {
  background-color: #5c5c5c !important;
}

.pz_pagination_pages a.disabled {
  cursor: default;
  color: #e0e0e0;
}

.pz_pagination_pages a.disabled > i.lean-icon::before {
  background-color: #e0e0e0 !important;
}

/* #endregion */

/* #region 用户权限树 */
.pz_tree {
  border-radius: 4px;
  padding-left: 26px;
}

.pz_tree .branch {
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 4px;
}

.pz_tree .branch:hover {
  background-color: #edf1f2;
}

.pz_tree ul.child > li > div.branch {
  padding-left: 34px;
}

.pz_tree ul.child > li > div.branch > i {
  padding-left: 20px;
}

/* #endregion */

/* #region datepicker */
.sm-date-picker {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sm-date-picker > .sm-text-field {
  font-size: 14px;
  min-height: auto;
  margin-bottom: 0px;
}

.sm-date-picker > .sm-text-field > .sm-text-field-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* 下划线 */
.sm-date-picker > .sm-text-field > .sm-text-field-content > div:last-child {
  display: none;
}

/* placeholder */
.sm-date-picker
  > .sm-text-field
  > .sm-text-field-content
  > .sm-text-field-hint {
  line-height: 20px;
}

/* input */
.sm-date-picker
  > .sm-text-field
  > .sm-text-field-content
  > input.sm-text-field-input {
  height: auto;
  color: #555;
}

/* dialog 标题栏 */
.sm-dialog .sm-date-picker-header {
  background-color: white;
  color: #136eed;
  height: auto;
  text-align: center;
  padding: 8px;
}

.sm-dialog .sm-date-picker-header > .sm-date-picker-header-year,
.sm-dialog .sm-date-picker-header > .sm-date-picker-header-label {
  display: inline-block;
  font-size: 16px;
  margin: 0;
}

/* dialog 日期栏 */
.sm-dialog .sm-dialog-body {
  padding-bottom: 0px !important;
}

/* 颜色 */
.sm-date-picker-date.state-active .sm-date-picker-date-cell,
.sm-date-picker-date-cell:hover {
  background-color: #136eed !important;
}

/* 切换月份图标 */
.sm-dialog i.sm-icon {
  display: none;
}

.sm-dialog .sm-center-ripple::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  position: absolute;
  top: 13px;
  left: 21px;
}

.sm-dialog .sm-date-picker-month-carousel-prev > .sm-center-ripple::before {
  content: "\f104";
}

.sm-dialog .sm-date-picker-month-carousel-next > .sm-center-ripple::before {
  content: "\f105";
}

.unselectable {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* #endregion */

/* divTable */
/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #e0e0e0 !important;
}

.divTableRow {
  display: table-row;
}

.divTableCell,
.divTableHead {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: table-cell;
  padding: 12px 16px;
}

.divTableCell:last-child,
.divTableHead:last-child {
  border-right: none;
}

.divTableBody .divTableRow:last-child .divTableCell {
  border-bottom: none;
}

.divTableHeading {
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

.divTableBody .divTableRow.success .divTableCell {
  background-color: #e5f2fc;
}

.divTableBody .divTableRow:hover {
  background-color: #f5f5f5;
}

.divTableCell.project-level-1 {
  padding-left: 16px !important;
}

.divTableCell.project-level-2 {
  padding-left: 40px !important;
}

.divTableCell.project-level-3 {
  padding-left: 64px !important;
}

.divTableCell.project-level-4 {
  padding-left: 88px !important;
}

.divTableCell.project-level-5 {
  padding-left: 112px !important;
}

.width-60 {
  width: 60px;
}

.width-80 {
  width: 80px;
}

.width-100 {
  width: 100px;
}

.width-110 {
  width: 110px;
}

.width-120 {
  width: 120px;
}

.width-140 {
  width: 140px;
}

/* #region dashboard */
.dashboard {
  margin-top: -8px;
}
.dashboard > .page_title_m > .title {
  color: #5c5c5c;
}
.dashboard > .page_title_m .lean-icon::before {
  background-color: #5c5c5c;
  cursor: pointer;
}
/* #endregion */

/* #region 筛选条件 */
.home_filter ul.filter_list {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 12px;
  margin: 6px 0;
}
.home_filter ul.filter_list > li {
  display: table;
  margin: 2px 0;
}
.home_filter ul.filter_list > li > .title {
  color: #5c5c5c;
  display: table-cell;
  width: 80px;
  text-align: right;
  padding-right: 16px;
}
.home_filter ul.filter_list > li > .content {
  display: table-cell;
}
.home_filter ul.filter_list > li > .content > ul > li {
  display: inline-block;
  padding: 1px 3px;
  margin: 2px 8px 2px 0;
}
.home_filter ul.filter_list > li > .content > ul > li .btn {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 3px;
}
.home_filter ul.filter_list > li > .content > ul > li.active {
  color: white;
  background-color: #136eed;
  border-radius: 2px;
}

/* .checked_list */
.home_filter ul.filter_list.checked_list {
  background-color: #f8f8f8 !important;
  margin: -8px -15px 16px -15px;
  padding: 12px 15px;
}
.home_filter ul.filter_list.checked_list > li > .title {
  color: #1a1a1a;
  font-size: 14px;
}
.home_filter ul.filter_list.checked_list > li > .content > ul > li {
  color: #1a1a1a;
  background-color: #e5f2fc;
  border: 1px solid #94c4f7;
  border-radius: 2px;
  padding: 2px 2px 2px 4px;
  cursor: pointer;
}
.home_filter
  ul.filter_list.checked_list
  > li
  > .content
  > ul
  > li
  > i.close-fill {
  margin-left: 2px;
}

/* .more_filters */
.home_filter > .more_filters {
  background-color: #f8f8f8;
  margin: 0 -15px;
  padding: 4px 16px;
}
.home_filter > .more_filters > ul.filter_list:first-child {
  margin-top: 0px;
}

/* .more_title */
.home_filter > .more_title {
  margin: 0 -15px;
  border-top: 2px solid #f8f8f8;
}
.home_filter > .more_title > div {
  display: inline-block;
  padding: 5px 16px;
  color: #136eed;
  background-color: #f8f8f8;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
}
/* #endregion */

/* dropdown-menu */
.dropdown-menu {
  padding: 7px 10px;
}
.dropdown-menu > li > a {
  padding: 7px 12px;
  color: #5c5c5c;
  border-radius: 3px;
}
.dropdown-menu > li > a:hover {
  background-color: #136eed;
  color: white;
}
.dropdown-menu > li > a > .lean-icon::before {
  background-color: #5c5c5c;
}
.dropdown-menu > li > a:hover > .lean-icon::before {
  background-color: white;
}

/* 顶部、底部固定 */
#sticky-top {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 999;
}

#sticky-top.scroll {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.08);
}

#sticky-bottom {
  position: sticky;
  bottom: 0;
  background-color: white;
  z-index: 999;
  box-shadow: 0px -3px 2px rgba(0, 0, 0, 0.08);
}
/* 处理：#app的padding-top会导致使用粘性定位时，顶部有空白 */
.sticky-top-mask {
  height: 8px;
  width: 100%;
  position: fixed;
  top: 48px;
  background: white;
  z-index: 999;
}

/* #region 微应用*/
#micro-app-container {
  height: 100%;
}

#__qiankun_microapp_wrapper_for_system_management__ {
  height: 100%;
}
/* #endregion */

#list-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 3px;
  margin-top: -1px;
}

/* #region TinyMCE */
.tinymce-item {
  font-family: "PingFang SC";
  color: #000000;
  padding: 8px 0;
  margin: 8px 0px;
}
/* #endregion */

/* #region 水平布局*/
.lean-layout {
  display: flex;
  height: 100%;
}
.lean-layout > .lean-sider {
  flex: none;
  height: 100%;
  min-width: 210px;
  padding: 16px;
  border-right: 1px solid #e0e0e0;
  overflow-y: auto;
}
.lean-layout > .lean-sider > ul > li {
  padding: 4px 4px 4px 16px;
  border-radius: 3px;
  margin-bottom: 8px;
  cursor: pointer;
}
.lean-layout > .lean-sider > ul > li > a {
  color: #1a1a1a !important;
}
.lean-layout > .lean-sider > ul > li.active,
.lean-layout > .lean-sider > ul > li:hover {
  background: #e5f2fc;
  color: #136eed;
}
.lean-layout > .lean-sider > ul > li.active > a,
.lean-layout > .lean-sider > ul > li:hover > a {
  color: inherit !important;
}
.lean-layout > .lean-content {
  flex: 1;
  height: 100%;
  padding: 8px 16px 16px;
  overflow-y: auto;
}
.lean-layout > .lean-content > .lean-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-weight: bold;
}
/* #endregion */

/* #region 状态灯颜色*/
.fa.fa-circle.red {
  color: #eb424d !important;
}
.fa.fa-circle.yellow {
  color: #ffd646 !important;
}
.fa.fa-circle.green {
  color: #2de054 !important;
}
.fa.fa-exclamation-circle.green {
  color: #2de054 !important;
}
/* #endregion */

/* 限制textarea仅可以上下拖拽 */
textarea {
  resize: vertical;
  min-height: 34px;
}

/* #region 调整select中的下拉箭头位置*/
.custom-select {
  position: relative;
  background-color: white;
  z-index: 0;
}

.custom-select > select.form-control {
  /*将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
}

.custom-select > select.form-control[disabled] {
  background-color: #eeeeee;
}

.custom-select > i.lean-icon.down-s-line {
  position: absolute;
  top: 7px;
  right: 4px;
  z-index: -1;
}

.custom-select > i.lean-icon.down-s-line::before {
  background-color: #858585;
}
/* #endregion */

/* #region 禁用的属性，在编辑页面展示之前禁用的信息加删除线（将div伪装成select）*/
.custom-select.with-del > .pretend-select.form-control {
  min-height: 34px;
  padding: 6px 8px;
  position: relative;
}
.custom-select.with-del > select {
  position: absolute;
  top: 0;
  left: 0;
}
.custom-select.with-del > select.transparent {
  opacity: 0;
}
.custom-select.with-del > i.lean-icon.down-s-line {
  z-index: 0;
}
/* #endregion */

/* input输入格式不正确的提示 */
.form-group > input.form-control.error {
  border-color: #e01422;
  margin-bottom: 4px;
}
.form-group > .error-msg {
  color: #e01422;
}
/* 调整消息图标 */
.lean-icon.question-line::before,
.lean-icon.notification-3-line::before {
  transform: scale(0.7);
}

.lean-icon.notification-3-line {
  position: relative;
}

.lean-icon.notification-3-line > span.badge {
  z-index: 2;
  margin: 0;
  position: absolute;
  left: 8px;
  top: -3px;
  min-width: 12px;
  height: 12px;
  line-height: 12px;
  font-family: "Arial";
  font-style: normal;
  padding: 0 3px;
}
.lean-icon.notification-3-line > span.badge > span {
  display: block;
  font-size: 10px;
  transform: scale(0.83);
  text-align: center;
}

/* 侧边栏折叠展开图标 */
.expand-fold-handler {
  position: absolute;
  bottom: 7px;
  right: 7px;
  padding: 3px 6px;
  border-radius: 3px;
  cursor: pointer;
}
.expand-fold-handler:hover {
  background-color: #e0e0e0;
}
.expand-fold-handler > .lean-icon.download-line.expand::before {
  transform: scale(0.6) rotate(90deg);
}
.expand-fold-handler > .lean-icon.download-line.fold::before {
  transform: scale(0.6) rotate(270deg);
}

/* TODO: 以后升级bootstrap时须调整 */
/* #region ngx-bootstrap v9 + bootstrap v3.3.7 */
/* 处理modal内容不显示 */
modal-container.modal.fade.show {
  opacity: 1;
}
modal-container.modal.fade.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/* #endregion */

/* #region保密项目小锁标识 */

.title-flex {
  display: flex;
}
.title-flex > .title {
  flex-grow: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title-flex > .secret-mark {
  flex: auto;
  position: relative;
  min-width: 20px;
}
.title-flex > .secret-mark > .lean-icon.lock-fill {
  position: absolute;
  top: -5px;
  left: 1px;
}
.title-flex > .secret-mark > .lean-icon.lock-fill::before {
  background-color: #858585;
  transform: scale(0.4);
}
/* #endregion */

/* #region待回执列表 保密、关联回执 标识 */

.title-flex > .marks {
  flex: auto;
  min-width: 20px;
}
.title-flex > .marks > .secret-mark,
.title-flex > .marks > .link-mark {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 10px;
}
.title-flex > .marks > .secret-mark > .lean-icon.lock-fill,
.title-flex > .marks > .link-mark > a > .lean-icon.links-fill,
.title-flex > .marks > .link-mark > a > .lean-icon.home-5-line {
  position: absolute;
  top: -5px;
  left: 1px;
}
.title-flex > .marks > .link-mark > a > .lean-icon.links-fill,
.title-flex > .marks > .link-mark > a > .lean-icon.home-5-line {
  cursor: pointer;
}
.title-flex > .marks > .secret-mark > .lean-icon.lock-fill::before {
  background-color: #858585;
  transform: scale(0.4);
}
.title-flex > .marks > .link-mark > a > .lean-icon.links-fill::before,
.title-flex > .marks > .link-mark > a > .lean-icon.home-5-line::before {
  background-color: #858585;
  transform: scale(0.4);
}
.title-flex > .marks > .link-mark > a:hover > .lean-icon.links-fill::before,
.title-flex > .marks > .link-mark > a:hover > .lean-icon.home-5-line::before {
  background-color: #3386f2;
}

.title-flex > .marks > .link-mark > a > .lean-icon.links-fill:hover,
.title-flex > .marks > .link-mark > a > .lean-icon.home-5-line:hover {
  border-bottom: 1px solid #3386f2;
}

/* #endregion */

.position-relative {
  position: relative;
}

.panel-header-right-actions {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1000;
}

/* 流程转办...按钮 */
.btn-group.open .dropdown-toggle.no-border {
  box-shadow: none;
}
.dropdown-toggle.no-border {
  background: #f8f8f8;
  border: none;
}
.dropdown-toggle.no-border:hover {
  background: #e0e0e0;
}
.dropdown-toggle.no-border:active,
.dropdown-toggle.no-border:focus {
  background: #cccccc;
}

/* #region ngx-bootstrap typeahead下拉列表项 */
/* TODO：bootstrap升级后移除 */
typeahead-container.dropdown-menu {
  padding: 4px 0px;
}
typeahead-container.dropdown-menu > .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
typeahead-container.dropdown-menu > .dropdown-item.active,
typeahead-container.dropdown-menu > .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #136eed;
}
/* #endregion */

/* #region 项目回执相关页面中，下发时间标识 */
.issue-time-mark {
  padding: 2px 4px;
  background: rgba(26, 26, 26, 0.16);
  border-radius: 2px;
  font-size: 12px;
}
/* #endregion */

/* #region 账号状态 */
.id-status {
  padding: 1px 3px;
  background-color: #c5e0fa;
  border-radius: 2px;
  color: #136eed;
  font-size: 12px;
  line-height: 16px;
}

.id-status.stop {
  background-color: #e0e0e0;
  color: #5c5c5c;
}
/* #endregion */

/* #region 项目中心/选择变更项目列表 搜索模式图标 */
button.btn.btn-sm.btn-radio > i.lean-icon.search::before {
  left: -5px;
  top: -5px;
}
button.btn.btn-sm.btn-radio.active > i.lean-icon.search::before {
  background-color: #136eed;
}
/* #endregion */

/* #region 调整timepicker样式 */
.has-error .form-control {
  border-color: #e01422 !important;
}
.has-error .form-control:focus {
  border-color: #e01422 !important;
}
/* #endregion */

/* #regin 设置 Webkit 内核浏览器滚动条宽度和颜色 */
/* 滚动条 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* 轨道 */
::-webkit-scrollbar-track {
  background: transparent;
}
/* 滑块 */
::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #7d7d7d;
}
/* 按钮 */
::-webkit-scrollbar-button {
  display: none;
}
/* 角落 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* #endregion */
