.lt-tr {
  width: 100%;
  box-sizing: border-box;
  display: block
}

.lt-tr * {
  box-sizing: border-box
}

.lt-tr .list-box {
  width: 200px;
  height: 290px
}

.lt-tr .left {
  float: left
}

.lt-tr .right {
  float: right
}

.lt-tr .list-box>ul>li i {
  margin-right: 1px;
  margin-left: 4px;
  min-width: 20px
}

.lt-tr .list-box .list-header {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  padding: 0 2px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}

.lt-tr .list-box>ul {
  width: 100%;
  height: 290px;
  margin: 2px 0;
  border-bottom: 0px solid #ddd;
  display: block;
  overflow: auto;
  line-height: 22px;
  text-align: left !important;
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.lt-tr .list-box>ul.lul {
  padding: 3px 0 3px 3px
}

.lt-tr .list-box>ul.rul {
  padding: 3px 3px 3px 0
}

.lt-tr .list-box.left>ul {
  direction: rtl
}

.lt-tr .list-box>ul>li {
  border: 1px solid lightgrey;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  list-style: none;
  margin: 5px 0;
  display: list-item;
  text-align: -webkit-match-parent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #002b65;
  color: #fff;
}

.lt-tr .list-box>ul>li.disabled {
  background-color: lightgrey !important;
  cursor: not-allowed;
  color: #aaa !important;
  border: 1px solid lightgrey !important;
  box-shadow: none !important
}

.lt-tr.sm .list-box>ul>li {
  height: 32px;
  line-height: 32px;
  border-radius: 7px
}

/* .lt-tr.md .list-box>ul>li {
  height: 42px;
  line-height: 42px;
  border-radius: 8px
} */

.lt-tr.lg .list-box>ul>li {
  height: 64px;
  line-height: 64px;
  border-radius: 9px
}

.lt-tr .list-box.left>ul>li {
  direction: ltr
}

.lt-tr.green .list-box>ul>li:not(.active):not(.disabled):hover {
  background-color: #002b65;
  color: white;
  border: 0;
  box-shadow: 0 0 10px 0 #002b65
}

.lt-tr.green .list-box>ul>li.active:hover {
  background-color: #002b65;
  color: white;
  border: 0;
  box-shadow: 0 0 10px 0 #002b65
}

.lt-tr.green .list-box>ul>li.active {
  background-color: #002b65;
  color: white
}

.draw-line {
  stroke: #009aec;
  stroke-width: 2;
  fill: #009aec;
  cursor: pointer
}

.draw-line[id*=drea_temp_mark] {
  stroke-dasharray: 3, 2
}

.draw-line:hover {
  stroke-width: 3;
  stroke-dasharray: 3, 2;
  stroke: #009aec
}

.lt-tr .list-box>ul>li>div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row
}

.lt-tr .list-box>ul>li>div>span:not(.close) {
  /* white-space: nowrap;
  overflow: hidden;
  flex: 1;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  height: 100% */
}
.lt-tr .list-box>ul>li>div>span.close{
  display: none;
}
.lt-tr .list-box>ul>li>div>span.close:hover {
  font-size: 16px
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px white;
  -webkit-box-shadow: inset 0 0 6px white;
  border-radius: 10px;
  background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  background-color: lightgrey
}

.right>ul {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;

}


.lt-tr .list-box>ul>li>div>span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  line-height: 20px !important;
}

.left>ul {
  display: flex !important;
  align-items: center;

}
circle {
  display: none !important;
}

.lt-tr .left>ul>li {
  height: 90px !important;

}
.lt-tr .left>ul>li>div>span {
  height: 90px !important;
}