@charset "UTF-8";
/* 设置 notification、message 层级在 loading 之上 */
.el-message,
.el-notification {
  z-index: 2058 !important;
}

/* el-alert */
.el-alert {
  border: 1px solid;
}

/* 当前页面最大化 css */
.main-maximize .aside-split,
.main-maximize .el-aside,
.main-maximize .el-header,
.main-maximize .el-footer,
.main-maximize .tabs-box {
  display: none !important;
}

/* mask image */
.mask-image {
  padding-right: 50px;
  mask-image: linear-gradient(90deg, #000000 0%, #000000 calc(100% - 50px), transparent);
}

/* custom card */
.card {
  box-sizing: border-box;
  padding: 0 12px;
  overflow-x: hidden;
  background-color: var(--el-bg-color);
  border-radius: 6px;
}

.el-form-item .el-form-item__label {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #333;
}

.el-icon-question {
  margin-left: 4px;
  color: #888888;
  font-size: 12px;
}

.el-icon-question:hover {
  color: #333;
}

.el-input__inner {
  font-size: 12px;
}

.el-radio__label {
  font-size: 12px;
  color: #333;
}

/* ProTable 不需要 card 样式（在组件内使用 ProTable 会使用到） */
.no-card .card {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.no-card .table-search {
  padding: 18px 0 0 !important;
  margin-bottom: 0 !important;
}

/* content-box (常用内容盒子) */
.content-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content-box .text {
  margin: 20px 0 30px;
  font-size: 23px;
  font-weight: bold;
  color: var(--el-text-color-regular);
}

.content-box .el-descriptions {
  width: 100%;
  padding: 40px 0 0;
}

.content-box .el-descriptions .el-descriptions__title {
  font-size: 18px;
}

.content-box .el-descriptions .el-descriptions__label {
  width: 200px;
}

/* main-box (树形表格 treeFilter 页面会使用，左右布局 flex) */
.main-box {
  display: flex;
  width: 100%;
  height: 100%;
}

.main-box .table-box {
  width: calc(100% - 230px);
}

/* proTable */
.table-box,
.table-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.table-box .table-search,
.table-main .table-search {
  padding: 18px 18px 0;
  margin-bottom: 10px;
}

.table-box .table-search .el-form .el-form-item__content > *,
.table-main .table-search .el-form .el-form-item__content > * {
  width: 100%;
}

.table-box .table-search .el-form .el-range-editor.el-input__wrapper,
.table-main .table-search .el-form .el-range-editor.el-input__wrapper {
  padding: 0 10px;
}

.table-box .table-search .operation,
.table-main .table-search .operation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.table-box .table-header .header-button-lf,
.table-main .table-header .header-button-lf {
  display: flex;
  align-items: flex-start;
  min-height: 40px;
}

.table-box .table-header .header-button-lf .el-select .el-input,
.table-main .table-header .header-button-lf .el-select .el-input {
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-size: 12px;
}

.table-box .table-header .header-button-lf .el-select .el-input .el-input__wrapper,
.table-main .table-header .header-button-lf .el-select .el-input .el-input__wrapper {
  border-radius: 0;
  padding: 0;
}

.table-box .table-header .header-button-lf .el-select .el-input .el-input__wrapper .el-icon,
.table-main .table-header .header-button-lf .el-select .el-input .el-input__wrapper .el-icon {
  color: #555;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  margin-right: 8px;
}

.table-box .table-header .header-button-lf .el-select .el-input .el-input__wrapper .el-input__inner,
.table-main .table-header .header-button-lf .el-select .el-input .el-input__wrapper .el-input__inner {
  padding: 0 16px;
}

.table-box .table-header .header-button-lf .el-input,
.table-main .table-header .header-button-lf .el-input {
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-size: 12px;
}

.table-box .table-header .header-button-lf .el-input .el-input__wrapper,
.table-main .table-header .header-button-lf .el-input .el-input__wrapper {
  border-radius: 0;
}

.table-box .table-header .header-button-lf .el-input .el-input__wrapper .el-icon,
.table-main .table-header .header-button-lf .el-input .el-input__wrapper .el-icon {
  color: #555;
  font-size: 14px;
  cursor: pointer;
  margin-right: 8px;
}

.table-box .table-header .header-button-lf .el-input .el-input__wrapper .el-input__inner,
.table-main .table-header .header-button-lf .el-input .el-input__wrapper .el-input__inner {
  padding: 0 16px;
}

.table-box .table-header .header-button-lf,
.table-main .table-header .header-button-lf {
  float: left;
}

.table-box .table-header .header-button-ri,
.table-main .table-header .header-button-ri {
  float: right;
}

.table-box .el-table,
.table-main .el-table {
  flex: 1;
  font-size: 12px;
}

.table-box .el-table .el-switch.is-checked .el-switch__core,
.table-main .el-table .el-switch.is-checked .el-switch__core {
  background-color: #1e8e3e;
}

.table-box .el-table .el-switch .el-switch__core,
.table-main .el-table .el-switch .el-switch__core {
  background-color: #888;
}

.table-box .el-table .el-button,
.table-main .el-table .el-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 12px;
  line-height: 12px;
  margin-left: 0;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #d8d8d8;
  color: #0070cc;
  font-size: 12px;
}

.table-box .el-table .el-button:last-child,
.table-main .el-table .el-button:last-child {
  border-right: 0;
}

.table-box .el-table table,
.table-main .el-table table {
  width: 100%;
}

.table-box .el-table .el-table__header th,
.table-main .el-table .el-table__header th {
  height: 36px;
  font-size: 12px;
  font-weight: bold;
  color: var(--el-text-color-primary);
  color: #73777a;
  background: var(--el-fill-color-light);
  font-weight: 400;
}

.table-box .el-table .el-table__row,
.table-main .el-table .el-table__row {
  font-size: 12px;
  height: 52px;
  line-height: 20px;
  vertical-align: middle;
}

.table-box .el-table .el-table__header .el-table__cell > .cell,
.table-main .el-table .el-table__header .el-table__cell > .cell {
  white-space: nowrap;
}

.table-box .el-table .el-table__empty-block,
.table-main .el-table .el-table__empty-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.table-box .el-table .el-table__empty-block .table-empty,
.table-main .el-table .el-table__empty-block .table-empty {
  line-height: 30px;
}

.table-box .el-table .table-image,
.table-main .el-table .table-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.table-box .el-pagination,
.table-main .el-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

/* el-table 组件大小 */
.el-table--small .el-table__header th {
  height: 40px !important;
  font-size: 14px !important;
}

.el-table--small .el-table__row {
  height: 40px !important;
  font-size: 13px !important;
}

.el-table--large .el-table__header th {
  height: 50px !important;
  font-size: 16px !important;
}

.el-table--large .el-table__row {
  height: 50px !important;
  font-size: 15px !important;
}

/* el-drawer */
.el-drawer .el-drawer__header {
  padding: 16px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--el-border-color-lighter);
}

.el-drawer .el-drawer__header span {
  font-size: 17px;
  line-height: 17px;
  color: var(--el-text-color-primary) !important;
}

.el-drawer .el-drawer__footer {
  border-top: 1px solid var(--el-border-color-lighter);
}

.el-drawer .el-select {
  width: 100%;
}

.el-drawer .drawer-multiColumn-form {
  display: flex;
  flex-wrap: wrap;
}

.el-drawer .drawer-multiColumn-form .el-form-item {
  width: 47%;
}

.el-drawer .drawer-multiColumn-form .el-form-item:nth-child(2n-1) {
  margin-right: 5%;
}

/* el-dialog */
.el-dialog {
  padding: 0 !important;
}

.el-dialog__footer{
  padding-bottom: 20px;
  padding-right: 20px;
}

.el-dialog .el-button.add {
  height: 32px;
  border-radius: 0;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  background: #005aa5;
}

.el-dialog .el-dialog__close {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

.el-dialog .el-dialog__header {
  padding: 15px 20px;
  margin: 0;
  border-bottom: 1px solid var(--el-border-color-lighter);
}

.el-dialog .el-dialog__header .el-dialog__title {
  font-size: 16px;
  margin: 0;
}

.el-dialog .el-dialog__body {
  padding: 20px !important;
}

.el-dialog .el-dialog__body .el-form .el-form-item__label {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 auto;
  font-size: var(--el-form-label-font-size);
  color: var(--el-text-color-regular);
  height: 30px;
  line-height: 30px;
  padding: 0 12px 0 0;
  box-sizing: border-box;
  font-size: 12px;
  margin-bottom: 0;
}

.el-dialog .el-dialog__body .el-form .el-form-item__label .el-icon-question {
  margin-left: 4px;
  color: #888888;
  font-size: 12px;
}

.el-dialog .el-dialog__body .el-form .el-form-item__label .el-icon-question:hover {
  color: #333;
}

.el-dialog .el-dialog__body .el-form .el-input__inner {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.el-dialog .el-dialog__body .el-form .el-select {
  width: 100%;
}

.el-tree-select__popper .el-tree-node__expand-icon {
  width: 25px !important;
}

.el-tabs__nav-wrap::after {
  background-color: transparent;
}

:root {
  --el-fill-color-light: #fafafa;
}

.el-button.common {
  border-radius: 0;
  color: #333;
  background: #fafafa;
  padding: 0 16px;
  height: 32px;
  line-height: 30px;
  font-size: 12px;
  border-width: 1px;
  cursor: pointer;
  margin-bottom: 8px;
  margin-right: 8px;
  margin-left: 0;
  border-style: solid;
  background-color: #fafafa;
  border-color: #dedede;
}

.el-button.common:hover {
  background: white;
  border-color: #333 !important;
  color: #333;
}

.el-button.add {
  border-radius: 0;
  color: #fff;
  background-color: #007aea;
  padding: 0 16px;
  height: 32px;
  line-height: 30px;
  font-size: 12px;
  border-width: 1px;
  cursor: pointer;
  margin-bottom: 8px;
  margin-right: 8px;
}

.el-button.add:hover {
  background: #005aa5 !important;
  color: #fff;
}


/*  */

.pro-table-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pro-table-box :deep(.table-main) {
  flex: 1;
  overflow: hidden;
}

.pro-table-box :deep(.table-main) .el-scrollbar__view {
  display: block !important;
}

.el-menu{
  height: 100%;
}

.fixed-menu {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.fixed-device {
  position: absolute;
  bottom: 56px;
  width: 100%;
  text-align: center;
}

#content-container{
  width:100%;
  height: 100%;
}