#ds_location-modal {
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: -1;
  visibility: hidden;
  display: flex;
  align-items: center;
}
#ds_location-modal.in {
  z-index: 9999;
  visibility: visible;
}
#ds_location-modal .modal-content {
  height: 100%;
}
#ds_location-modal .h-auto {
  height: auto !important;
}
#ds_location-modal > div {
  margin: 0 auto;
  height: 70vh;
  display: flex;
  align-items: flex-start;
  max-height: none;
  position: relative;
  width: 100%;
  border: 1px solid #686868;
}
#ds_location-modal > div .modal-body {
  height: 100%;
}
#ds_location-modal > div .modal-body div {
  height: 100%;
}
#ds_location-modal a {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  display: block;
}
#ds_location-modal a.active {
  color: #2fb5d2;
  font-weight: 700;
}
#ds_location-modal .h2 {
  margin: 0 13px 20px 0;
}
#ds_location-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 39px;
  padding: 6px;
  z-index: 9999;
}
#ds_location-modal #map {
  height: calc(100% - 108px);
}
#ds_location-modal #floating-panel {
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: "Roboto", "sans-serif";
  line-height: 30px;
  padding-left: 10px;
  height: auto;
  display: flex;
}
#ds_location-modal #floating-panel .buttons {
  max-width: 240px;
  display: flex;
}
#ds_location-modal #floating-panel .buttons .btn {
  width: 120px;
}
#ds_location-modal #submit_geocode {
  padding: 0;
  margin: 0 7px;
}
#ds_location-modal #search_geocode {
  width: calc(100% - 240px);
  max-width: 100%;
}

#_desktop_ds_location {
  padding: 13px 0 0 15px;
}
#_desktop_ds_location a {
  display: flex;
}
#_desktop_ds_location a i {
  display: inline-block;
}
#_desktop_ds_location a span {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.waybills {
  margin: 10px 0 10px !important;
}

.waybill {
  z-index: 9;
  margin: 10px 0 10px !important;
  position: relative;
}
.waybill a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */