table
{
    width: 100%;
    border-collapse: collapse;
    font-size: 10pt;
}
tr:nth-of-type(even)
{
    /*background: #f7f7f7;*/
}
th
{
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    color: #333333;
    font-weight: 500;
}
td, th
{
    padding: 4px;
    border: 1px solid #ccc;
    text-align: left;
}

table.responsive span[data-type='responsive']
{
    display: none;
}
table a
{
    color: #005afe;
}
table a:hover
{
    color: #ff0000;
}
@media only screen and (max-width:768px)
{
    table
    {
        width: 100%;
        height: 300px;
        overflow: auto;
        border-collapse: collapse;
        border: 1px solid #ccc;
    }
    table.responsive span[data-type='responsive']
    {
        width: 100%;
        color: #0099a8;
        vertical-align: top;
        display: inline-block;
        font-size: 12pt;
    }
    table.responsive
    {
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    table.responsive thead
    {
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    table.responsive tbody
    {
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    table.responsive th
    {
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    table.responsive td
    {
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-size: 12pt;
    }
    table.responsive tr
    {
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    html.ie9 table.responsive
    {
        width: 100%;
        clear: both;
        float: left;
    }
    html.ie9 table.responsive thead
    {
        width: 100%;
        clear: both;
        float: left;
    }
    html.ie9 table.responsive tbody
    {
        width: 100%;
        clear: both;
        float: left;
    }
    html.ie9 table.responsive th
    {
        width: 100%;
        clear: both;
        float: left;
    }
    html.ie9 table.responsive td
    {
        width: 100%;
        clear: both;
        float: left;
    }
    html.ie9 table.responsive tr
    {
        width: 100%;
        clear: both;
        float: left;
    }
    table.responsive tr
    {
        border: 1px solid rgb(204, 204, 204);
    }
    table.responsive td
    {
        border: currentColor;
    }
    table.responsive th
    {
        display: none;
    }
}



/* Ashok Style */

div.dataTables_filter
{
    white-space: nowrap;
    text-align: right;
}

div.dataTables_filter label
{
   white-space: nowrap;
    text-align: left;
    /*margin-left: -10%;*/
}

div.dataTables_filter input
{
    margin: 0;
    margin-left: 0.5em;
    display: inline-block;
    /*margin-left: -22%;*/
}

div.dataTables_paginate
{
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_paginate ul.pagination
{
    margin: 2px 0;
    white-space: nowrap;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled
{
    cursor: pointer;
}
/*
table.dataTable thead .sorting
{
    background: url('../images/sort_both.png') no-repeat center right;
}
table.dataTable thead .sorting_asc
{
    background: url('../images/sort_asc.png') no-repeat center right;
}
table.dataTable thead .sorting_desc
{
    background: url('../images/sort_desc.png') no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled
{
    background: url('../images/sort_asc_disabled.png') no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled
{
    background: url('../images/sort_desc_disabled.png') no-repeat center right;
}*/
