﻿table.dataTable {
    border-collapse: collapse;
    cell-spacing: 0px;
}

table.dataTable td, table.dataTable th {
    line-height: 40px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border: 1px solid #ccc;
    padding: 6px 5px;
    text-align: center;
}

table.dataTable thead {
    border: 1px solid #ccc;
    background: #eee;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 8px 0px;
    color: #777;
    text-align: center;
}

.dataTables_wrapper .ui-toolbar {
    padding: 0px;
}

.dataTable .row-details {
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.dataTable .row-details.row-details-close {
    background: url("../img/datatable-row-openclose.png") no-repeat 0 0;
    /**background: url("../image/datatable-row-openclose.png") no-repeat 0 0;**/
}

.dataTable .row-details.row-details-open {
    background: url("../img/datatable-row-openclose.png") no-repeat 0 -23px !important;
    /**background: url("../image/datatable-row-openclose.png") no-repeat 0 -23px !important;**/
}

.dataTable .details {
    background-color: #eee !important;
}

.dataTable .details td,
.dataTable .details th {
    padding: 4px;
    border: 0;
    text-align: center;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background: #fbfbfb;
}

table.dataTable.stripe tbody tr.even,
table.dataTable.display tbody tr.even {
    background: #fff;
}
table.dataTable thead .sorting_asc:after {
    content: "\f0d7"; 
    font-family: "FontAwesome"; 
    font-weight: 100;
}
table.dataTable thead .sorting_desc:after {
    content: "\f0d8"; 
    font-family: "FontAwesome"; 
    font-weight: 100;
}
table.dataTable thead .sorting:after {
    content: "\f0dc"; 
    font-family: "FontAwesome"; 
    font-weight: 100;
}
.imgbtn {
    padding: 3px;
}

.imgbtn-del {
    padding: 3px;
    color: #DD5A43;
}

.highlight {
    background-color: #FFF9EB !important; 
}