/*
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 : 21-Feb-2018, 11:32:03
    Author     : KTurnbull
*/

table.dataTable {
    border: 1px solid #c0c2be;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold;
    border: none;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}

div.dataTables_info {
    font-size: 10px;
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-top: 30px;
    float: unset;
    text-align: left;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody,
table.dataTable.no-footer {
    border-bottom: 1px solid #c0c2be;
}


div.dataTables_wrapper div.dataTables_filter label {
    width: 50%;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin: 0;
    border-radius: 0;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #ccc;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 10px 0 0 0 !important;
    padding-top: 0 !important;
    background-color: #fff;
    border: 1px solid #ccc;
}

div.dataTables_wrapper div.dataTables_paginate a.disabled {
    pointer-events: none;
    cursor: default;
    color: #008ec9;
}

div.dataTables_wrapper div.dataTables_paginate a.paginate_button {
    color: #337ab7 !important;
    border: 0 !important;
    transition: background-color .3s;
}
  
/* Style the active/current link */
div.dataTables_wrapper div.dataTables_paginate a.paginate_button.current,
div.dataTables_wrapper div.dataTables_paginate a.paginate_button.current:hover {
    background: #008ec9 !important;
    color: #ffffff !important;
}
  
/* Add a grey background color on mouse-over */
div.dataTables_wrapper div.dataTables_paginate a.paginate_button:hover:not(.current) {
    background: #ddd;
    color: #337ab7 !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 8px 0 0 2px;
}

div.container {
    width: 80%;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fbfbfb;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #ffffff;
}

/* 
Specific Data-Table Overrides - dashboard-bacs table
*/

div#dashboard-bacs_filter {
    margin-top: 0;
    margin-right: 115px;
}

/* Specific Data-Table overrides */