﻿.table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th
{
    border-left-width: 0;
}

table .header
{
    cursor: pointer;
}
table .header:after
{
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden;
}
table .headerSortUp, table .headerSortDown
{
    background-color: rgba(141, 192, 219, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table.table>tbody>tr>td.sorting_1
{
    background-color: rgba(141, 192, 219, 0.25);
    /*border-top: 1px solid #e2eff5; */
}
table .header:hover:after
{
    visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after
{
    visibility: visible;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
table .headerSortUp:after
{
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
table .blue
{
    color: #049cdb;
    border-bottom-color: #049cdb;
}
table .headerSortUp.blue, table .headerSortDown.blue
{
    background-color: #ade6fe;
}
table .green
{
    color: #46a546;
    border-bottom-color: #46a546;
}
table .headerSortUp.green, table .headerSortDown.green
{
    background-color: #cdeacd;
}
table .red
{
    color: #9d261d;
    border-bottom-color: #9d261d;
}
table .headerSortUp.red, table .headerSortDown.red
{
    background-color: #f4c8c5;
}
table .yellow
{
    color: #ffc40d;
    border-bottom-color: #ffc40d;
}
table .headerSortUp.yellow, table .headerSortDown.yellow
{
    background-color: #fff6d9;
}
table .orange
{
    color: #f89406;
    border-bottom-color: #f89406;
}
table .headerSortUp.orange, table .headerSortDown.orange
{
    background-color: #fee9cc;
}
table .purple
{
    color: #7a43b6;
    border-bottom-color: #7a43b6;
}
table .headerSortUp.purple, table .headerSortDown.purple
{
    background-color: #e2d5f0;
}

div.dataTables_length select
{
    display: inline-block;
    width: auto;
}

div.dataTables_filter input
{
    display: inline-block;
}
div.dataTables_filter
{
    text-align: right;
}

div.dataTables_paginate
{
    text-align: right;
    margin: 0;
}

div.dataTables_wrapper table
{
    clear: both;
}

div.dataTables_wrapper caption
{
    display: none;
}

div.dataTables_processing
{
    padding: 4px;
    text-align: center;
    display:none;
}

table.table tbody tr td div.content-nowrap
{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.boot-loading
{
    background-position: center;
    width: 16px;
    height: 16px;
    background-image: url('loading-black.gif');
    display: inline-block;
    line-height: 16px;
    vertical-align: text-top;
}
.table th.boot-align-right, .table td.boot-align-right
{
    text-align: right;
}
.table th.boot-align-center, .table td.boot-align-center
{
    text-align: center;
}

.table th.boot-align-left, .table td.boot-align-left
{
    text-align:left;
}