.table_heading_bg_one tr
{
    background-color: #fafafa;
}
.white_bg
{
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.29);
    padding: 0px 0px 15px 0px;
}
.back_gray
{
    background-color: #595959;
    line-height: 40px;
    color: #fff;
}
.table_format
{
    padding-left: 0px;
}
.table_format li
{
    border-right: #888888 solid 1px;
    padding-right: 11px;
}
.table_format li.last
{
    border-right: none;
}
.table_format
{
    border-bottom: #888888 solid 1px;
    border-right: #888888 solid 1px;
    border-left: #888888 solid 1px;
    text-align: center;
}
table
{
    width: 100%;
    border-collapse: collapse;
}
tr:nth-of-type(odd)
{
    background: #eee;
}
th
{
    background: #333;
    color: white;
    font-weight: bold;
}
td, th
{
    padding: 6px;
    border: 1px solid #ccc;
    text-align: center;
}
.gap_table
{
    margin-bottom: 5px;
}


/*@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)
{

    table tr:first-child
    {
        display: none;
    }


    table, thead, tbody, th, td, tr
    {
        display: block;
        word-break: break-word;
    }


    thead tr
    {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr
    {
        border: 1px solid #ccc;
    }

    td
    {
        border: none;
        border-bottom: 1px solid #d8d8d8;
        position: relative;
        padding-left: 50%;
    }

    td:before
    {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }




    td.bdmti_search:nth-of-type(1):before
    {
        content: "S.No.";
    }
    td.bdmti_search:nth-of-type(2):before
    {
        content: "Date";
    }
    td.bdmti_search:nth-of-type(3):before
    {
        content: "Message";
    }
    td.bdmti_search:nth-of-type(4):before
    {
        content: "Mark As Read";
    }



    td.offer_table:nth-of-type(1):before
    {
        content: "Sr.No.";
    }
    td.offer_table:nth-of-type(2):before
    {
        content: "Offer Code";
    }
    td.offer_table:nth-of-type(3):before
    {
        content: "Product Name";
    }
    td.offer_table:nth-of-type(4):before
    {
        content: "Product MRP";
    }
    td.offer_table:nth-of-type(5):before
    {
        content: "Min Qty.";
    }
    td.offer_table:nth-of-type(6):before
    {
        content: "Discount";
    }
    td.offer_table:nth-of-type(7):before
    {
        content: "Discount In";
    }
    td.offer_table:nth-of-type(8):before
    {
        content: "Max. Use Count";
    }
    td.offer_table:nth-of-type(9):before
    {
        content: "From Date";
    }
    td.offer_table:nth-of-type(10):before
    {
        content: "To Date";
    }
    td.offer_table:nth-of-type(11):before
    {
        content: "Status";
    }
    td.offer_table:nth-of-type(12):before
    {
        content: "View";
    }




    td.view_all_schemes:nth-of-type(1):before
    {
        content: "Sr.No.";
    }
    td.view_all_schemes:nth-of-type(2):before
    {
        content: "Name";
    }
    td.view_all_schemes:nth-of-type(3):before
    {
        content: "MRP";
    }
    td.view_all_schemes:nth-of-type(4):before
    {
        content: "Product Code";
    }
    td.view_all_schemes:nth-of-type(5):before
    {
        content: "View";
    }


    td.view_all_ticket:nth-of-type(1):before
    {
        content: "Sr.No.";
    }
    td.view_all_ticket:nth-of-type(2):before
    {
        content: "Ticket No";
    }
    td.view_all_ticket:nth-of-type(3):before
    {
        content: "Subject";
    }
    td.view_all_ticket:nth-of-type(4):before
    {
        content: "Complaints";
    }
    td.view_all_ticket:nth-of-type(5):before
    {
        content: "Department";
    }
    td.view_all_ticket:nth-of-type(6):before
    {
        content: "Product Name";
    }
    td.view_all_ticket:nth-of-type(7):before
    {
        content: "Registration Date";
    }
    td.view_all_ticket:nth-of-type(8):before
    {
        content: "Ticket Status";
    }
    td.view_all_ticket:nth-of-type(9):before
    {
        content: "Download";
    }
    td.view_all_ticket:nth-of-type(10):before
    {
        content: "View";
    }


}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
    body
    {
        padding: 0;
        margin: 0;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
    body
    {
        width: 100%;
    }
}
*/