div.dataTables_length label {
    float: left;
    text-align: left
}

div.dataTables_length select {
    width: 75px
}

div.dataTables_filter label {
    float: right
}

div.dataTables_info {
    padding-top: 26px
}

div.dataTables_paginate {
    float: right;
    margin: 0
}

table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important
}

table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc, table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand
}

table.table thead .sorting {
    background: url(../images/sort_both.png) no-repeat center right
}

table.table thead .sorting_asc {
    background: url(../images/sort_asc.png) no-repeat center right
}

table.table thead .sorting_desc {
    background: url(../images/sort_desc.png) no-repeat center right
}

table.table thead .sorting_asc_disabled {
    background: url(../images/sort_asc_disabled.png) no-repeat center right
}

table.table thead .sorting_desc_disabled {
    background: url(../images/sort_desc_disabled.png) no-repeat center right
}

table.dataTable th:active {
    outline: 0
}

div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

div.dataTables_scrollHead table thead tr:last-child td:first-child, div.dataTables_scrollHead table thead tr:last-child th:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

div.dataTables_scrollBody table {
    border-top: 0;
    margin-bottom: 0 !important
}

div.dataTables_scrollBody tbody tr:first-child td, div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollFoot table {
    border-top: 0
}

.table tbody tr.active td, .table tbody tr.active th {
    background-color: #08C;
    color: #fff
}

.table tbody tr.active:hover td, .table tbody tr.active:hover th {
    background-color: #0075b0 !important
}

.table-striped tbody tr.active:nth-child(odd) td, .table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
    *cursor: hand
}

div.DTTT .btn {
    color: #333 !important;
    font-size: 12px
}

div.DTTT .btn:hover {
    text-decoration: none !important
}

ul.DTTT_dropdown.dropdown-menu a {
    color: #333 !important
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
    background-color: #08c;
    color: #fff !important
}

div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center
}

div.DTTT_print_info h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 1em
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px
}

div.DTFC_LeftFootWrapper table, div.DTFC_LeftHeadWrapper table, table.DTFC_Cloned tr.even {
    background-color: #fff
}

div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

div.DTFC_LeftBodyWrapper table {
    border-top: 0;
    margin-bottom: 0 !important
}

div.DTFC_LeftBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftFootWrapper table {
    border-top: 0
}

table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100%
}

table.dataTable thead th {
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    cursor: pointer;
    *cursor: hand
}

table.dataTable tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid #000;
    font-weight: 700
}

table.dataTable td {
    padding: 3px 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: #fff
}

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
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1
}

.dataTables_length {
    float: left
}

.dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_info {
    clear: both;
    float: left
}

.dataTables_paginate {
    float: right;
    text-align: right
}

.paginate_disabled_next, .paginate_disabled_previous, .paginate_enabled_next, .paginate_enabled_previous {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important
}

.paginate_disabled_next:hover, .paginate_disabled_previous:hover, .paginate_enabled_next:hover, .paginate_enabled_previous:hover {
    text-decoration: none !important
}

.paginate_disabled_next:active, .paginate_disabled_previous:active, .paginate_enabled_next:active, .paginate_enabled_previous:active {
    outline: 0
}

.paginate_disabled_next, .paginate_disabled_previous {
    color: #666 !important
}

.paginate_disabled_previous, .paginate_enabled_previous {
    padding-left: 23px
}

.paginate_disabled_next, .paginate_enabled_next {
    padding-right: 23px;
    margin-left: 10px
}

.paginate_enabled_previous {
    background: url(../images/back_enabled.png) no-repeat top left
}

.paginate_enabled_previous:hover {
    background: url(../images/back_enabled_hover.png) no-repeat top left
}

.paginate_disabled_previous {
    background: url(../images/back_disabled.png) no-repeat top left
}

.paginate_enabled_next {
    background: url(../images/forward_enabled.png) no-repeat top right
}

.paginate_enabled_next:hover {
    background: url(../images/forward_enabled_hover.png) no-repeat top right
}

.paginate_disabled_next {
    background: url(../images/forward_disabled.png) no-repeat top right
}

.paging_full_numbers {
    height: 22px;
    line-height: 22px
}

.paging_full_numbers a:active {
    outline: 0
}

.paging_full_numbers a:hover {
    text-decoration: none
}

.paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important
}

.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: #99B3FF
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: #fff
}

.sorting {
    background: url(../images/sort_both.png) no-repeat center right
}

.sorting_asc {
    background: url(../images/sort_asc.png) no-repeat center right
}

.sorting_desc {
    background: url(../images/sort_desc.png) no-repeat center right
}

.sorting_asc_disabled {
    background: url(../images/sort_asc_disabled.png) no-repeat center right
}

.sorting_desc_disabled {
    background: url(../images/sort_desc_disabled.png) no-repeat center right
}

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

.dataTables_scroll {
    clear: both
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}