#harvests {
  min-height: 500px;
  padding-bottom: 100px;
  background: white;
}
#harvests .load-more-button-wrapper {
  margin: 40px 0px;
  text-align: center;
}
#harvests .farmCityState {
  font-size: 11px;
}
#harvests th.hidden,
#harvests td.hidden {
  display: none;
}
#harvests select {
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
#harvests select.highlight {
  border-color: red;
}
#harvests table select {
  min-width: 150px;
}
#harvests .input.highlight .label {
  color: red;
}
#harvests .no-planting-alert.highlight {
  color: red;
}
#harvests .card .progress .determinate {
  background-color: #42a5f5;
}
#harvests .in-setup,
#harvests .water-usage-exceeded {
  color: #f44336;
}
#harvests .in-setup .progress,
#harvests .water-usage-exceeded .progress {
  border-color: #f44336;
}
#harvests .in-setup .progress .determinate,
#harvests .water-usage-exceeded .progress .determinate {
  background-color: #f44336;
}
#harvests .in-setup .progress .gdu-divider-container .gdu-divider,
#harvests .water-usage-exceeded .progress .gdu-divider-container .gdu-divider {
  background-color: #f44336;
}
#harvests .in-cropSetting,
#harvests .water-usage-low {
  color: #4caf50;
}
#harvests .in-cropSetting .progress .determinate,
#harvests .water-usage-low .progress .determinate {
  background-color: #4caf50;
}
#harvests .water-usage-high {
  color: #ffcb6b;
}
#harvests .water-usage-high .progress {
  border-color: #ffcb6b;
}
#harvests .water-usage-high .progress .determinate {
  background-color: #ffcb6b;
}
#harvests .card .in-cropSetting,
#harvests .card .in-setup,
#harvests .card .water-usage-low,
#harvests .card .water-usage-high {
  color: white;
}
#harvests #get-quotes-button-mobile {
  margin-top: 40px;
  width: 100%;
}
#harvests .dashboard-header button#csv-export-button {
  float: right;
  margin: 10px 0px 10px 10px;
}
#harvests .dashboard-header button#get-quotes-button {
  float: left;
  margin: 10px 0px 10px 10px;
}
#harvests .dashboard-header .toggle-completed-container.hide-on-med-and-down {
  float: right;
  margin-right: 12px;
}
#harvests .dashboard-header .toggle-completed-container.medium-only {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  #harvests .dashboard-header .toggle-completed-container.medium-only {
    margin: 20px auto;
    display: block;
    visibility: visible;
  }
}
@media screen and (max-width: 992px) {
  #harvests .dashboard-header {
    text-align: center;
  }
  #harvests .dashboard-header button#csv-export-button {
    display: none;
  }
}
#harvests .plan.card {
  padding-top: 10px;
}
#harvests .no-planting-alert {
  font-weight: bold;
}
#harvests .weeklyPlantings-filters {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f6f9fc;
  padding: 0px 15px 15px 15px;
}
#harvests table thead {
  border-bottom: 3px solid #d0d0d0;
}
#harvests table th {
  font-size: 14px;
  color: black;
  font-weight: normal;
}
.harvest-status-progress {
  font-weight: bold;
}
.harvest-status-progress .gdu-divider-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.harvest-status-progress .gdu-divider-container .gdu-divider {
  width: 1px;
  background: #aaaaaa;
  height: 100%;
}
.summary-weeklyPlanting .actions {
  padding-bottom: 20px;
  text-align: center;
}
th.sortable {
  cursor: pointer;
}
th.sortable:hover {
  background-color: #f5f5f5;
}
th.sortable.active {
  color: #4caf50 !important;
}
.progress {
  margin-bottom: 0px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #aaa;
}
.target-shortfall {
  color: red;
}
.target-overshoot {
  color: #cc6602;
}
.percentageText {
  font-size: smaller;
}
.weeklyPlantingRow .hide-td td {
  border: solid green 2px;
}
.weeklyPlantingRow td {
  text-align: center;
}
.weeklyPlantingRow .title {
  font-weight: bold;
}
.weeklyPlantingRow.hide-td {
  border: solid red 1px;
  min-height: 10px;
}
.weeklyPlantingRow.hide-td td {
  display: none;
}
@media print {
  nav.home-layout-nav,
  #harvests > h5,
  .weeklyPlantings-filters,
  .hide-on-print,
  a[data-action='edit-dates'],
  a[data-action='edit-measurements'],
  footer {
    display: none !important;
  }
  .weekview-container,
  .weekview-table {
    top: 0 !important;
  }
  th.sortable.active {
    color: inherit;
  }
  th.sortable.active i {
    display: none;
  }
}
#mobile-add-new-planting #add-block-button {
  border: 1px dashed #ccc;
  padding: 22px;
  width: 100%;
  text-align: center;
  display: block;
  color: #ccc;
}
#mobile-add-new-planting #add-block-button:hover {
  color: orange;
  border: 1px dashed orange;
}
.farm-without-gross-area-warning {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.map-toggle {
  margin: 12px 10px;
  background: transparent;
  border: 1px solid #42a5f5;
}
.map-toggle.map-toggle-dark {
  position: absolute;
  top: 0;
  right: 40px;
  background: rgba(0, 0, 0, 0.4);
  color: #a3d3fa;
}
.map-toggle.map-toggle-dark .fa {
  color: #a3d3fa !important;
}
.map-toggle .fa {
  color: #42a5f5 !important;
}
.farms-map {
  height: calc(100vh - 230px);
}
@media screen and (max-width: 640px) {
  .farms-map {
    height: calc(100vh - 214px);
  }
}
.farms-map .mapboxgl-ctrl-geocoder input {
  padding-left: 38px;
  margin-bottom: 0;
}
.farms-map .mapboxgl-ctrl-geocoder svg {
  top: 14px;
  left: 10px;
}
.map-toggle-header {
  margin-top: 10px;
}
.map-back-link {
  margin-top: 18px;
  margin-left: 6px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  float: left;
}
.btn-checked-action {
  padding: 2px 12px 0 12px !important;
  text-transform: capitalize !important;
  margin-right: 6px !important;
  font-weight: bold !important;
  line-height: 36px;
}
.btn-checked-action.blue {
  background-color: #0061fe !important;
}
.btn-checked-action.grey {
  background-color: #f3efeb !important;
  color: #110c0d !important;
}
.btn-checked-action.btn-checked-action-more {
  padding: 2px 12px 0 !important;
}
.btn-checked-action i {
  line-height: initial !important;
  font-size: 1rem !important;
}
.checked-actions-separator {
  width: 2px;
  height: 36px;
  background-color: #f3efeb !important;
  display: inline-block;
  margin-top: -13px;
  position: relative;
  top: 14px;
  margin-right: 12px;
  margin-left: 6px;
}
.checked-actions-count {
  font-size: 12px;
  padding-left: 4px;
}
.table-checkbox {
  height: 18px;
  width: 18px;
}
.target-highlight {
  -webkit-animation: target-fade 3s 1;
  -moz-animation: target-fade 3s 1;
}
@-webkit-keyframes target-fade {
  0% {
    background-color: rgba(255, 255, 153, 0.8);
  }
  100% {
    background-color: rgba(255, 255, 153, 0);
  }
}
@-moz-keyframes target-fade {
  0% {
    background-color: rgba(255, 255, 153, 0.8);
  }
  100% {
    background-color: rgba(255, 255, 153, 0);
  }
}
