.cell-detial-show {
  display: inline-block;
  vertical-align: top;
  min-height: 650px;
  cursor: move;
}
.cell-detail {
  display: inline-block;
  vertical-align: top;
  min-height: 650px;
  cursor: move;
  width: 400px;
  min-width: 400px;
  position: relative;
  background-color: white;
}
.cell-detail .header {
  background-color: #333333;
  height: 30px;
  padding: 0px;
}
.cell-detail .header .icon-common {
  color: white;
  margin: 5px 10px;
}
.cell-detail .header .drag-icon {
  float: left;
  color: white;
  margin: 5px 10px;
}
.cell-detail .header .close-icon {
  float: right;
  color: white;
  margin: 5px 10px;
  cursor: pointer;
}
.cell-detail .header .expand-icon {
  color: white;
  margin: 5px 10px;
  float: right;
  cursor: pointer;
  /*margin-left:300px;*/

}
.cell-detail .content {
  height: calc(100% - 30px);
  /*background-color: #fff;*/
  border: 1px solid #e4e4e4;
  border-bottom: none;
}
.cell-detail .content .pair-item {
  margin: 10px 10px 20px 10px;
}
.cell-detail .content .pair-item .position {
  height: 30px;
  line-height: 30px;
}
.cell-detail .content .pair-item .cell-position {
  height: 30px;
  line-height: 30px;
  width: 18%;
  text-align: center;
}
.cell-detail .content .pair-item .formula-desc {
  padding-left: 8px;
}
.cell-detail .content .pair-item .value-panel {
  border: 1px solid #e4e4e4;
  word-wrap: break-word;
  min-height: 30px;
}
.cell-detail .content .pair-item .value-panel .source-list {
  padding-left: 15px;
  margin-top: 5px;
  list-style-type: none;
}
.cell-detail .content .pair-item .value-panel .source-item > span {
  display: table-cell;
}
.cell-detail .content .pair-item .value-panel .col-sm-7 {
  padding-left: 2px;
  width: 58%;
}
.cell-detail .content .pair-item .value-panel .text-align-source {
  text-align: right;
  padding-right: 10px;
}
.cell-detail .content .pair-item .value-panel .col-sm-5 {
  width: 42%;
  padding-left: 0px;
  text-align: right;
  padding-right: 10px;
}
.cell-detail .content .pair-item .value-panel .row {
  margin: 10px 0px 20px 0px;
}
.cell-detail .content .pair-item .value-panel .source-total {
  color: #e0301e;
  font-weight: bold;
  margin: 10px 0px 20px 0px;
  height: 15px;
}
.cell-detail .content .pair-item .value-panel .horizontal-dot-line {
  background-image: linear-gradient(to right, #a6a6a6 50%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  height: 1px;
}
