table {
  background-color: #FFF;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }
  table td, table th {
    text-align: left; }

tr.muted {
  opacity: 0.5; }

.table {
  width: 100%; }
  .table th,
  .table td {
    border-top: 1px solid #E6E6E6;
    line-height: 22px;
    padding: 4px 10px 2px 10px;
    vertical-align: top; }
    .table th:first-child,
    .table td:first-child {
      border-left: 1px solid #E6E6E6; }
  .table td {
    border-left: 1px solid #f0f0f0; }
  .table th {
    border-left: 1px solid gainsboro;
    font-size: smaller;
    font-weight: bold; }
  .table thead th {
    background: #E6E6E6;
    vertical-align: middle; }
  .table tbody + tbody {
    border-top: 2px solid #E6E6E6; }
  .table ul {
    margin: 0px;
    padding: 0px; }
    .table ul.inline li {
      display: inline-block; }
      .table ul.inline li:after {
        content: ", "; }
      .table ul.inline li:last-child:after {
        content: ""; }

.table-condensed th, .table-condensed td {
  padding: 2px 5px 2px 5px; }

.table-condensed td:last-child {
  padding: 2px 2px 2px 2px; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #F9F9F9; }

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #EFFF82; }

table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0; }

table.table input, table.table select {
  height: 22px;
  margin: 0px;
  min-height: 22px;
  padding: 1px 2px;
  width: 100%; }

table.table select {
  margin-top: 1px; }

table.table td.hasInput, table.table th.hasInput {
  padding: 2px; }

table.table td.hasButton .btn {
  height: 20px; }
  table.table td.hasButton .btn i {
    display: block;
    float: left;
    margin-top: 5px !important; }
  table.table td.hasButton .btn span {
    display: block;
    float: left;
    margin: 3px 0 0 5px; }
  table.table td.hasButton .btn.btn-mini {
    height: 18px; }

table.table tr.bbb td {
  border-top: 1px solid deepskyblue; }

table.table tr.bbg td {
  border-top: 1px solid #00BFFF; }

table.table tr td.bb-right, table.table tr th.bb-right {
  border-right: 1px solid #00BFFF; }

table.table tr td.bb-left, table.table tr th.bb-left {
  border-right: 1px solid #00BFFF; }

table.table tr.bb-top td, table.table th.bb-top td {
  border-top: 1px solid #00BFFF; }

table.table tr.bb-bottom td, table.table th.bb-bottom td {
  border-bottom: 1px solid #00BFFF; }

table.table tr td.gb-right, table.table tr th.gb-right {
  border-right: 1px solid #bfbfbf; }

table small {
  display: inline-block;
  line-height: 1;
  margin: 0px;
  padding: 0px; }

tr.expanded td {
  background: #E6E6E6 !important; }

/********************************************/
/** Table tr AJAX
/********************************************/
table tr.processing td {
  opacity: 0.1; }

/********************************************/
/** TR SEARCH
/********************************************/
.table-sort {
  cursor: pointer;
  display: block; }

table {
  border-spacing: 0;
  border-collapse: collapse; }
  table tr .nuTable_conditions {
    cursor: pointer;
    opacity: 0.2; }
    table tr .nuTable_conditions:hover {
      opacity: 1; }
    table tr .nuTable_conditions i::before {
      color: #4F4F4F;
      font-size: 14px;
      font-weight: bold; }
    table tr .nuTable_conditions.checked {
      opacity: 1; }
      table tr .nuTable_conditions.checked i::before {
        color: #3DD737;
        font-size: 14px; }
      table tr .nuTable_conditions.checked:hover i::before {
        color: #FF0000;
        font-size: 14px; }
  table tr:hover .nuTable_conditions {
    opacity: 0.5; }

table.table.table-bordered {
  background: transparent; }
  table.table.table-bordered thead th {
    background: #eaeaea;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    font-weight: bold;
    vertical-align: middle; }
    table.table.table-bordered thead th:first-child {
      border-left: 1px solid #d9d9d9; }
    table.table.table-bordered thead th:last-child {
      border-right: 1px solid #d9d9d9; }
    table.table.table-bordered thead th.empty {
      background: transparent;
      border: 0px !important; }
  table.table.table-bordered thead.small tr th {
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    padding: 1px 3px; }
  table.table.table-bordered thead.table-head-description th {
    text-align: center;
    background: #FFFFFF;
    border-bottom: 0;
    border-left: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6; }
    table.table.table-bordered thead.table-head-description th.bb {
      border-left: 1px solid #00BFFF;
      border-top: 1px solid #00BFFF;
      border-right: 1px solid #00BFFF; }
    table.table.table-bordered thead.table-head-description th.empty {
      background: transparent; }
      table.table.table-bordered thead.table-head-description th.empty:first-child {
        border-left: 0;
        border-top: 0; }
  table.table.table-bordered tbody td {
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f2f2f2;
    border-top: 0px;
    vertical-align: middle; }
    table.table.table-bordered tbody td:first-child {
      border-left: 1px solid #e6e6e6; }
    table.table.table-bordered tbody td:last-child {
      border-right: 1px solid #e6e6e6; }
    table.table.table-bordered tbody td.empty {
      background: transparent;
      border: 0px !important; }
  table.table.table-bordered tfoot td {
    background: #E6E6E6;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9 !important;
    font-weight: bold !important;
    vertical-align: middle; }
    table.table.table-bordered tfoot td:first-child {
      border-left: 1px solid #d9d9d9; }
    table.table.table-bordered tfoot td:last-child {
      border-right: 1px solid #d9d9d9; }
    table.table.table-bordered tfoot td.empty {
      background: transparent;
      border: 0px !important; }
  table.table.table-bordered tfoot.small tr td {
    font-size: 9px; }

table.table.table-inverted {
  background: transparent;
  border: 0px; }
  table.table.table-inverted thead th {
    background: #eaeaea;
    border: 0px !important;
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold !important;
    vertical-align: middle; }
    table.table.table-inverted thead th:first-child {
      border-left: 1px solid #d9d9d9; }
    table.table.table-inverted thead th:last-child {
      border-right: 1px solid #d9d9d9; }
    table.table.table-inverted thead th.empty {
      background: transparent;
      border: 0px !important; }
  table.table.table-inverted tbody td {
    background: #F9F9F9 !important;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #f2f2f2;
    border-top: 0px;
    vertical-align: middle; }
    table.table.table-inverted tbody td:first-child {
      border-left: 1px solid #e6e6e6; }
    table.table.table-inverted tbody td:last-child {
      border-right: 1px solid #e6e6e6; }
  table.table.table-inverted tfoot td {
    border: 0px !important;
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold !important;
    vertical-align: middle; }
    table.table.table-inverted tfoot td:first-child {
      border-left: 1px solid #d9d9d9; }
    table.table.table-inverted tfoot td:last-child {
      border-right: 1px solid #d9d9d9; }
    table.table.table-inverted tfoot td.empty {
      background: transparent;
      border: 0px !important; }

table tr:target td {
  animation: highlight 5s; }

table.table-striped tr:nth-child(even) td {
  background: #FFF; }

table.table-striped tr:nth-child(odd) td {
  background: #F9F9F9; }

table.table-striped tr:nth-child(even):target td {
  animation: highlight 5s; }

table.table-striped tr:nth-child(odd):target td {
  animation: highlight 5s; }

/********************************************/
/** Table hover
/********************************************/
table.table-hover tr:hover td, table.table-hover tr.hover td {
  /*animation: highlight 5s;*/
  background: #EFFF82; }

table.table-hover tr:nth-child(even):hover td, table.table-hover tr:nth-child(even).hover td {
  /*animation: highlight 5s;*/
  background: #EFFF82; }

table.table-hover tr:nth-child(odd):hover td, table.table-hover tr:nth-child(odd).hover td {
  /*animation: highlight 5s;*/
  background: #EFFF82; }

.sorted {
  font-weight: bold; }

.toggle-tr-search {
  cursor: pointer; }

.tr-search th {
  /*background: #A0F780;*/
  background: #A0F780; }

.tr-search th input, .tr-search th select {
  font-size: 12px;
  margin: 0px;
  padding: 2px; }

.tr-search th input.searched {
  border: 1px solid #565656; }

.table-sort {
  cursor: pointer; }

.sorted {
  font-weight: bold; }

.toggle-tr-search {
  cursor: pointer; }

.tr-search th {
  /*background: #A0F780;*/
  background: #A0F780; }

.tr-search th input {
  margin: 0px; }

.tr-search th input.searched {
  border: 1px solid #565656; }

/********************************************/
/** Table tr selected
/********************************************/
table tr.tr-selected:nth-child(even) td {
  background: #C9FF99; }

table tr.tr-selected:nth-child(odd) td {
  background: #A9F47C; }

table tr.tr-selected:nth-child(even):hover td {
  background: #93f15b; }

table tr.tr-selected:nth-child(odd):hover td {
  background: #93f15b; }

table.table-selectable td.selected, table.table-selectable td.id {
  cursor: pointer; }

table.table-selectable tr td.selected i {
  color: #E6E6E6; }

table.table-selectable tr:hover td.selected i {
  color: #676767; }

table.table-selectable tr.tr-selected td.selected i {
  color: #0F8DCB; }

table.table-selectable tr.tr-selected:hover td.selected i {
  color: black; }
