* {
  outline: none;
  font-family: 'Open Sans', sans-serif
}

.cursor-pointer {
  cursor: pointer
}

a {
  text-decoration: none
}

body {
  background-color: #f4f5f7;
  color: #333
}

.box {
  border-radius: 4px;
  border: 1px solid #e0e3e7;
  background-color: #fff
}

.box.noTop {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.separator {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.btn-xs {
  padding: 0.15rem 0.4rem;
  font-size: 0.675rem;
  border-radius: 0.2rem
}

.map-zone {
  min-height: 400px
}

.path-preview {
  position: relative;
  min-height: 100px
}

.path-preview>.btn {
  position: absolute;
  top: 10px;
  left: 10px
}

.map-wrapper {
  height: 450px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px
}

.map-wrapper .marker {
  width: 100px;
  margin-top: -11px;
  margin-left: -50px;
  height: 22px;
  padding: 0 5px;
  line-height: 22px;
  color: #fff;
  background: #888;
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis
}

.map-wrapper .marker-zone {
  opacity: 0.9;
  width: 40px;
  height: 40px;
  margin-top: -40px;
  margin-left: -20px
}

.map-wrapper .marker-zone>img {
  width: 100%
}

.map-wrapper .marker-pin {
  opacity: 0.9;
  width: 40px;
  height: 50px;
  margin-top: -50px;
  margin-left: -25px
}

.map-wrapper .marker-pin .battery {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 2px;
  background-color: #555
}

.map-wrapper .marker-pin .battery>div {
  border: 1px solid #555;
  border-radius: 3px;
  height: 8px
}

.map-wrapper .marker-pin>img {
  width: 100%
}

div[title=animated-marker] {
  border-radius: 50%;
  background-color: #fff000;
  border: 3px solid #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease
}