:root {
  --destructive: 0 72.22% 50.59%;
}

body {
  padding-top: 60px;
  background-color: #f5f5f5;
}

a {
  cursor: pointer;
}

#main {
  padding: 0 30px;
}

textarea {
  resize: none;
}

section {
  padding: 10px;
}

body .el-table th.gutter {
  display: table-cell !important;
}

body .el-table colgroup.gutter {
  display: table-cell !important;
}

table {
  width: 100% !important;
}

.el-table__body {
  /* 使表格兼容safari，不错位 */
  width: 100%;
  table-layout: fixed !important;
}

#navigator {
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  padding: 0 10px;
}

#navigator .nav li {
  border-right-width: 1px;
  border-right-color: #e5e5e5;
  border-right-style: solid;
}

#navigator .nav li:first-child {
  border-left-width: 1px;
  border-left-color: #e5e5e5;
  border-left-style: solid;
}

/* homepage */
#homepage {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#appList {
  position: absolute;
  display: inline-block;
  width: 230px;
  background-color: rgb(48, 65, 86);
  height: 100%;

  margin: 0;
  padding: 0;
  padding-top: 51px;

  z-index: 1001;
  overflow: scroll;
}

#appList .list-group {
  margin: 0;
  padding: 0;
}

#appList .list-group-item {
  height: 56px;
  cursor: pointer;
  border-radius: 0;
  border: none;
  color: rgb(191, 203, 217);
  background-color: rgb(48, 65, 86);

  padding: 0 20px;
  margin: 0;

  line-height: 36px;
}

#appList .app-thumbnail {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 10px 10px 0;
  padding: 0;
  border-radius: 4px;
}

#appList .app-name {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 10px 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

#appList .list-group-item.selected {
  background-color: #1f2131;
  color: #fff;
}

#appList .list-group-item:hover {
  background-color: rgb(38, 52, 69);
}

#appDetail {
  position: absolute;
  display: inline-block;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 51px 0 50px 230px;
  margin: 0;
  overflow: scroll;

  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;

  z-index: 1000;
  background-color: #fff;
}

#appDetail #header {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  position: fixed;
  background: #fff;
}

#appDetail #params {
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  margin: 40px 0 0 0;
  height: calc(100% - 40px);
}

#appDetail #params .right {
  display: flex;
}

#appDetail #header .left {
  float: left;
  margin: 0 30px 0 0;
}

#appDetail #header .left.link {
  cursor: pointer;
}

#appDetail #header .left.link .online-key {
  text-decoration: underline;
}

#appDetail #header .right {
  float: right;
  margin: 0 0 0 50px;
}

#appDetail .online-key,
.title {
  font-weight: bolder;
}

#appDetail #paramsList {
  margin: 10px 0 0 0;
  padding: 0;
}

#appDetail #paramsList li {
  list-style: none;
  height: 40px;
  border-bottom: 1px solid #cccccc;
}

#appDetail .params-header {
  color: #999999;
}

#appDetail .params-line {
}

#appDetail .params-line span {
  height: 40px;
  line-height: 40px;
  vertical-align: center;
  margin-top: -2px;
}

#appDetail #paramsList span {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  height: 40px;
  line-height: 40px;
}

#appDetail #paramsList .param-name {
  width: 15%;
}

#appDetail #paramsList .param-value {
  width: 30%;
}

#appDetail #paramsList .param-description {
  width: 35%;
}

#appDetail #paramsList .param-operation {
  float: right;
  width: 15%;
}

.unlocked {
  color: #f0ad4e;
  font-size: 13px;
}

.link-button a {
  color: #606266;
  text-decoration: none;
}

/* new App */
#newApp .input-group {
  margin-bottom: 20px;
}

/* App Config */
#appConfig .page-header {
  margin-top: 0;
  margin-bottom: 0;
}

#appConfig .list-group {
  margin-top: 20px;
}

[v-cloak] {
  display: none;
}

.el-menu-vertical-demo .el-submenu__title i {
  color: #fff;
}
.param-detail {
  position: absolute;
  left: 230px;
  top: 55px;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.param-detail-main {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.param-detail-wrapper {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.param-detail-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
}
.param-detail .title {
  /* height: 50px;
  line-height: 50px; */
  font-size: 28px;
  padding: 0 20px;
  line-height: 80px;
  display: flex;
}
.param-detail .title .update-date .label {
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding: 0 5px 0 0;
  box-sizing: border-box;
  margin-left: 15px;
}
.param-detail .title .update-date .value {
  color: #606266;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
}
.param-detail .content {
  margin-top: 20px;
  height: calc(100% - 80px - 20px);
  overflow-y: scroll;
}
.param-detail .content .el-form .update-date {
  font-size: 15px;
  letter-spacing: 1px;
}
.param-detail .foot {
  padding: 20px 40px;
  display: flex;
  justify-content: flex-end;
}
.param-detail .jsoneditor-wrapper {
  padding: 0 40px;
}
.param-detail .text-icon-button {
  color: #000;
  font-size: 16px;
}
.param-detail .text-icon-button:hover {
  color: #5d9ef8;
}
.param-detail .copy-tips {
  color: #80bf50;
  transition: opacity 0.5s;
}
.param-detail .copy-tips-show {
  opacity: 1;
}
.param-detail .copy-tips-hide {
  opacity: 0;
}
#appDetail .params-list {
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  height: calc(100% - 32px);
}
#appDetail .params-list .el-tabs {
  height: 100%;
}
#appDetail .params-list .el-tabs .el-tabs__content {
  height: calc(100% - 40px);
}
#appDetail .params-list .el-tabs .el-tabs__content .el-tab-pane {
  height: 100%;
}
#appDetail .tabs-exBtn {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: calc(10px + 20px - 16px);
}

#appList .el-menu-vertical {
  width: 231px;
}
#appList .el-menu-vertical .el-submenu .el-menu-item {
  background-color: #222d3c !important;
}
#appList .el-menu-vertical .el-submenu .el-menu-item:hover {
  background-color: #051527 !important;
}
#appList .el-menu-vertical .el-submenu .el-menu-item.is-active {
  background-color: #091526 !important;
}
.custom-message {
  z-index: 3000 !important;
}

.flex {
  display: flex;
}
.flex.ai-center {
  align-items: center;
}
.flex.jc-center {
  justify-content: center;
}
#multiActionDialog .dialog-content {
  padding: 0px 0px 20px 0px;
}

.el-upload__input {
  display: none !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}

.upload-result {
  /* border-bottom: 1px solid #ddd; */
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.upload-webpage-dialog .el-dialog__body {
  padding: 10px 20px 20px 20px;
}

.copy-clipboard-tip {
  margin-left: 10px;
  transition: all 0.15s linear;
}

.el-upload__tip {
  line-height: 20px;
  margin-top: 0;
}

.action-card {
  border: 1px solid #ddd;
  border-radius: 12px;
}

.custom-el_col {
  transition: width 0.2s linear;
}

.el-table .label-item {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.el-table .label-item .label-item-label {
  white-space: nowrap;
}

.el-table .label-item code.label-item-value {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .ace_gutter-cell.ace_error {
  background-image: none !important;
}
.jsoneditor-statusbar>.jsoneditor-parse-error-icon {
  background-image: none !important;
} */
