#content table#datatable { border: 1px solid #dddddd; margin: 0; }
#content table#datatable tbody tr:hover { background: #f9f9f9; }
#content table#datatable tbody td { font-size: 14px; line-height: 21px; word-break: break-word; }
#content table#datatable thead th:nth-of-type(1) { width: 25%; }
#content table#datatable thead th:nth-of-type(2) { width: 45%; }
#content table#datatable thead th:nth-of-type(3) { width: 25%; }

#content table#datatable.userList { margin-bottom: 21px; }
#content table#datatable.userList thead th:nth-of-type(1) { width: 15%; }
#content table#datatable.userList thead th:nth-of-type(2) { width: 75%; }
#content table#datatable.userList thead th:nth-of-type(3) { width: auto; }


/** Application listing data table **/
#content .dataTables_wrapper { margin-bottom: 21px; }
#content table.dataTable { border-collapse: collapse; }
#content table#datatable thead th { 
    border-bottom: 2px solid #f9c000;
    background-color: #fcfcfc;
    color: #777777;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-transform: uppercase;
}

#content table.dataTable thead th.sorting_asc,
#content table.dataTable thead th.sorting_desc,
#content table.dataTable thead th.sorting { background-size: 11px; background-position: top 11px right 7px;  }
#content table.dataTable thead th.sorting_asc { background-image: url(../gfx/datatables/sort_asc.svg); }
#content table.dataTable thead th.sorting_desc { background-image: url(../gfx/datatables/sort_desc.svg); }
#content table.dataTable thead th.sorting { background-image: url(../gfx/datatables/sort_both.svg); }

#content table.dataTable td { padding: 7px; }

#content .dataTables_wrapper div.top { padding: 0; margin-bottom: 14px; overflow: hidden; }
#content .dataTables_wrapper div.bottom { 
    overflow: hidden;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 35px 0;
}
#content .dataTables_wrapper .dataTables_info { padding-top: 0; max-width: 60%; }
#content .dataTables_wrapper .dataTables_info,
#content .dataTables_wrapper .dataTables_filter label {
  font-weight: 700;
  margin-top: 7px;
}

#content .dataTables_wrapper .dataTables_filter input {
    margin: 0 0 0 5px;
    width: 198px; 
    box-sizing: border-box;
    line-height: 1.5;
    border-radius: 0;
    -webkit-appearance: none;
}
#content .dataTables_wrapper .dataTables_filter input[type="search"]::-webkit-search-decoration { display: none; }

#content .dataTables_wrapper .dataTables_paginate { 
    width: 100%;
    text-align: left;
    padding: 5px 0;
    border-radius: 0;
    background: #f1f4f8;
    margin: 0;
    font-family: 'Open sans', Helvetica, Arial, Geneva, sans-serif;
}

#content .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #d1d7df;
    background: #ffffff;
    color: #003399 !important; 
    padding: 5px 7px 5px 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 0.2s ease-in;
}

#content .dataTables_wrapper .dataTables_paginate .paginate_button:hover { box-shadow: 0 0 6px #d1d7df; }
#content .dataTables_wrapper .dataTables_paginate .paginate_button.current { 
    box-shadow: none;
    border: none;
    background: none;
}
