/*
* Table
*/

table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100%;
    font-size: 12px;
}

table.dataTable thead th {
    padding: 2px 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    cursor: pointer;
    *cursor: hand;
    color: #4F4F4F;
}

table.dataTable thead th.noCursor {
    padding: 2px 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    color: #4F4F4F;
    cursor: default;
}

table.dataTable thead th:hover {
    background: #d9dadb;
}

table.dataTable thead th.sorting_nosort:hover {
    background: #d9dadb;
}

table.dataTable th.sorting_asc:hover {
    background: #d9dadb url("/javax.faces.resource/jquery/sort_asc.png.xhtml?ln=images") no-repeat bottom right;
}

table.dataTable th.sorting_desc:hover {
    background: #d9dadb url("/javax.faces.resource/jquery/sort_desc.png.xhtml?ln=images") no-repeat bottom right;
}

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

table.dataTable td {
    padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable tr.odd {
    /* background-color: #80cbc8;*/
    background: none repeat scroll 0 0 #F4F4F4;
}

table.dataTable tr.odd:hover {
    background: #e7e7e8;
}

table.dataTable tr.even:hover {
    background: #e7e7e8;
}

table.dataTable tr.even {
    background-color: white;
}

table.dataTable tr {
    cursor: pointer;
}

/*
* Table wrapper
*/
.dataTables_wrapper {
    /*    position: absolute;
        clear: both;
        *zoom: 1;
        font-size: 12px;
        padding-top: 10px;
        float:left;*/
}

/*
* Page length menu
*/
.dataTables_length {
    float: left;
}

/*
* Filter
*/
.dataTables_filter {
    float: right;
    text-align: right;
}

/*
* Table information
*/
.dataTables_info {
    clear: both;
    float: left;
}

/*
* Pagination
*/
.dataTables_paginate {
    float: right;
    text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important;
}

.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: #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("/javax.faces.resource/jquery/back_enabled.png.xhtml?ln=images") no-repeat top left;
}

.paginate_enabled_previous:hover {
    background: url("/javax.faces.resource/jquery/back_enabled_hover.png.xhtml?ln=images") no-repeat top left;
}

.paginate_disabled_previous {
    background: url("/javax.faces.resource/jquery/back_disabled.png.xhtml?ln=images") no-repeat top left;
}

.paginate_enabled_next {
    background: url("/javax.faces.resource/jquery/forward_enabled.png.xhtml?ln=images") no-repeat top right;
}

.paginate_enabled_next:hover {
    background: url("/javax.faces.resource/jquery/forward_enabled_hover.png.xhtml?ln=images") no-repeat top right;
}

.paginate_disabled_next {
    background: url("/javax.faces.resource/jquery/forward_disabled.png.xhtml?ln=images") no-repeat top right;
}

/* Full number pagination */
.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}

.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;
    *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: #28969a;
    color: #ffffff;
}

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

/*
* Sorting
*/
.sorting {
    background: #e7e7e8;
}

.sorting_nosort {
    background: #e7e7e8;
}

.sorting_asc {
    background: #e7e7e8 url("/javax.faces.resource/jquery/sort_asc.png.xhtml?ln=images") no-repeat bottom right;
}

.sorting_desc {
    background: #e7e7e8 url("/javax.faces.resource/jquery/sort_desc.png.xhtml?ln=images") no-repeat bottom right;
}

.sorting_asc_disabled {
    background: url("/javax.faces.resource/jquery/sort_asc_disabled.png.xhtml?ln=images") no-repeat bottom right;
}

.sorting_desc_disabled {
    background: url("/javax.faces.resource/jquery/sort_desc_disabled.png.xhtml?ln=images") no-repeat bottom right;
}

.sorting a {
    color: #333333 !important;
}

.sorting_asc a {
    color: #333333 !important;
}

.sorting_desc a {
    color: #4F4F4F !important;
}

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

/*
* Scrolling
*/
.dataTables_scroll {
    clear: both;
}

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

table.dataTable th.hideAndPassValue {
    display: none;
}

table.dataTable td.hideAndPassValue {
    display: none;
}

.tableCellImage {
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    margin: auto;
}
.tableCellImageBig {
    width: 20px;
    height: 20px;
    margin: auto;
}

.dataTable tbody td.none {
    max-width: 104px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
