.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
/*
body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}
*/
html,
body {
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
  background-color: rgb(241, 241, 241);
}

.container {
  max-width: 960px;
}

.main-header {
  max-width: 900px;
}

#performance-report-map {
  height: 400px;
}
#select-map {
  height: 400px;
}
#start-location-map {
  height: 400px;
}
#select-addresses-map {
  height: 400px;
}
#ns-addresses-map {
  height: 300px;
}
#route-map {
  height: 400px;
}
#address-audit-map {
  height: 500px;
}

.slider {
  display: flex;
}
.slider p {
  padding-left: 20px;
  white-space: nowrap;
}

.workingOverlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 20000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.workingOverlayMsg {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: rgb(55, 255, 0);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}

.disabledDiv {
  /* pointer-events: none; */
  opacity: 0.4;
}

.big-checkbox {
  width: 50px;
  height: 20px;
}

.introjs-hint-pulse {
  background-color: rgb(230, 96, 7) !important;
}

.border-pulse {
  border: 2px solid !important;
  border-color: rgb(255, 0, 0) !important;
}

/* Begin add css from https://www.w3schools.com/howto/howto_js_autocomplete.asp */
.location-search-autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.location-search-autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 9900;
  /*position the autocomplete items to be the same width as the container:*/
  /*top: 100%;*/
  left: 0;
  right: 0;
}
.location-search-autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.location-search-autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.location-search-autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.dropdown-menu li {
  padding: 0px 0px 10px 10px;
}

ul.dropdown-menu {
  width: 100%;
  z-index: 100000 !important;
}

.like-dropdown-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.like-dropdown-button {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.dropdown > button {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-floating > .dropdown ~ label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .dropdown > button {
  height: 3.5rem;
  padding-top: 23px;
}

.dropdown-menu > li.disabled,
.dropdown-menu > li.disabled > div,
.dropdown-menu > li.disabled > div:focus,
.dropdown-menu > li.disabled > div:hover {
  color: rgb(177, 177, 177);
  pointer-events: none;
}

/* End add css from https://www.w3schools.com/howto/howto_js_autocomplete.asp */

.address-item-address > div {
  font-size: 1.35rem;
}

.css-icon {
}

.pulsing-marker-class {
  animation: pin-pulsate 8s ease-out;
  animation-iteration-count: infinite;
}

.gps_ring {
  /* border: 5px solid rgb(94, 217, 255); */
  
  -webkit-border-radius: 30px;
  height: 20px;
  width: 20px;
  -webkit-animation: location-pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  /*opacity: 0.0*/
}

@-webkit-keyframes location-pulsate {
  0% {
    -webkit-transform: scale(0.3, 0.3);
    opacity: 0.8;
    background-color: rgb(46, 154, 255);
  }
  50% {
    -webkit-transform: scale(1, 1);
    opacity: 0.4;
    background-color: rgb(46, 154, 255);
  }
  100% {
    -webkit-transform: scale(0.3, 0.3);
    opacity: 0.8;
    background-color: rgb(46, 154, 255);
  }
}

@keyframes pin-pulsate {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(-90deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}

.audit-address-card {
  color: rgb(18,111,198);
}

.huechange01 { filter: hue-rotate(40deg); }
.huechange02 { filter: hue-rotate(80deg); }
.huechange03 { filter: hue-rotate(120deg); }
.huechange04 { filter: hue-rotate(180deg); }
.huechange05 { filter: hue-rotate(240deg); }
.huechange06 { filter: hue-rotate(3000deg); }

.big-checkbox {width: 30px; height: 30px;}