.cursor-pointer {
  cursor: pointer;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-events {
  pointer-events: none;
}

.no-events .leaflet-popup-tip {
  pointer-events: none;
}

#header-img {
  height: 60px;
  margin: 10px;
}

.map-wrapper {
  height: 400px;
  width: 700px;
  max-width: 700px;
  margin: 15px auto 25px auto;
}

.place-search-col {
  max-width: 700px;
}

.selected-locations {
  /* min-width: 720px; */
  max-width: 720px;
}

.location-limit::placeholder,
.location-limit::-moz-placeholder,
.location-limit:-moz-placeholder,
.location-limit::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.7;
}

#database-tabs-wrapper {
  max-width: 1000px;
  /* min-width: 730px; */
}

#database-tabs-wrapper .nav-item {
  font-weight: 500;
}

.available-accordion,
.selected-accordion {
  margin: 0 0 25px 0;
  overflow-y: scroll;
  max-height: 420px;
}

.available-accordion .card-header .btn-link,
.selected-accordion .card-header .btn-link {
  font-weight: 600;
}

.available-accordion .card-header .btn-link:focus,
.selected-accordion .card-header .btn-link:focus {
  box-shadow: none;
}

.filter-close {
  margin-left: -25px;
  margin-right: 4px;
}

.filter-close:focus,
.filter-close:active {
  outline: none !important;
  box-shadow: none;
}

.accordion-checkbox {
  width: 1%;
}

.card-collapsable {
  transition: height 1s ease-out;
  -webkit-transition: height 1s ease-out;
}

.card-collapsable.collapsed {
  height: 0;
  display: none;
}

.search-values-wrapper .selected-search-value {
  border: 1px solid rgb(200, 200, 200);
  color: rgb(80, 80, 80);
}

.search-values-wrapper .selected-search-value:nth-child(even) {
  background-color: rgb(250, 250, 250);
}

/* .selected-accordion .search-values-btn .fa-trash-alt:hover {
  opacity: 0.6;
} */

.currently-selected {
  background-color: rgb(250, 250, 250);
  /* border: 1px solid rgb(130, 130, 130); */
}

.currently-unselected {
  opacity: 0.6;
}

.selected-accordion .card-header .fa-trash-alt,
.selected-accordion .card-header .fa-angle-double-up,
.selected-accordion .card-header .fa-angle-double-down {
  opacity: 0.8;
  font-size: 20px;
}

.selected-accordion .card-header .fa-trash-alt:hover,
.selected-accordion .card-header .fa-angle-double-down:hover,
.selected-accordion .card-header .fa-angle-double-up:hover {
  opacity: 1;
}

.selected-accordion .card-header-text {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.375rem 0;
}

#settings-wrapper {
  max-width: 250px;
  min-width: 250px;
  padding-top: 65px;
}

#list-counts-update-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: rgba(100, 100, 100, 0.5);
}

#list-counts-update-overlay .spinner-border {
  height: 4rem;
  width: 4rem;
}

#list-counts-table {
  border-style: solid;
  border-width: 1px;
}

#list-counts-table > tbody > tr {
  border-style: solid;
  border-width: 1px;
}

#multi-use-radio-div {
  border-style: solid;
  border-width: 1px;
}

/*
  #approve-purchase:disabled,
  #refresh-count-button:disabled,
  #generate-report-button:disabled {
    opacity: 0.6;
  }
*/

.btn-fade-disabled:disabled {
  opacity: 0.6;
}

.search-table,
#demography-breakdown-table,
#checkout-table {
  border: 2px solid #dee2e6;
}

#footer-row {
  font-size: 12px;
}

#styles-settings-wrapper {
  width: 450px;
  border: solid 1px black;
  position: fixed;
  bottom: 0;
  left: 0;
}

#styles-header-row {
  background-color: lightgray;
  border-bottom: solid 1px black;
  cursor: pointer;
}

#styles-settings-wrapper .row.form-group {
  background-color: white;
}

#tenant-filters-row .col-auto {
  min-height: 80px;
}

.pricing-table-input {
  width: 60px;
}

.tenant-color-input {
  width: 60px;
}

.font-small {
  font-size: 0.875rem !important;
}

.td-wrap-any {
  line-break: anywhere;
  white-space: pre-wrap;
}

.onboard-price-input {
  width: 75px;
}

/* .onboard-label {
  max-width: 150px;
  min-width: 150px;
} */

/* .onboard-input {
  max-width: 400px;
  min-width: 400px;
} */

#refund-policy-link {
  color: #007bff;
}

#refund-policy-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.setting-delete-confirm {
  top: -6px;
  right: 36px;
  width: 150px;
  height: 64px;
  border: 1px solid black;
  z-index: 1;
  background-color: white;
}

.setting-delete-confirm::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto 100%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid black;
  border-bottom: 5px solid transparent;
}

#file-drop-wrapper {
  width: 300px;
  height: 200px;
  outline: 2px dashed #000;
  outline-offset: -6px;
  margin: 0 auto;
  text-align: center;

  background-color: #ddd;

  transition-property: background-color, outline-offset;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}

#file-drop-wrapper.has-drag-over {
  background-color: #bbb;
  outline-offset: -16px;
}

#file-drop-wrapper > p {
  font-size: 1.25rem;

  user-select: none; /* Standard syntax */
  -ms-user-select: none; /* IE 10+ and Edge */
  -webkit-user-select: none; /* Safari */
}

#file-drop-wrapper > i {
  font-size: 3rem;
}

.leaflet-info-container {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  padding: 5px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-info-icon {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}


.available-dropdown, .geography-dropdown, .database-dropdown {
  font-size: 1.2rem;
  width: 100%;
  padding: 1% 2%;
  font-weight: 700;
  margin: 1% auto;
}

.geography-button {
  width: 100%;
  margin: .5rem 1rem 0 1rem;
}

/* .dropdown-item.active {
  background-color: rgb(0, 149, 163);
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: rgb(110, 200, 0);
} */

.dropdown-menu-small > form  {
  width: 100%;
  margin: auto;
}

.mobile-db-name {
  width: 100%;
  margin: 1%;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {

  .dropdown-menu-small {
    margin: auto;
    max-height: 400px;
    overflow-y: scroll;
    font-size: 1.5rem;
  }

  .selected-locations, .map-wrapper {
    min-width: 370px;
  }

  .map-wrapper {
    width: 100%;
  }

  #settings-wrapper {
    min-width: 250px;
    max-width: 250px;
    padding: 0;
    margin: 0 2%;
  }

  #consumer-tab,
  #newmover-tab,
  #newhomeowner-tab,
  #business-tab,
  #newbusiness-tab {
    font-size: .75rem;
    font-weight: 600;
  }

  #list-counts-table-wrapper {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 645px) {
  #settings-wrapper {
    min-width: 300px;
    max-width: 100%;
    padding: 0;
    margin: 0 2%;
  }
}


@media screen and (max-width: 568px) {

  #locations-table  tr {
    font-size: .7rem;
    font-weight: 600;
  }

 .dropdown-menu-small {
  font-size: .95rem;
 }

 .dropdown-item-bold {
  font-weight: 600;
 }
}