/* Pesticide summary selector (Decap CMS editor modal) */
.pesticide-summary-selector {
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #fff;
}

.pesticide-summary-selector__description {
  margin-bottom: 16px;
  color: #555;
}

.pesticide-summary-selector__field {
  margin-bottom: 14px;
}

.pesticide-summary-selector__label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.pesticide-summary-selector__control {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  background: #fff;
}

/* Pesticide summary table and status messages */
.pesticide-summary {
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #fff;
}

.pesticide-summary__title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1.35rem;
}

.pesticide-summary__footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.pesticide-summary__table-wrap {
  overflow-x: auto;
}

.pesticide-summary__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
/*
.pesticide-summary__heading {
  padding: 8px;
  border: 1px solid #bdbdbd;
  background: #eee;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
}*/
.pesticide-summary__table th
{
    padding: 5px;
    border-bottom: 1px solid #bdbdbd;
    /*background: #eee;*/
    font-weight: 600;
    text-align: left;
    vertical-align: top;
}
/*
.pesticide-summary__row--even {
  background: #fff;
}

.pesticide-summary__row--odd {
  background: #f8f8f8;
}*/
.pesticide-summary__table tbody tr.is-even
{
    background: #ffffff;
}

.pesticide-summary__table tbody tr.is-odd
{
    background: #f3f3f3;
}

.pesticide-summary__cell {
  padding: 5px;
  border: 1px solid #d6d6d6;
  text-align: left;
  vertical-align: top;
}

.pesticide-summary__detail,
.pesticide-summary__error {
  margin-top: 8px;
}

.pesticide-summary__error {
  color: #b00020;
}
