

/*
 * Table
 */
table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100%;
}

    table.dataTable thead th {
        /*padding: 10px 18px 10px 20px;*/
        cursor: pointer;
    }

    table.dataTable tfoot th {
        padding: 3px 10px;
    }

    table.dataTable td {
        padding: 7px 10px;
    }

        table.dataTable td.center,
        table.dataTable td.dataTables_empty {
            text-align: center;
        }

/*table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
*/

/*
 * Table wrapper
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
}

    .dataTables_wrapper .ui-widget-header {
        font-weight: normal;
    }

    .dataTables_wrapper .ui-toolbar {
        padding: 5px;
    }


/*
 * Page length menu
 */
.dataTables_length {
    float: left;
}


/*
 * Filter
 */
.dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 5px;
}


/*
 * Table information
 */
.dataTables_info {
    padding-top: 10px;
    /*	clear: both;*/
    float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
    float: right;
    text-align: right;
    margin: 10px 0px 5px;
}

    .dataTables_paginate .ui-button {
        margin-right: -0.1em !important;
    }

.paging_two_button .ui-button {
    float: left;
    cursor: pointer;
}

.paging_full_numbers .ui-button {
    padding: 2px 6px;
    margin: 0;
    cursor: pointer;
    color: #333 !important;
}

/* Two button pagination - previous / next 
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next
{
    float: left;
    cursor: pointer;
    color: #fff;
    padding:12px 5px;
    line-height:0px;
}

    .paginate_disabled_previous:hover,
    .paginate_enabled_previous:hover,
    .paginate_disabled_next:hover,
    .paginate_enabled_next:hover
    {
        text-decoration: none !important;
    }

    .paginate_disabled_previous:active,
    .paginate_enabled_previous:active,
    .paginate_disabled_next:active,
    .paginate_enabled_next:active
    {
        outline: none;
    }
*/
.paginate_disabled_previous,
.paginate_disabled_next {
    color: #858585 !important;
    font: normal 11px Verdana;
    /*background-color:#f9f9f9 !important;
    padding:5px 25px 6px 5px;*/
    height: auto !important;
    /*box-shadow:0 -2px 0 rgba(0, 0, 0, 0.05) inset;*/
}

/*.paginate_disabled_previous,
.paginate_enabled_previous
{
    padding-left: 23px;
}

.paginate_disabled_next,
.paginate_enabled_next
{
    padding-right: 23px;
    margin-left: 10px;
}*/

.paginate_enabled_previous { color: #858585 !important; font: normal 11px Verdana; /*background: url('Images/WebsiteNew/back_enabled1.png') no-repeat left center !important; padding: 0px 0px 0px 18px;*/ text-decoration: none; font-size: 0px !important; width: 36px; height: 36px !important; }

    /*.paginate_enabled_previous:hover {
        background-color: #15509e !important;
    }*/

.paginate_disabled_previous { /*background: url(Images/WebsiteNew/back_disabled1.png) no-repeat left center;*/ text-decoration: none; cursor: not-allowed; /*border:1px solid #ccc;
    border-radius:3px;*/ /*padding:5px 5px 5px 25px;*/ font-size: 0px !important; width: 36px; height: 36px !important; box-shadow: none; }

/*.paginate_enabled_next
{
    background: url('../Content/images/forward_enabled.png') no-repeat center right #d9522c;
    color:#fff;
    text-decoration:none;
}*/
/*.paginate_enabled_next:hover, .paginate_enabled_previous:hover {
    background-color: #2d2d2d;
}*/


.paginate_disabled_next {
    /*background: url(Images/WebsiteNew/forward_disabled1.png) no-repeat right center;*/
    text-decoration: none;
    cursor: not-allowed;
    /*padding:5px 25px 5px 5px;*/
    font-size: 0px !important;
    width: 36px;
    height: 36px !important;
    box-shadow: none;
}

/* Full number pagination */
.paging_full_numbers a:active {
    outline: none;
}

.paging_full_numbers a:hover {
    text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    color: #333 !important;
    text-decoration: none;
}

.paging_full_numbers a.paginate_button {
    background-color: #ddd;
}

    .paging_full_numbers a.paginate_button:hover {
        background-color: #ccc;
        text-decoration: none !important;
    }

.paging_full_numbers a.paginate_active { background-color: #3097f3; color: #fff !important; border: 1px solid #3097f3; }


/*
 * Processing indicator
 */
.dataTables_processing { position: absolute; top: 50%; left: 50%; width: 250px; height: 35px; margin-left: -125px; margin-top: 25px; padding: 6px 0 6px 0; border: 1px solid #ddd; text-align: center; color: #999; font-size: 14px; background-color: white; box-shadow: 0 0 9px rgba(0,0,0,0.2); z-index: 1; }


/*
 * Sorting
 */
table.dataTable thead th div.DataTables_sort_wrapper {
    position: relative;
    padding-right: 20px;
    padding-right: 20px;
}

    table.dataTable thead th div.DataTables_sort_wrapper span {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 0;
    }

table.dataTable th:active {
    outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
}

.paginate_disabled_previous::before, .paginate_disabled_next::before { color: rgba(0,0,0,.26) !important; }

.paginate_disabled_previous::before, .paginate_enabled_previous::before {
    content: "\f104";
    line-height: 36px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
}

.paginate_disabled_next::before, .paginate_enabled_next::before {
    content: "\f105";
    line-height: 36px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
}