
.drawer[data-v-3ae48082] {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9999;
  height: 100%;

  transition: 1s;
  overflow: hidden;
}
.Eject[data-v-3ae48082] {
  position: absolute;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transition: 1s;
  box-shadow: 10px -20px 10px 10px rgba(0, 0, 0, 0.2);
}
.EjectTop[data-v-3ae48082] {
  left: 0;
  top: 0;
}
.EjectBottom[data-v-3ae48082] {
  left: 0;
  bottom: 0;
}
.EjectLeft[data-v-3ae48082] {
  left: 0;
  top: 0;
}
.EjectRight[data-v-3ae48082] {
  right: 0px;
  top: 0;
  margin: 0;
}
.loading[data-v-3ae48082] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
  z-index: 2099;
  /*background-color: rgba(0,0,0,0.7);*/
}
header[data-v-3ae48082] {
  border-bottom: 1px solid #e8eaec;
}
.headDiv[data-v-3ae48082] {
  height: 100%;
  display: flex;
  padding: 0 20px;
  line-height: 50px;
}
.title[data-v-3ae48082] {
  flex: 1;
  font-size: 15px;
  color: #17233d;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.close[data-v-3ae48082] {
  width: 30px;
  text-align: right;
  font-size: 18px;
  color: #909399;
  cursor: pointer;
  z-index: 2100;
}
.close[data-v-3ae48082]:hover {
  color: #409eff;
}
main[data-v-3ae48082] {
  overflow: auto;
  flex: 1;
  padding: 0px 0px 20px 20px;
  box-sizing: border-box;
}
footer[data-v-3ae48082] {
  border-top: 1px solid #e8eaec;
  padding: 10px 20px;
  box-sizing: border-box;
}

/*滚动条凹槽的颜色，还可以设置边框属性*/
[data-v-3ae48082]::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

/*滚动条的宽度*/
[data-v-3ae48082]::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

/*滚动条的设置*/
[data-v-3ae48082]::-webkit-scrollbar-thumb {
  background-color: #c0c4cc;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 10px;
}
[data-v-3ae48082]::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

/*加载样式*/
.loader[data-v-3ae48082] {
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
      Set the color of the icon
    */
/*svg path{*/
/*  fill: #409EFF;*/
/*}*/

.fc-table-item {
  display: block;
  min-width: 0;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: visible;
  border-bottom: 1px solid #e9ebee;
}
.hc-sub-menu .hc-sub-menu__icon {
  position: relative;
}
.table .el-table__body-wrapper {
  overflow-x: hidden;
}
.el-form-item.is-required .el-form-item__label:before {
  display: none;
}
.hc-textbox .el-input .el-input__inner {
  font-size: 13px !important;
}
.createdialog .el-dialog {
  width: 90% !important;
}
.changeAuthFuncDialog .el-dialog {
  width: 30% !important;
}
.detail .el-dialog {
  width: 80% !important;
  top: 10px !important;
}
.detail .el-form-item {
  margin-bottom: 10px !important;
}
.detail .el-form-item__content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dialog-crate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row-between .cursor:hover {
  cursor: pointer;
}
.detailTips {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detailTips .detailTips-refresh svg {
  margin-right: 20px;
  width: 15px;
  height: 15px;
}
.detailTips .detailTips-refresh:hover {
  cursor: pointer;
}
.processFlowDetail {
  width: 100%;
}
.processFlowDetail table {
  width: 100% !important;
}
.tenantSetContent {
  max-height: 400px;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.tenantSetContent .el-autocomplete {
  width: 100%;
}
.input_remark {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #bfcbd9;
  transition: all 0.3s;
}
.logMain {
  background-color: #23242a;
  color: #fff;
  height: 100%;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding-top: 10px;
  padding-right: 5px;
  word-break: break-all;
  overflow-y: auto;
  height: calc(100vh - 42px - 15px - 20px - 52px - 10px);
}
.logMain > p {
  white-space: pre-line;
}
.logFullMain {
  height: calc(100vh - 42px - 15px - 20px - 10px);
}
.backUrlTip {
  height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-align: left;
  line-height: 22px;
}
.dbmanager-index {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dbmanager-index /deep/ .el-button {
  margin-left: 10px;
}
.dbmanager-index .fontColor_FF6600 {
  color: #FF6600;
}
.dbmanager-index .fontColor_507AFE {
  color: #507AFE;
}
.dbmanager-index .fontColor_07B759 {
  color: #07B759;
}
.dbmanager-index .fontColor_FF4C4C {
  color: #FF4C4C;
}
.dbmanager-index .el-form-item.is-required .el-form-item__label:before {
  display: none;
}
.dbmanager-index .marginleft20 {
  margin-left: 20px;
}
.dbmanager-index .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dbmanager-index .header .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dbmanager-index .header .left .el-select {
  margin-right: 10px;
}
.dbmanager-index .header .right {
  margin-top: 10px;
}
.dbmanager-index .table {
  margin-top: 10px;
  flex: 1;
  width: 100%;
}
.dwui-drawer-close-content,
.dwui-drawer-open-content,
.dwui-drawer-close-content-right,
.dwui-drawer-open-content-right,
.dwui-drawer-close-mode,
.dwui-drawer-open-mode,
.dwui-drawer-close-mode-right,
.dwui-drawer-open-mode-right {
  position: fixed;
  top: 0;
  height: 100%;
}
.dwui-drawer-close-content,
.dwui-drawer-open-content,
.dwui-drawer-close-content-right,
.dwui-drawer-open-content-right {
  width: 10%;
  background: #fff;
  z-index: 99;
}
.dwui-drawer-open-mode,
.dwui-drawer-close-mode,
.dwui-drawer-close-mode-right,
.dwui-drawer-open-mode-right {
  background: #222222;
  opacity: 0.8;
  z-index: 9;
  width: 100%;
  right: 0;
  left: 0;
}
.dwui-drawer-close-content {
  opacity: 0;
  left: 0%;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.2s;
}
.dwui-drawer-open-content {
  opacity: 1;
  left: 0%;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s;
}
.dwui-drawer-close-content-right {
  right: -50%;
  transition: right 0.2s;
}
.dwui-drawer-open-content-right {
  right: 0;
  transition: right 0.2s;
}
.dwui-drawer-close-mode {
  opacity: 0;
  transition: opacity 0.2s;
}
.dwui-drawer-open-mode {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.dwui-drawer-close-mode-right {
  opacity: 0;
  transition: opacity 0.2s;
}
.dwui-drawer-open-mode-right {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.el-dialog__body {
  padding: 20px;
}
.el-dialog__body .el-select {
  width: 100%;
}
.el-popover {
  outline: none !important;
  z-index: 999999 !important;
}
.runningClass {
  color: red;
  font-size: 12px;
  width: calc(100% - 270px);
  line-height: 36px;
  float: right;
}
.runningClass .runningDiv {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tox-tinymce-aux {
  position: relative;
  z-index: 99999;
}


.el-tooltip__popper {
   font-size: 14px;
    max-width: 30%!important;
    text-align: justify;
    text-justify: newspaper;
    word-break: break-all;
    line-height: 20px;
}

