.editable {
  text-decoration: underline dotted;
}
.editable.text-danger {
  opacity: 0.75;
}

.editable:hover {
  opacity: 1;
  cursor: pointer;
}

.breadcrumb {
  margin-bottom: 0;
  padding-left: 3px;
  display: inline-block;
  vertical-align: middle;
  background: none;
}

.breadcrumb a {
  color: #1f1f1f;
}

.btn-success,
.badge-success,
.modal-header {
  background-color: #a0ca8a;
}

.modal-header .close {
  color: #fff;
  opacity: 0.7;
  font-weight: normal;
  text-shadow: none;
}

.modal-title {
  color: white;
}

.modal-no-padding .modal-body {
  padding: 0;
}

.modal-no-padding .modal-body table th {
  padding-left: 24px;
}

.dropdown-no-btn .dropdown-toggle {
  display: inline-block;
  padding: 6px 5px;
  line-height: 1.2;
  color: #868e96;
  background: 0 0;
  border: none;
}

.dropdown-no-btn .dropdown-toggle::after {
  content: none;
}

.text-small {
  font-size: 0.8em;
}

.text-one-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-info-button {
  cursor: pointer;
}

.tooltip {
  transition-property: opacity !important;
}

.block-content.p-0 table tr td:first-child,
.block-content.p-0 table tr th:first-child {
  padding-left: 18px !important;
}

/* Polyfills, included in new version of codebase */
.bg-light {
  background-color: #f8f9fa !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* SweetAlert */

.swal-text {
  text-align: center;
}

.swal-footer {
  text-align: center;
  padding-bottom: 26px;
}

.swal-button:focus {
  box-shadow: none;
}

.swal-button--cancel {
  color: #171717;
  background-color: #ebebeb;
}

.swal-button--cancel:hover,
.swal-button--cancel:focus {
  background-color: #d1d1d1;
}

.swal-button--confirm,
.swal-button--success {
  color: #fff;
  background-color: #9ccc65;
}

.swal-button--confirm:hover,
.swal-button--confirm:focus,
.swal-button--success:hover,
.swal-button--success:focus {
  background-color: #7eb73d;
}

.swal-button--danger {
  color: #fff;
  background-color: #ef5350;
}

.swal-button--danger:hover,
.swal-button--danger:focus {
  background-color: #ea1c18;
}
