table.dataTable {
  /*
	// Sort column highlighting - add "order-column" class to the table to activate
	&.order-column tbody,
	&.display tbody {
		> tr.selected > .sorting_1,
		> tr.selected > .sorting_2,
		> tr.selected > .sorting_3,
		> tr > .selected {
			background-color: shade($table-selected, 2%);
		}
	}
  */ }
  table.dataTable tbody > tr.selected,
  table.dataTable tbody > tr > .selected {
    background-color: #B0BED9; }
  table.dataTable.table-striped tbody > tr.odd.selected > td,
  table.dataTable.table-striped tbody > tr.odd.selected > th,
  table.dataTable.table-striped tbody > tr.odd > .selected, table.dataTable.stripe tbody > tr.odd.selected > td,
  table.dataTable.stripe tbody > tr.odd.selected > th,
  table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected > td,
  table.dataTable.display tbody > tr.odd.selected > th,
  table.dataTable.display tbody > tr.odd > .selected {
    background-color: #acbad4; }
  table.dataTable.table-hover tbody > tr.selected:hover > td,
  table.dataTable.table-hover tbody > tr > .selected:hover, table.dataTable.hover tbody > tr.selected:hover > td,
  table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover > td,
  table.dataTable.display tbody > tr > .selected:hover {
    background-color: #aab7d1; }
  table.dataTable.table-striped tbody, table.dataTable.display tbody, table.dataTable.order-column.stripe tbody {
    /*
          > tr.odd.selected {
              >.sorting_1 { background-color: shade($table-selected, 5.4%); }
              >.sorting_2 { background-color: shade($table-selected, 4.7%); }
              >.sorting_3 { background-color: shade($table-selected, 3.9%); }
          }
    
          > tr.even.selected {
              >.sorting_1 { background-color: shade($table-selected, 2%); }
              >.sorting_2 { background-color: shade($table-selected, 1.2%); }
              >.sorting_3 { background-color: shade($table-selected, 0.4%); }
          }
      */ }
    table.dataTable.table-striped tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
      background-color: #a6b4cd; }
    table.dataTable.table-striped tbody > tr.even > .selected, table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
      background-color: #acbad5; }
  table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
    background-color: #a2aec7; }
  table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
    background-color: #a3b0c9; }
  table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
    background-color: #a5b2cb; }
  table.dataTable.display tbody > tr:hover > .selected,
  table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
  table.dataTable.order-column.hover tbody > tr > .selected:hover {
    background-color: #a2aec7; }
  table.dataTable tbody td.select-checkbox,
  table.dataTable tbody th.select-checkbox {
    position: relative;
    width: 15px; }
    table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
    table.dataTable tbody th.select-checkbox:before,
    table.dataTable tbody th.select-checkbox:after {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 12px;
      box-sizing: border-box;
      font-size: 14px; }
    table.dataTable tbody td.select-checkbox:before,
    table.dataTable tbody th.select-checkbox:before {
      content: ' ';
      margin-top: -6px;
      margin-left: -6px;
      border: 1px solid black;
      border-radius: 3px; }
  table.dataTable tbody tr.selected td.select-checkbox:after,
  table.dataTable tbody tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9; }

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em; }

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block; } }

/*# sourceMappingURL=select.dataTables.css.map */
