
.form-control[readonly] {
  background-color: #ffffff;
}
.form-control[disabled] {
  background-color: #eeeeee !important;
}
.top-box {
  height: 150px;
  margin: 10px 20px 15px 20px;
  padding: 10px;
  background-color: #ffffff;
}
.top-block {
  width: 20%;
  padding: 0 5px 5px;
}
.top-t-1 {
  margin-bottom: 10px;
}
.top-content {
  height: 100%;
  border: 1px solid #e7eaec;
}
.top-text {
  height: 35px;
  width: 100%;
  text-align: initial;
  font-size: 14px;
  color: #818997;
  overflow: hidden;
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}
/* .top-text span:hover{ color:#818997;}  */
.top-num {
  height: 43px;
  line-height: 15px;
  font-size: x-large;
  color: #404040;
  font-weight: bold;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .top-num span:hover{ color:#404040;}  */
.top-unit {
  font-size: small;
}
.top-box {
  height: auto;
  margin: 10px 20px 15px 20px;
  padding: 10px;
  background-color: #ffffff;
}

