﻿.exception-list-table {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 1px solid #111;
    color: #fff;
}

    .exception-list-table tbody th, .exception-list-table tbody td {
        padding: 8px 10px;
    }

    .exception-list-table tbody tr {
        background-color: #1044d5;
        color: #fff;
    }


    .exception-list-table thead th, .exception-list-table thead td {
        padding: 10px 18px;
        border-bottom: 1px solid #111;
        font-family: canada-type-gibson,sans-serif;
        font-weight: 600;
        font-style: normal;
        background-color: #1044d5;
    }

    .exception-list-table thead th, .exception-list-table tfoot th {
        font-weight: bold;
        background-color: #1044d5;
        color: #8BC34A;
    }

    .exception-list-table tbody tr:hover {
        box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.07);
        cursor: pointer;
    }

    .exception-list-table thead .sorting {
        background: url(/img/table-sort/sort_both.png) no-repeat center right;
        background-color: #1044d5;
    }

    .exception-list-table thead .sorting_desc {
        background: url(/img/table-sort/sort_desc.png) no-repeat center right;
        background-color: #1044d5;
    }

    .exception-list-table thead .sorting_asc {
        background: url(/img/table-sort/sort_asc.png) no-repeat center right;
        background-color: #1044d5;
    }

