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

a {
  cursor: pointer;
}

#main {
  padding: 0 30px;
}

textarea {
  resize: none;
}

section {
  padding: 10px;
}

#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: 13px 10px 13px 0;
  padding: 0;
  border-radius: 4px;
}

#appList .app-name {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 13px 0 13px 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;
}

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

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

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

#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;
}

/* 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;
}

#logTable_wrapper .row:nth-child(2) {
  height: 50vh;
  overflow-y: auto;
}

.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;
}

/* .dataTables_wrapper {
  width: 800px;
  margin: 0 auto;
} */
