﻿/************* NewreporttableCreditPurchaseSale  **********************/
.NewreporttableCreditPurchaseSale tr td
{
    /*border: 1px solid black;*/
    background-color: #9ed8e6;
    color: black;
    height: 30px;
    font-size: 14px;
    text-align: center;
    padding: 0px 10px 0px 10px;
}

.NewreporttableCreditPurchaseSale tr th
{
    border: 1px solid black;
    text-align: center;
    background-color: #374850;
    color: #fff;
    font-size: 14px;
    height: 33px;
    padding: 0px 10px 0px 10px;
    border-bottom: 2px solid #edf2f5;
}
.NewreporttableCreditPurchaseSale
{
    width: 100%;
}
.NewreporttableCreditPurchaseSale th
{
    text-transform: uppercase;
    font-size: 12pt;
}

/************** End - NewreporttableCreditPurchaseSale *************************/


/*///// New reporttable ///////*/
.NewreporttableTwo
{
    width: 100%;
}

.NewreporttableTwo tr th
{
    border: 1px solid black;
    text-align: center;
    background-color: /*rgb(119, 145, 155);*/ #97aab2;
    color: black;
    font-size: 14px;
    height: 33px;
    padding: 0px 10px 0px 10px;
    font-family:
}

.NewreporttableTwo tr td
{
    border: 1px solid black;
    background-color: #FFFFFF;
    color: black; /* text-align:center;*/
    height: 30px;
    font-size: 11px;
    text-align: center;
    padding: 0px 10px 0px 10px;
}

.Newreporttable tr:nth-child(odd) td
{
    border: 1px solid black;
    background-color: /*#FFFFFF;rgba(119, 145, 155, 0.31);*/ #e7e6e6;
    color: black; /* text-align:center;*/
    height: 30px;
    font-size: 14px;
    text-align: center;
    padding: 0px 10px 0px 10px;
}

.Newreporttable tr:nth-child(even) td
{
    border: 1px solid black;
    background-color: /*#EBEFF6; rgba(119, 145, 155, 0.5);*/ #ffffff;
    color: black; /* text-align:center;*/
    height: 30px;
    font-size: 14px;
    text-align: center;
    padding: 0px 10px 0px 10px;
}

.Newreporttable tr th
{
    border: 1px solid black;
    text-align: center;
    background-color: /*rgb(233, 229, 229);rgb(119, 145, 155*/ #374850;
    color: #fff;
    font-size: 14px;
    height: 33px;
    padding: 0px 10px 0px 10px;
    border-bottom: 2px solid #edf2f5;
}
.Newreporttable
{
    width: 100%;

}
.Newreporttable th
{
    text-transform: uppercase;
    font-size: 12pt;
}
.PrintExcelPdf
{
    background-color: #374850;
    border: 1px solid transparent;
    border-radius: 25px;
    box-sizing: border-box;
    font-size: 20px;
    color: white;
}
.PrintExcelPdf:hover
{
    font-size: 25px;
}

.Colspan
{
    flex: 1 100%;
}

#ContentTable tr:hover
{
    background-color:White;
    color:Black;
}

.div-left {
    width:80%;
    float:left;
}
.div-right {
    width:20%;
    float:right;
}