.layout {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
}
.layout .voyageState:before {
  width: 6px;
  height: 6px;
  display: inline-block;
  content: ' ';
  margin-right: 6px;
  border-radius: 50%;
}
.layout .voyageState.suspended:before {
  background-color: #FFB849;
}
.layout .voyageState.online:before,
.layout .voyageState.stop:before {
  background-color: #69B974;
}
.layout .voyageState.offline:before {
  background-color: #C8C8C8;
}
.layout .voyageState.warning:before {
  background-color: #E95151;
}



.sider {
  width: 360px;
  /*width: 0;*/
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .15);
  padding-bottom: 30px;
  background-color: rgba(248, 248, 248, 1);
  position: relative;
  z-index: 9;
}
.sider .box {
  margin: 20px 20px 0 20px;
}
.sider .box .title {
  font-size: 18px;
  padding-left: 15px;
  position: relative;
}
.sider .box .title:before {
  width: 4px;
  display: block;
  content: ' ';
  background-color: #5FA9E3;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}

.sider .lists {
  margin-top: 15px;
}
.sider .lists .empty {
  color: #757575;
  padding: 20px;
}

.sider .lists .item {
  color: #3C3C3C;
  display: flex;
  padding: 10px;
  margin-bottom: 6px;
  background-color: #fff;
}
.sider .lists .item:hover,
.sider .lists .item.active {
  cursor: pointer;
  background-color: rgba(95, 169, 227, 0.1);
}
.sider .lists .item div:not(:last-child) {
  flex: 1;
  padding-right: 5px;
}
.sider .lists .voyageState {
  width: 60px;
  position: relative;
}

/* form */
.sider .l-form .l-form-buttons {
  margin-top: 0;
}



#allmap {
  flex: 1;
  height: 100%;
}
#allmap .BMap_cpyCtrl.BMap_noprint.anchorBL,
#allmap .anchorBL {
  display: none;
}
#allmap .anchorBL:not(.BMap_scaleCtrl) {
  display: none !important;
  opacity: 0 !important;
  z-index: -1;
}
#allmap .BMap_pop {
  width: 450px;
  height: 300px;
}
#allmap .BMap_pop > div {
  border-color: transparent !important;
}
#allmap .BMap_pop > div:nth-child(1),
#allmap .BMap_pop > div:nth-child(3),
#allmap .BMap_pop > div:nth-child(5),
#allmap .BMap_pop > div:nth-child(7),
#allmap .BMap_pop > img[src*="close"],
#allmap .BMap_pop .BMap_top,
#allmap .BMap_pop .BMap_center,
#allmap .BMap_pop .BMap_bottom {
  display: none !important;
}
#allmap .BMap_pop > div[style*="width: 450"] {
  box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  left: 0 !important;
  top: 0 !important;
}
#allmap .BMap_pop > div[style*="width: 34"] {
  width: 0 !important;
  height: 0 !important;
  transform: rotate(135deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 9px;
  border-color: #fff #fff transparent transparent !important;
  margin-left: -9px;
  z-index: 11 !important;
  left: 50% !important;
  top: 220px !important;
}
#allmap .BMap_pop > div[style*="width: 34"] img {
  display: none !important;
}

#allmap .BMap_shadow {
  display: none;
}



.pagination {
  margin-top: 15px;
}
.pagination .page-item {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  border-right: 0;
  text-align: center;
}
.pagination .page-item:last-child {
  border-right: 1px solid #e5e5e5;
}
.pagination .page-item a {
  color: #3c3c3c;
  text-decoration: none;
}
.pagination .page-item.active {
  border-color: #5FA9E3;
  background-color: #5FA9E3;
}
.pagination .page-item.active a {
  color: #fff;
}
.pagination .page-item.disabled {
  cursor: not-allowed;
}
.pagination .page-item.disabled a {
  color: #c7c7c7;
}

.l-window-mask,
.l-dialog-waittingdialog {
  z-index: 999;
}
.info-window {
  padding: 15px 30px;
}
.info-window .top {
  display: flex;
  justify-content: space-between;
}
.info-window .top .bargeName {
  font-size: 14px;
  font-weight: 700;
}
.info-window .timeline {
  border: 1px solid #EEEEEE;
  height: 115px;
  margin: 15px 0;
  padding: 15px;
  background-color: #F8F8F8;
}
.info-window .timeline .container {
  margin-top: 15px;
}
.info-window .timeline .totalNum {
  font-size: 14px;
  margin-bottom: 5px;
}
.info-window .timeline .detailNum span {
  display: inline-block;
  margin-right: 5px;
}

.info-window .content .item:not(:last-child) {
  margin-bottom: 7px;
}
.info-window .content .item span {
  color: #A0A0A0;
}
.info-window .gsmLevel {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: -3px;
  background-size: 20px 100px;
  background-image: url('./images/gsmLevel.png');
}
.info-window .gsmLevel.level1,
.info-window .gsmLevel.level2 {
  background-position: 0 0;
}
.info-window .gsmLevel.level3 {
  background-position: 0 -40px;
}
.info-window .gsmLevel.level4 {
  background-position: 0 -60px;
}
.info-window .gsmLevel.level5 {
  background-position: 0 -80px;
}


.info-window .steps {
  display: flex;
  position: relative;
}

.steps__item {
  position: relative;
}
.steps__item:not(:first-child):not(:last-child) {
  flex: 1;
}
.steps__item:first-child .steps__title {
  text-align: left;
}
.steps__item:last-child .steps__title {
  text-align: right;
}
.steps__item:not(:first-child):not(:last-child) .steps__tail {
  right: 0;
  left: 0;
}
.steps__item:first-child .steps__tail {
  width: 50%;
  right: 0;
}
.steps__item:last-child .steps__tail {
  width: 50%;
  left: -15px;
}
.steps__item:not(:first-child) .steps__dot:after {
  width: 0;
  height: 0;
  display: block;
  content: ' ';
  border-top: 6px solid transparent;
  border-left: 8px solid #60AAE3;
  border-bottom: 6px solid transparent;

  position: absolute;
  left: -12px;
  top: 2px;
}


.steps__title {
  color: #60AAE4;
  font-size: 14px;
  margin-top: 25px;
  text-align: center;
}
.steps__dot {
  color: rgba(0, 0, 0, 0);
  width: 16px;
  height: 16px;
  border: 1px solid #60AAE3;
  margin-left: -8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 2px;
}
.steps__dot:before {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  display: block;
  content: ' ';
  border-radius: 50%;
  background-color: #60AAE3;
  position: absolute;
  left: 50%;
  top: 50%;
}
.steps__tail {
  height: 2px;
  background-color: #60AAE3;
  position: absolute;
  top: 10px;
}

