.text-success {
  color: #a5cf4e !important;
}

.btn-success {
  background-color: #a5cf4e !important;
  border: none;
}
.btn-success:hover {
  background-color: #8DB647 !important;
}

.form-inline select.custom-select {
  padding: 0 2rem 0 0.5rem;
}

button.transparent {
  padding: 0;
  margin: 0.1rem;
  background-color: transparent;
}
button.transparent:focus {
  box-shadow: none;
}

tr.clickable-row {
  cursor: pointer;
}

.table tbody tr.selected {
  background-color: #A5CF4E55;
}
.table tbody tr.selected:hover {
  background-color: #A5CF4E77;
}
.table tbody tr.selected td {
  border-left: 1px solid ivory;
  border-right: 1px solid ivory;
}

.table tbody tr.excluded {
  background-color: lightgrey;
  color: darkgrey;
}
.table tbody tr.excluded a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: darkgrey;
}
.table tbody tr.excluded:hover {
  background-color: lightgrey;
}

.table.table-summary tr td,
.table.table-summary tr th {
  text-align: center;
  vertical-align: middle;
}

.excluded {
  text-decoration: line-through;
}

.calendar-day {
  padding: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #80bdff;
  border-radius: 5px;
  min-width: 100px;
  max-width: 150px;
  /*
  p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
  }
  */
}
.calendar-day:last-child {
  margin-right: 0;
}
.calendar-day.today {
  background-color: #a5cf4e;
}
.calendar-day .day-name {
  font-size: 1.3rem;
  line-height: 1rem;
  color: white;
  margin-bottom: 1rem;
}
.calendar-day .day-name small {
  font-size: 1rem;
}
.calendar-day .day-name a {
  color: white;
}
.calendar-day .day-name a:hover {
  color: white;
}
.calendar-day .meal-type {
  color: #16181b;
}
.calendar-day .recipe {
  color: ivory;
  padding: 0.2rem;
}
.calendar-day .recipe:hover {
  background-color: #78AFEF;
}
.calendar-day.today .recipe:hover {
  background-color: #8CB03E;
}
.calendar-day.day-weekend {
  background-color: #b94a48;
}
.calendar-day.day-weekend .recipe:hover {
  background-color: #A54644;
}
.calendar-day .dropdown.bootstrap-select .dropdown-menu.show {
  z-index: 1021;
}
.calendar-day .dropdown.bootstrap-select button.dropdown-toggle {
  height: inherit;
  background-color: inherit;
  border: none;
  color: #1b1e21;
  white-space: normal;
  text-align: left;
}
.calendar-day .dropdown.bootstrap-select button.dropdown-toggle:hover {
  background-color: #00000011;
}
.calendar-day .dropdown.bootstrap-select button.dropdown-toggle:focus {
  box-shadow: none;
}

.card .card-header {
  background-color: #a5cf4e;
  color: ivory;
}
.card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6 {
  font-weight: bold;
}
.card.card-menu {
  min-width: 500px;
}

.nav-pills .nav-item .nav-link {
  color: #a5cf4e;
  background-color: ivory;
  margin-right: 0.5rem;
}
.nav-pills .nav-item .nav-link.active {
  color: ivory;
  background-color: #a5cf4e;
}

.links a {
  color: #749135;
}

.package-check {
  cursor: pointer;
}

/*# sourceMappingURL=diet.css.map */
