.ui-loader {
  display: none !important;
}

#sign-in-container, #reset-passwd-container {
  position: fixed;
  margin: 0;
  height: 100%;
  width: 100%;
}

input, select {
  padding: 5px;
  border: 1px;
  border-color: #eee;
  outline: none;
  outline-width: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
}

input.search {
  background: url(/mapmaker/assets/ic-search.svg) no-repeat 9px 9px;
  background-size: 12px 12px;
  padding-left: 30px;
}

body, html, .body-inner {
  overflow: hidden;
}

.input-group-prepend {
  height: 32px;
}

.search-card {
  display: none;
}

.search-card.active {
  display: block;
}

.default-card {
  display: none;
}

.default-card.active {
  display: block;
}

.result-card {
  display: none;
}

.result-card.active {
  display: block;
}

.beansmap {
  position: fixed;
  left: 0px;
  width: 100vw;
  top: 0px;
  height: 100vh;
}

.cancel.address {
  float: right;
  margin-right: 10px;
  width: 60px;
  margin-top: 5px;
  padding-left: 10px;
  color: #00f;
  overflow: hidden;
  display: none;
  cursor: pointer;
}

.cancel.address.active {
  display: block;
}

.input.address {
  width: 100%;
  background-color: #eee;
}

.input.address.active {
  width: calc(100% - 70px);
}

.input.unit {
  width: 100%;
  background-color: #eee;
  display: none;
}

.list.autocomplete {
  display: none;
}

.headeritem.autocomplete {
  background-color: #eee;
  font-size: 0.8rem;
  display: none;
}

.listitem.autocomplete {
  background: url(/mapmaker/assets/autocomplete.svg) no-repeat 12px 5px;
  background-size: 30px 30px;
  border-bottom: 1px solid #eee;
  display: none;
  cursor: pointer;
}

.listitem.autocomplete:hover {
  background-color: #eee;
}

.headeritem.unitcomplete {
  background-color: #eee;
  font-size: 0.8rem;
  display: none;
}

.listitem.unitcomplete {
  border-bottom: 1px solid #eee;
  display: none;
  cursor: pointer;
}

.listitem.unitcomplete:hover {
  background-color: #eee;
}

.businessname.autocomplete {
  color: #777;
  font-size: 0.9rem;
}

.address2.autocomplete {
  color: #999;
  font-size: 0.9rem;
}

.distance.autocomplete {
  color: #aaa;
  font-size: 0.9rem;
}

.result-card .polygondata {
  max-width: 100%;
}

.result-card .line1 {
  max-width: calc(100vw - 130px);
}

.result-card .line2, .result-card .line3, .result-card .line4 {
  color: #999;
  font-size: 0.9rem;
  max-width: calc(100vw - 130px);
}

.result-card .distance {
  color: #777;
  font-size: 0.9rem;
  max-width: calc(100vw - 130px);
}

.result-card .cancel {
  background-color: #eee;
  margin-left: 5px;
  height: 2rem;
  width: 2rem;
  padding-top: 3px;
  font-size: 0.9rem;
  border-radius: 0.75rem;
  text-align: center;
  cursor: pointer;
}

.result-card .tile {
  width: calc((100% - 20px) / 3);
  float: left;
  height: 110px;
  background-color: #eee;
  border-radius: 15px;
}

.polygondata {
  margin-top: 10px;
}

.navigate {
  background-color: rgb(0, 124, 207);
  mask-size: 50px 50px;
  -webkit-mask-size: 50px 50px;
  mask-image: url(/mapmaker/assets/navigate.svg);
  -webkit-mask-image: url(/mapmaker/assets/navigate.svg);
  width: 50px;
  height: 50px;
  float: right;
}

.buttonbar.left {
  position: fixed;
  left: 10px;
  width: 50px;
  top: 10px;
}

.buttonbar.right {
  position: fixed;
  right: 10px;
  width: 50px;
  top: 10px;
}

.buttonbar .back {
  background: url(/mapmaker/assets/back.svg) no-repeat 0px 0px;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  display: none;
  cursor: pointer;
}

.buttonbar .distance {
  background: url(/mapmaker/assets/distance.svg) no-repeat 0px 0px;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  cursor: pointer;
}

.buttonbar .satellite {
  background: url(/mapmaker/assets/satellite.svg) no-repeat 0px 0px;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  cursor: pointer;
}

.buttonbar .mylocation {
  background: url(/mapmaker/assets/mylocation.svg) no-repeat 0px 0px;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  cursor: pointer;
}

.buttonbar .polygon.order {
  background: url(/mapmaker/assets/order.svg) no-repeat 0px 0px;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  cursor: pointer;
}

.buttonbar .polygon.direction {
  background: url(/mapmaker/assets/directions.svg) no-repeat 0px 0px;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  cursor: pointer;
}

.buttonbar .polygon.rotate {
  background: url(/mapmaker/assets/corners.svg) no-repeat 0px 0px;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  cursor: pointer;
}

.buttonbar .pline.direction, .buttonbar .btnslider, .buttonbar .savedata, .buttonbar .paste, .buttonbar .duplicate, .buttonbar .switchxy, .buttonbar .modify, .buttonbar .copy, .buttonbar .delete {
  padding-top: 11px;
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
  margin-left: 5px;
  margin-top: 10px;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-color: #eee;
  border-radius: 21px;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.buttonbar .logout {
  background: url(/mapmaker/assets/logout.svg) no-repeat 0px 0px;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  cursor: pointer;
}

.default-card .tileicon {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.default-card .tileicon.type-unit {
  background-color: rgb(10, 34, 57);
  mask-size: 20px 20px;
  -webkit-mask-size: 20px 20px;
  mask-image: url(/mapmaker/assets/unit.svg);
  -webkit-mask-image: url(/mapmaker/assets/unit.svg);
}

.marker {
  position: absolute;
  cursor: pointer;
  user-select: none;
  margin-left: 0px;
  background-color: rgba(255, 178, 15, 0.6);
  border: 1px solid #DD920f;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
  pointer-events: none;
}

.marker-selected {
  position: absolute;
  cursor: pointer;
  user-select: none;
  margin-left: 0px;
  background-color: rgba(15, 178, 255, 0.6);
  border: 1px solid #0f92DD;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
  pointer-events: none;
}

@media screen and (min-width: 1000px) {
  .beans-card {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;

    position: fixed;
    left: 20px;
    top: 20px;
    width: 400px;
    max-height: 500px;
    background-color: #fff;
    z-index: 999;

    overflow-y: hidden;
  }

  .beans-card.big-card {
    overflow-y: scroll !important;
  }

  .list.autocomplete.active {
    display: block;
    height: 400px;
    overflow-y: scroll;
  }

  .buttonbar.left {
    left: 20px;
    top: 140px;
  }

  .buttonbar.right {
    top: 20px;
  }

}

.body-inner.autoflow {
  overflow: auto;
}

@media screen and (max-width: 1000px) {
  html.scrollme, body.scrollme, .body-inner.scrollme {
    overflow: auto;
  }

  .beans-card {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .beans-card.big-card {
    position: fixed;
    left: 0px;
    width: 100vw;
    bottom: 0px;
    height: 110px;
    background-color: #fff;
    z-index: 999;
  }

  .beans-card.small-card {
    position: fixed;
    left: 0px;
    width: 100vw;
    bottom: 0px;
    height: 110px;
    background-color: #fff;
    z-index: 999;
  }

  .result-card {
    height: auto;
    background-color: #fff;
  }

  .beans-card.active {
    position: absolute;
    top: 10px;
    height: auto;
    min-height: calc(100vh - 10px);
  }

  .list.autocomplete.active {
    display: block;
    height: calc(100vh - 100px);
    overflow-y: scroll;
  }

  .modal-hide {
    height: 0px !important;
    overflow: hidden !important;
    padding: 0px !important;
  }
}
