body {
  padding-top: 2rem;
}

.select-button {
  vertical-align: middle;
  float: right;
}

.action-button {
  margin-left: 5px;
}

.sp-row {
  vertical-align: middle;
}

.globe {
  margin-left: 5px;
}

#map {
  width: 100%;
  height: 80%;
}

.modal-dialog {
  height: 90%;
}

.modal-content {
  height: 100%;
}

.modal-dialog {
  width: 1024px;
}

.update-action-button {
  /*margin-right: 10px;*/
}

.update-action-button:disabled {
  opacity: 0.4;
}

.loadingSpinner {
  height: 25px;
  opacity: 0;
}

.showSpinner {
  opacity: 1.0;
}

.tr-hover:hover {
  background-color: #eee;
}

.copy-clipboard {
  display: none;
  padding: 2px 6px;
  font-size: 12px;
}

.tr-hover:hover .copy-clipboard {
  display: inline-block;
}

/* Dropdown Button */
.dropdown .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.dropdown .btn:disabled {
  opacity: 0.4;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: absolute;
  display: inline-block;
  border: none;
  outline: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #eee;
  min-width: 75px;
  z-index: 1;
  padding: 12px 16px;
  text-decoration: none;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

#receipt-amount {
  width: 100px;
  border-color: #2e6da4;
  border-radius: 0;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.btn-group-actions {
  margin-right: 1em;
}

.has-dropdown {
  padding-right: 34px;
}

.has-dropdown .update-action-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
/*.btn:hover, .dropdown:hover .btn  {*/
  /*background-color: #0b7dda;*/
/*}*/
