
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1; /* Feeling sorry for IE */
    height: 1%;
    overflow: hidden;
    background: rgba(0,0,0,0.50);
}


.LightTheme .dataTables_wrapper {
    background: rgba(255,255,255,0.50);
}
/*.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;}*/
.dataTables_processing {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /*background-color: black;*/
    z-index: 9;
    -moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    background: url(../../Images/NewUI/op_oth_loading.gif) center center no-repeat;
    min-height: 30px;
}

.LightTheme .dataTables_processing {
    background: url(../../Images/NewUI/LightTheme/op_oth_loading.gif) center center no-repeat;
}

.dataTables_length {
    width: 40%;
    float: left;
    display: none;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
    display: none;
}

.dataTables_info {
    /*width: 50%;*/
    float: left;
    color: rgba(255,255,255,0.75);
    padding: 8px;
    /*margin: 5px 5px 5px 5px;*/
    margin: 5px 5px 5px 20px;
    height: 34px;
    line-height: 34px;
}

.LightTheme .dataTables_info {
    color: rgba(0,0,0,0.75);
}

.dataTables_paginate {
    float: right;
}

/* Pagination nested */
.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_disabled_previous {
}

.paginate_enabled_previous {
}

    .paginate_enabled_previous:hover {
    }

.paginate_disabled_next {
}

.paginate_enabled_next {
}

    .paginate_enabled_next:hover {
    }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
    margin: 0 auto;
    width: 100%;
    clear: both;
    table-layout: fixed;
    position: relative;
    border-spacing: 0 1px;
}

    table.display thead tr {
        background: rgba(0,0,0,0.5);
        height: 60px;
    }

.LightTheme table.display thead tr {
    background: rgba(255,255,255,0.75);
}

table.display thead th {
    padding: 0 10px;
    font-weight: bold;
    cursor: pointer;
    *cursor: hand;
    color: #fff;
    text-align: left;
    /*background: rgba(10,29,37,1);*/
}

.LightTheme table.display thead th {
    color: #000;
}

table.display thead th:first-child, table.display td:first-child {
    padding-left: 20px;
}

table.display thead th:last-child, table.display thead td:last-child {
    padding-right: 20px;
}

table.display th:last-child {
    /*background: rgba(0,0,0,0.5)*/
}

table.display thead th a {
    max-height: 60px;
    overflow: hidden;
    /*line-height: 14px;*/
    vertical-align: middle;
    display: block;
}

table.display tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid black;
    font-weight: bold;
}

table.display tr.heading2 td {
    border-bottom: 1px solid #aaa;
}

table.display td {
    padding: 5px;
    word-wrap: break-word; /*filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f2f2f2', endColorstr='#c5c7c9');*/
}

    table.display td.center {
        text-align: center;
    }

table.display tr {
    background: rgba(0,0,0,0.5);
    height: 60px;
}

.LightTheme table.display tr {
    background: rgba(255,255,255,0.5);
}

table.display thead th p {
    max-height: 60px;
    overflow: hidden;
    /*word-break: break-all;*/
    vertical-align: middle;
    line-height: 17px;
    color: rgba(255,255,255,1);
}

.LightTheme table.display thead th p {
    color: rgba(0,0,0,1);
}

table.display td p, table.display td .Datatable_Notes, .ui-jqgrid table td .Datatable_Notes {
    max-height: 50px;
    overflow: hidden;
    /*word-break: normal;*/ /*break-all;*/
    vertical-align: middle;
    line-height: 17px;
    color: rgba(255,255,255,0.75);
}

.LightTheme table.display td p, .LightTheme table.display td .Datatable_Notes, .LightTheme .ui-jqgrid table td .Datatable_Notes {
    color: rgba(0,0,0,0.75);
}


table.display tr.odd {
}

table.display tr.even {
}


.ListDataCnt.poptable table.display {
    table-layout: fixed;
}
/*width:885px !important;*/
.ui-dialog .ui-dialog-content {
    padding: 0px !important;
    overflow-x: hidden;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 

.sorting_asc { background: url('../../Images/NewUI/op_grid_sorting-asc.gif') no-repeat center right;}
.sorting_desc { background: url('../../Images/NewUI/op_grid_sorting-des.gif') no-repeat center right;}
.sorting { background: url('../../Images/NewUI/op_grid_sorting.gif') no-repeat center right;}
table.display thead th:active,
table.display thead td:active { outline: none;}*/

.sorting_asc {
    background: url('../../Images/NewUI/op_grid_sorting-asc.gif') no-repeat center right;
    padding-right: 15px;
    color: #fff;
}

.sorting_desc {
    background: url('../../Images/NewUI/op_grid_sorting-des.gif') no-repeat center right;
    padding-right: 15px;
    color: #fff;
}

.sorting {
    background: url('../../Images/NewUI/op_grid_sorting.gif') no-repeat center right;
    padding-right: 15px;
    color: #fff;
}

.LightTheme .sorting_asc {
    background: url('../../Images/NewUI/LightTheme/op_grid_sorting-asc.gif') no-repeat center right;
    color: #000;
}

.LightTheme .sorting_desc {
    background: url('../../Images/NewUI/LightTheme/op_grid_sorting-des.gif') no-repeat center right;
    color: #000;
}

.LightTheme .sorting {
    background: url('../../Images/NewUI/LightTheme/op_grid_sorting.gif') no-repeat center right;
    color: #000;
}

.sorting_asc_disabled {
}

.sorting_desc_disabled {
}

.sorting_disabled { /*cursor:text!important*/
}

table.display thead th:active,
table.display thead td:active {
    outline: none;
}

table.display thead th.sorting {
    background: none;
}

table.display thead th.sorting_asc {
    background: none;
}

table.display thead th.sorting_desc {
    background: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd, table.display tr.even {
    background: rgba(10,29,37,0.5);
}

.LightTheme table.display tr.odd, .LightTheme table.display tr.even {
    background: rgba(255,255,255,0.5);
}

table.display tr.odd.active, table.display tr.even.active {
    background: rgba(0,159,227,0.75);
    color: #fff;
}

.inno table.display tr.odd.active,.inno table.display tr.even.active {
    background: rgba(199, 14, 28,0.75);
}

.LightTheme table.display tr.odd.active, .LightTheme table.display tr.even.active {
    color: #000;
}

table.display tr.odd.active td p, table.display tr.even.active td p {
    color: #fff;
}

table.display tr.odd:hover, table.display tr.even:hover {
    /*background: rgba(0,159,227,0.75);*/
}

table.display tr.odd.active:hover, table.display tr.even.active:hover {
    /*color: grey;
        background: rgba(0,159,227,0.75);*/
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.top, .bottom {
    padding: 15px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

    .top .dataTables_info {
        float: none;
    }

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
}

tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444;
}

    tfoot input.search_init {
        color: #999;
    }

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E;
}

td.details {
    background-color: #d1cfd0;
    border: 2px solid #A19B9E;
}

.example_alt_pagination div.dataTables_info {
    width: 40%;
}

.paging_full_numbers {
    padding: 15px 15px 0 15px;
}

    .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 {
        /*-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;*/
        margin: 0 3px;
        cursor: pointer;
        *cursor: hand;
        color: #2B2B2B !important;
        background: #fff;
        padding: 4.5px 10px;
    }

    .paging_full_numbers a.paginate_button {
        background-color: #fff;
    }

        .paging_full_numbers a.paginate_button:hover {
            background: #3399ff;
            color: #fff !important;
            text-decoration: none !important;
        }

        .inno .paging_full_numbers a.paginate_button:hover {
            background: #c70e1c;
        }

    .paging_full_numbers a.paginate_active {
        background: #3399ff;
        color: #fff !important;
        text-decoration: none;
    }

    .inno .paging_full_numbers a.paginate_active {
        background: #c70e1c;
    }

a.paginate_button.first, .ui-pg-table .ui-icon-seek-first {
    background: url(../../Images/NewUI/op_grid_first.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
    width: 25px !important;
    height: 25px !important;
    text-indent: -9999px;
    display: inline-block;
    padding: 8px 0 8px 0;
}

.LightTheme a.paginate_button.first, .LightTheme .ui-pg-table .ui-icon-seek-first {
    background: url(../../Images/NewUI/LightTheme/op_grid_first.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
}

a.paginate_button.first:hover, .ui-pg-table .ui-icon-seek-first:hover {
    background: url(../../Images/NewUI/op_grid_first-hover.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
    width: 25px !important;
    height: 25px !important;
    text-indent: -9999px;
    display: inline-block;
    padding: 8px 0 8px 0;
}

.LightTheme a.paginate_button.first:hover, .LightTheme .ui-pg-table .ui-icon-seek-first:hover {
    background: url(../../Images/NewUI/LightTheme/op_grid_first-hover.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
}

a.paginate_button.previous, .ui-pg-table .ui-icon-seek-prev {
    background: url(../../Images/NewUI/op_grid_previous.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
    width: 25px !important;
    height: 25px !important;
    text-indent: -9999px;
    display: inline-block;
    padding: 8px 0 8px 0;
}

.LightTheme a.paginate_button.previous, .LightTheme .ui-pg-table .ui-icon-seek-prev {
    background: url(../../Images/NewUI/LightTheme/op_grid_previous.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
}

a.paginate_button.previous:hover, .ui-pg-table .ui-icon-seek-prev:hover {
    background: url(../../Images/NewUI/op_grid_previous-hover.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
    width: 25px !important;
    height: 25px !important;
    text-indent: -9999px;
    display: inline-block;
    padding: 8px 0 8px 0;
}

.LightTheme a.paginate_button.previous:hover, .LightTheme .ui-pg-table .ui-icon-seek-prev:hover {
    background: url(../../Images/NewUI/LightTheme/op_grid_previous-hover.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
}

a.paginate_button.next, .ui-pg-table .ui-icon-seek-next {
    background: url(../../Images/NewUI/op_grid_next.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
    width: 25px !important;
    height: 25px !important;
    text-indent: -9999px;
    display: inline-block;
    padding: 8px 0 8px 0;
}

.LightTheme a.paginate_button.next, .LightTheme .ui-pg-table .ui-icon-seek-next {
    background: url(../../Images/NewUI/LightTheme/op_grid_next.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
}

a.paginate_button.next:hover, .ui-pg-table .ui-icon-seek-next:hover {
    background: url(../../Images/NewUI/op_grid_next-hover.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
    width: 25px !important;
    height: 25px !important;
    text-indent: -9999px;
    display: inline-block;
    padding: 8px 0 8px 0;
}

.LightTheme a.paginate_button.next:hover, .LightTheme .ui-pg-table .ui-icon-seek-next:hover {
    background: url(../../Images/NewUI/LightTheme/op_grid_next-hover.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
}

a.paginate_button.last, .ui-pg-table .ui-icon-seek-end {
    background: url(../../Images/NewUI/op_grid_last.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
    width: 25px !important;
    height: 25px !important;
    text-indent: -9999px;
    display: inline-block;
    padding: 8px 0 8px 0;
}

.LightTheme a.paginate_button.last, .LightTheme .ui-pg-table .ui-icon-seek-end {
    background: url(../../Images/NewUI/LightTheme/op_grid_last.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
}

a.paginate_button.last:hover, .ui-pg-table .ui-icon-seek-end:hover {
    background: url(../../Images/NewUI/op_grid_last-hover.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
    width: 25px !important;
    height: 25px !important;
    text-indent: -9999px;
    display: inline-block;
    padding: 8px 0 8px 0;
}

.LightTheme a.paginate_button.last:hover, .LightTheme .ui-pg-table .ui-icon-seek-end:hover {
    background: url(../../Images/NewUI/LightTheme/op_grid_last-hover.svg) left top+5px no-repeat !important;
    background-size: 25px 25px !important;
}

.ui-pg-table .ui-pg-button.ui-state-disabled .ui-separator {
    display: none;
}

table.display tr.even.row_selected td {
    background-color: #fff;
}

table.display tr.odd.row_selected td {
    background-color: #fff;
}

.LightTheme table.display tr.even.row_selected td {
    background-color: #000;
}

.LightTheme table.display tr.odd.row_selected td {
    background-color: #000;
}

table.display tr.even.row_selected td:first-child {
    background: url(../../Images/NewUI/op_grid_list-select-bg.gif) left top repeat-y;
}

.LightTheme table.display tr.even.row_selected td:first-child {
    background: url(../../Images/NewUI/LightTheme/op_grid_list-select-bg.gif) left top repeat-y;
}

table.display tr.even:not(.active):hover {
    background: rgba(0,0,0,0.5);
}

.LightTheme table.display tr.even:not(.active):hover {
    background: rgba(255,255,255,0.8);
}

table.display tr.even:hover td:first-child {
    /*background: url(../../Images/NewUI/op_grid_list-select-bg.gif) left top repeat-y;*/
}

table.display tr.odd.row_selected td:first-child {
    /*background: url(../../Images/NewUI/op_grid_list-select-bg.gif) left top repeat-y;*/
}

table.display tr.odd:not(.active):hover {
    background: rgba(0,0,0,0.5);
}

.LightTheme table.display tr.odd:not(.active):hover {
    background: rgba(255,255,255,0.8);
}

table.display tr.odd:hover td:first-child {
    /*background: url(../../Images/NewUI/op_grid_list-select-bg.gif) left top repeat-y;*/
}
