@charset "utf-8";
/* CSS Document */

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #d9f2d9;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

table thead tr {
  background-color: green;
}

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../loader2.gif') 50% 50% no-repeat rgb(0,0,0);
  opacity: .4;
}

.note-group-select-from-files {
	display: none;
  }