/*********** material ***********/
.nuTableWrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }
  @media screen and (min-width: 992px) {
    .nuTableWrapper {
      overflow-x: inherit;
      overflow-y: inherit; } }

.nuTable .nuTable_toggleAll {
  width: 10px; }

.nuTable .nuTable_select {
  cursor: pointer; }
  .nuTable .nuTable_select i {
    color: #E6E6E6; }
  .nuTable .nuTable_select:hover i {
    color: #676767; }

.nuTable.div .nuTable_select i {
  color: #FFF; }

.nuTable.div .nuTable_select:hover i {
  color: black; }

.nuTable div.nuTable_selected {
  -webkit-box-shadow: 0 0 0.5px 1px rgba(15, 172, 30, 0.5);
  box-shadow: 0 0 0.5px 1px rgba(15, 172, 30, 0.5); }
  .nuTable div.nuTable_selected .btn.nuTable_select {
    background: #0FAC1E;
    color: #ffffff; }
    .nuTable div.nuTable_selected .btn.nuTable_select:hover {
      background: #0d951a;
      color: #ffffff; }
    .nuTable div.nuTable_selected .btn.nuTable_select a {
      color: #ffffff; }
    .nuTable div.nuTable_selected .btn.nuTable_select i {
      color: #FFF; }

.nuTable tr.nuTable_selected:nth-child(even) td {
  background: #C9FF99; }

.nuTable tr.nuTable_selected:nth-child(odd) td {
  background: #A9F47C; }

.nuTable tr.nuTable_selected:nth-child(even):hover td {
  background: #93f15b; }

.nuTable tr.nuTable_selected:nth-child(odd):hover td {
  background: #93f15b; }

.nuTable tr.nuTable_selected .nuTable_select i {
  color: #0F8DCB; }

.nuTable tr.nuTable_selected .nuTable_select:hover i {
  color: black; }


.nuTable tr.nuTable_highlighted:nth-child(even) td {
  background: #ffee99; }

.nuTable tr.nuTable_highlighted:nth-child(odd) td {
  background: #ffee98; }

.nuTable tr.nuTable_highlighted:nth-child(even):hover td {
  background: #ffee99; }

.nuTable tr.nuTable_highlighted:nth-child(odd):hover td {
  background: #ffee98; }
