.b-table {
  width: 100%;
  min-width: 1000px;
  background-color: #FFF;
}
.b-table > thead th {
  padding: 5px 7px 4px 7px;
  background-color: #6EBB25;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 8px;
  border-bottom: 1px solid #828282;
}
.b-table > thead th a {
  color: #fff;
  cursor: pointer;
}
.b-table > thead th a:hover, .b-table > thead th a:active, .b-table > thead th afocus {
  color: #fff;
  text-decoration: none;
}
.b-table > tbody > tr:nth-of-type(even) {
  background-color: #f2f2f2;
}
.b-table > tbody > tr.b-table__considered-default {
  background-color: #cee3ff;
}
.b-table > tbody > tr > td {
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 5px 7px 4px 7px;
  line-height: 13px;
  cursor: default;
}
.b-table > tbody > .b-table__active-item {
  background-color: #256FBB !important;
}
.b-table > tbody > .b-table__active-item > td {
  color: #fff;
}
.b-table > tbody > .b-table__active-item .b-table__icon {
  color: #fff;
}
.b-table > tbody > .b-table__active-default {
  background-color: #63656A !important;
}
.b-table > tbody > .b-table__active-default > td {
  color: #fff;
}
.b-table > tbody > .b-table__active-default i {
  color: #fff;
}
.b-table__icon {
  font-size: 1.25em;
  color: #6A6A6A;
}
.b-table__icon--pointer {
  cursor: pointer;
}
.b-table__info-td {
  background: rgba(110, 187, 37, 0.1);
}
.b-table__rscore {
  width: 30px;
  height: 18px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font: 14px PT Sans, Arial, sans-serif;
  font-weight: bold;
  line-height: 19px;
  border-radius: 15%;
  border: none;
  background: #6dba25;
  cursor: default;
}
.b-table__filter {
  background-color: #fff !important;
  text-align: left !important;
  text-transform: none !important;
  color: #444 !important;
  border-bottom-width: 0 !important;
}
.b-table__filter-wrapper {
  position: relative;
}
.b-table__filter-input {
  width: 100%;
  padding-left: 20px;
}
.b-table__filter-icon {
  position: absolute;
  top: 4px;
  left: 6px;
}
.b-table__icon-btn {
  color: inherit;
  font-size: 15px;
}
.b-table__icon-btn:hover, .b-table__icon-btn:active, .b-table__icon-btn:focus {
  color: inherit;
  opacity: 0.9;
}
.b-table__image-sm {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.b-table__ellipsis-text {
  text-overflow: ellipsis;
  width: 195px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 11px;
}
.b-table__empty-td {
  padding: 15px !important;
  text-align: center;
  font-weight: 900;
}
.b-table__pointer-row td {
  cursor: pointer !important;
}
.b-table--sm {
  min-width: 650px;
}
.b-table--sm > thead th {
  background-color: #363940;
}
.b-table--container {
  min-width: 100%;
}
.b-table--line-normal > tbody > tr > td {
  line-height: 22px;
}
/*# sourceMappingURL=table.css.map */
