
/* tablesorter */
.tablesorter-default { font: 13px/18px 'Open Sans', Tahoma, Arial, Verdana;}
.tablesorter-default th {color: #008000; font-size: 14px;}
.tablesorter-default td { background-color: transparent !important; }
.tablesorter-default td.alert { border-radius: 0; text-align: center;}
.tablesorter-default td.alert-danger { color: #a94442; background-color: #f2dede !important; border-color: #ebccd1; }
.tablesorter-default td.alert-success { color: #3c763d; background-color: #dff0d8 !important; border-color: #d6e9c6; }
.tablesorter-default td.alert-warning { color: #8a6d3b; background-color: #fcf8e3 !important; border-color: #faebcc; }
.tablesorter-default td.alert-info { color: #31708f; background-color: #d9edf7 !important; border-color: #bce8f1; }

.tablesorter-default tr:hover { background-color: transparent; }

.table-home tr.tablesorter-filter-row { display: none; }
.table-home .pagerSavedHeightSpacer {height: auto !important;}

.table-striped>tbody>tr:nth-of-type(odd) { background-color: #f4f4f4; }

.tablesorter-default tr.pagerSavedHeightSpacer {height: auto !important;}
.tablesorter-default .tablesorter-filter-row td {text-align: left;}


/* pager wrapper, div */
.tablesorter-pager {
  padding: 5px;
      margin: 20px 0;
    text-align: center;
    list-style: none;
}
/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
  background-color: #e6eeee;
  margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
}
/* pager navigation arrows */
.tablesorter-pager img {
  vertical-align: middle;
  margin-right: 2px;
  cursor: pointer;
}

/* pager output text */
.tablesorter-pager .pagedisplay {
  padding: 0 5px 0 5px;
  width: 50px;
  text-align: center;
}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {
  margin: 0;
  padding: 0;
  width: auto;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
  display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
  /* visibility: hidden */
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}


