
.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-select-dropdown {
  z-index: 9999999 !important;
}
.el-form-item.is-required .el-form-item__label:before {
  display: none;
}
.hc-textbox .el-input .el-input__inner {
  font-size: 13px !important;
}
.tenant-main {
  width: 96%;
  box-sizing: border-box;
  position: absolute;
  left: 2%;
  padding: 1%;
}
.tenant-main-row {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 25px;
  min-width: 1280px;
}
.runningClass {
  scolor: red;
  font-size: 12px;
  width: 356px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.el-progress-bar__inner {
  background-color: #ffcd04;
}
.tenant-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: calc((100% - 150px) / 5);
  height: 150px;
  border: 1px solid #b6b6b6;
  text-align: center;
  margin: 0 25px 20px 0;
  border-radius: 5px;
  box-shadow: 5px 5px #e5e5e5;
}
.tenant-cls {
  font-size: 16px;
  margin-top: 5px;
}
.tenant-cls-noToken {
  font-size: 16px;
  margin-top: 5px;
}
.tenant-name {
  font-size: 12px;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tenant-status-cls {
  font-size: 30px;
}
.tenant-cls:hover {
  cursor: pointer;
  text-decoration: underline;
}
.execTask:hover {
  cursor: pointer;
  text-decoration: underline;
}
.colorBlue {
  color: #20a0ff;
}
.tenant-main-cell-msg {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.runningCss {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cus_input {
  width: calc(100% - 190px);
}
.tenant-foot {
  display: flex;
  justify-content: space-between;
  padding: 2px 10px;
}
.removeMediaNotif {
  position: absolute;
  right: -14px;
  top: -16px;
  cursor: pointer;
  font-size: 18px;
  z-index: 999;
}
.color_white {
  color: #FFF;
}
.bg_waiting {
  background-color: #FFF;
}
.bg_success {
  background-color: #63C665;
}
.bg_running {
  background-color: #44b4ad;
}
.bg_fail {
  background-color: #ff4949;
}
.bg_cancel {
  background-color: #ff4949;
}

