/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016年2月19日, 下午03:25:08
    Author     : wilson
*/

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: rgba(159,203,255,0.3);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 8px 10px;
    border-top: 1px solid #111;
}

.dataTables_filter{
    display: none;
}

input{
    font-weight: normal;
}