html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#map {
  padding: 0;
  margin: 0;
  height: 100%;
}

#BasemapToggle {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 50;
}

#legendDivPanle {
  float: left;

  width: 340px;
}

.esriLegendServiceLabel,
.esriLegendLayer {
  font-size: 13px;
}

#legendDivPanle table[width="95%"] {
  float: left;
  width: 58px !important;
}

#legendDivPanle -table[width="95%"] {
  float: left;
}

.esriLegendService {
  float: left;
  width: 150px;
  padding-bottom: 0px;
  padding-left: 5px;
}

#legendDivPanle .esriLegendService:nth-child(2) {
  clear: both !important;
}

#search {
  display: none;
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 165px;
}

#toolBar {
  position: absolute;
  top: 20px;
  left: 70px;
  z-index: 50;
  display: none;
}

.esriSimpleSlider div {
  line-height: 30px;
}

.esriSimpleSliderIncrementButton i {
  font-size: 20px;
}

.scalebar_bottom-right {
  right: 180px;
}

.esriControlsBR {
  display: none;
}

.esriSimpleSlider div {
  font-size: inherit;
}
.esriOverviewMap.ovwBL .ovwContainer {
  padding: 0px;
}

#layersManage {
  display: none;
  position: absolute;
  left: 195px;
  top: 60px;
  border: 1px solid #57585a;
  border-radius: 5px;
  background-color: white;
}

#layersManage .items {
  float: left;
  width: 120px;
  font-size: 13px;
  border-right: 1px solid #57585a;
}

#layersManage .item input {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
#layersManage .item span {
  font-size: 13px;
}

.esriLegendLayerLabel {
  display: none;
}

#legendDivPanle .title {
  border-bottom: 1px solid #57585a;
  font-size: 13px;
  font-weight: bold;
  padding-left: 8px;
  line-height: 25px;
}

#legendDivPanle #legendDiv_msg {
  font-size: 13px;
  font-weight: bold;
  padding-left: 8px;
}
#sysInfoPanle {
  position: absolute;
  right: 20px;
  top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #57585a;
  border-radius: 5px;
  background-color: white;
  font-size: 13px;
}

#sysInfoPanle .item {
  margin-left: 10px;
  font-weight: bold;
}
#sysInfoPanle .item:nth-child(1) {
  margin-left: 0px;
}

#sysInfoPanle .item .countNum {
  /*color: chocolate;*/
}

#sysInfoPanle .item .runNum {
  color: forestgreen;
}
#sysInfoPanle .item .errorNum {
  color: darkred;
}

#shipView {
  display: none;
  position: absolute;
  top: 60px;
  left: 70px;
  width: 220px;
  border: 1px solid #57585a;
  border-radius: 2px;
  background-color: white;
  font-size: 13px;
}

#shipView .title {
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  border-bottom: 1px solid #57585a;
}

#shipView .seachDiv {
  padding: 5px;
  padding-left: 10px;
}
#shipView .seachDiv input {
  width: 120px;
}

#shipView .seachDiv button {
  margin-left: 10px;
}

#shipView .gridDiv {
  max-height: 220px;
  overflow: hidden;
  overflow-y: auto;
}
.dijitFocusedLabel {
  border: 0px dotted;
  outline: 0px !important;
}

#rootlessTree {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.claro .dijitTreeRowSelected {
  background-color: inherit !important;
  border: 0px !important;
}

.claro .dijitTreeHover {
  border: 0px !important;
}

.claro .dijitTreeFocused,
.claro .dijitFocused,
.claro .dijitTreeRowActive,
.claro .dijitTitlePaneTitleActive,
.claro .dijitTreeRowHover {
  background-color: inherit;
  border: 1px solid #fff;
}

.claro .dijitFocusedLabel {
  outline: 1px dotted #red;
}

.claro .dijitTreeRowFocused {
  background-repeat: repeat;
}

.claro .dijitTreeNode .dojoDndItemBefore .dijitTreeContent {
  border-top: 0px solid #759dc0;
}
.claro .dijitTreeNode .dojoDndItemAfter .dijitTreeContent {
  border-bottom: 0px solid #759dc0;
}

@keyframes Warning {
  0% {
    opacity: 1;
  }
  50% {
    r: 30;
    opacity: 0.5;
  }
  100% {
    opacity: 0.8;
  }
}

.infoTemp .title {
  display: inline-grid;
  margin-right: 10px;
  width: 60px;
  font-weight: bold;
  text-align: right;
}

.btnBar button {
  margin-right: 10px;
  margin-top: 10px;
}

#playView {
  display: none;
  position: absolute;
  top: 60px;
  left: 300px;
  width: 200px;
  border: 1px solid #57585a;
  border-radius: 2px;
  background-color: white;
  font-size: 13px;
}

#playView .title {
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  border-bottom: 1px solid #57585a;
}

#playView .panle input {
  width: 175px;
  height: 25px;
}

#playView .panle {
  padding: 5px;
  padding-left: 10px;
}

#playView .btns {
  padding-left: 10px;
}
#playView .btns button {
  margin-bottom: 10px;
  margin-right: 5px;
  padding-left: 4px;
  font-size: 16px;
  height: 24px;
  width: 24px;
}

.flowPanle {
  display: none;
  position: absolute;
  border: 1px solid #57585a;
  border-radius: 2px;
  background-color: white;
  font-size: 13px;
}

#mockView {
  top: 80px;
  left: 380px;
  width: 200px;
}
#legenView2,
#legenView {
  display: block;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.flowPanle .title {
  border-bottom: 1px solid #57585a;
  /*background-color: #f2f2f2;*/
  font-size: 13px;
  font-weight: bold;
  padding-left: 8px;
  line-height: 25px;
}
.flowPanle .panle {
  padding: 8px;
}

#legenView2 .item,
#legenView .item {
  float: left;
  margin-bottom: 5px;
  width: 110px;
}

#legenView2 .item .tit,
#legenView .item .tit {
  float: left;
  width: 50px;
  line-height: 20px;
  vertical-align: bottom;
}

#legenView2 .item .cont,
#legenView .item .cont {
  float: left;
  margin-right: 20px;
}

#legenView2 .item .areaDiv,
#legenView .item .areaDiv {
  float: left;
  border: 1px solid #b2b2b2;
  background-color: #40c6fd;
  height: 20px;
  width: 20px;
}

#legenView2 .item .csAreaDiv,
#legenView .item .csAreaDiv {
  float: left;
  border: 1px solid #009b1a;
  background-color: #35d950;
  height: 20px;
  width: 20px;
}
#legenView2 .item .mtAreaDiv,
#legenView .item .mtAreaDiv {
  float: left;
  border: 1px solid #009b1a;
  background-color: #5ee173;
  height: 20px;
  width: 20px;
}
#legenView2 .item .jxAreaDiv,
#legenView .item .jxAreaDiv {
  float: left;
  border: 1px solid #fbc3c2;
  background-color: #b52f00;
  height: 20px;
  width: 20px;
}

#warnZoom {
  display: none;
  position: absolute;
  top: 60px;
  left: 285px;
  border-bottom: 0px;
  border-radius: 2px;
  background-color: white;
  font-size: 13px;
}

#warnZoom i {
  margin-right: 5px;
  font-size: 14px;
}

#warnZoom .esriSimpleSliderIncrementButton {
  width: 60px;
  font-size: 12px;
}

#warnZoom .disableBtn {
  color: #c0c0c0;
}

.clear {
  clear: both;
}

.scalebar_bottom-left {
  left: 270px !important;
  bottom: 20px;
}

#gatherZoom {
  top: 60px;
  left: 250px;
  width: 200px;
}

#gatherZoom .zoomList {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: 28px;
  /*border-top: 1px dashed #d2d2d2;*/
}

#gatherZoom .zoomList li {
  height: 28px;
  border-bottom: 1px dashed #d2d2d2;
  cursor: pointer;
  padding-left: 10px;
}

#gatherZoom .zoomList li:hover {
  background-color: #f8f8f8;
}

#gatherZoom .zoomList li div {
  width: 140px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#gatherZoom .zoomList li button {
  margin-top: 3px;
  float: right;
}

#gatherZoom .zoomList .activeLi {
  background-color: #efefe9;
}
