table.dataTable {
    width: 100%; 
    margin:0px;
}

table.dataTable thead,
table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc,
table.dataTable thead tr.sorting,
table.dataTable thead tr.sorting_asc,
table.dataTable thead tr.sorting_desc {
    background-image: none !important;
}

table.dataTable thead th, 
table.dataTable thead tr {
    background: #0e1c45;
    color: white !important;
    border-color: #0e1c45;
    text-transform: uppercase;
    font-weight:bold !important;
    position: relative;    
    background-image: none !important;
}

table.dataTable.display tbody tr.even>.sorting_1, 
table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.dataTable.display tbody tr.odd>.sorting_1, 
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent !important;
}

table.dataTable tbody tr:nth-child(even),
table.dataTable.stripe tbody tr.even, 
table.dataTable.display tbody tr.even {
    background: #eaeaea !important;
}

table.dataTable tbody tr:nth-child(odd), 
table.dataTable.stripe tbody tr.odd, 
table.dataTable.display tbody tr.odd {
    background: #fff !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #eaeaea;
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
    color: #44A3A0;
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
    color: #44A3A0;
}

/* dataTables Search input box */
.dataTables_wrapper .dataTables_filter {
    position: relative;
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    width: 300px;
    height: 32px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    text-indent: 10px;
    display: inline-block;
    margin-left: 5px;
}

.dataTables_wrapper .dataTables_filter .fa-search {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
}


/* 
table.dataTable thead .sorting {
    background-image: url("https://www.aisd.net/wp-content/plugins/dans-gdrive-viewer/includes/assets/aws_sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("https://www.aisd.net/wp-content/plugins/dans-gdrive-viewer/includes/assets/aws_sort_asc.png") !important
}

table.dataTable thead .sorting_desc {
    background-image: url("https://www.aisd.net/wp-content/plugins/dans-gdrive-viewer/includes/assets/aws_sort_desc.png") !important
}
*/