::-moz-selection {
  background: rgba(136, 200, 121, 0.3);
}

::selection {
  background: rgba(136, 200, 121, 0.3);
}

a,
.button,
.subnavbar__customers a:hover,
.subnavbar__customers .active {
  color: #88C879;
}

table tbody .linkcell a {
  color: #88C879;
}

.headerSortDown .sort-icon-up,
.headerSortUp .sort-icon-down,
.icon-color {
  fill: #88C879;
}

.user-image,
.search__value,
.button--primary {
  border-color: #88C879;
}

.navbar,
.new,
.pager .active,
.button--primary,
.dashboard-icon {
  background: #88C879;
}

.user-image {
  background-color: rgba(136, 200, 121, 0.3);
}

/*input:focus,
select:focus,
textarea:focus,
button:focus {
  outline-color: transparentize($backgroundcolor, .7);
}*/
* {
  outline-color: rgba(136, 200, 121, 0.3);
}
