.data-width-1 
{
	width:1% !important;
}
.data-width-2
{
	width:2% !important;
}
.data-width-3
{
	width:3% !important;
}
.data-width-4 
{
	width:4% !important;
}
.data-width-5
{
	width:5% !important;
}
.data-width-6 
{
	width:6% !important;
}
.data-width-7
{
	width:7% !important;
}
.data-width-8
{
	width:8% !important;
}
.data-width-9 
{
	width:9% !important;
}
.data-width-10 
{
	width:10% !important;
}
.data-width-11 
{
	width:11% !important;
}
.data-width-12
{
	width:12% !important;
}
.data-width-13
{
	width:13% !important;
}
.data-width-14
{
	width:14% !important;
}
.data-width-15 
{
	width:15% !important;
}
.data-width-16
{
	width:16% !important;
}
.data-width-17
{
	width:17% !important;
}
.data-width-18
{
	width:18% !important;
}
.data-width-19
{
	width:19% !important;
}
.data-width-20
{
	width:20% !important;
}
.data-width-21 
{
	width:21% !important;
}
.data-width-22 
{
	width:22% !important;
}
.data-width-23 
{
	width:23% !important;
}
.data-width-24 
{
	width:24% !important;
}
.data-width-25
{
	width:25% !important;
}
.tableData
{
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000 !important;
}
.commonTable
{
    table-layout: fixed;
}
.commonActionBtn
{
	width: 120px !important;
}
@media screen and (max-width: 1024px) 
{
    .data-width-1, .data-width-2, .data-width-3, .data-width-4, .data-width-5, .data-width-6, .data-width-7, .data-width-8, .data-width-9, .data-width-10, .data-width-11, .data-width-12,    .data-width-13, .data-width-14, .data-width-15, .data-width-16 , .data-width-17 , .data-width-18 , .data-width-19 , .data-width-20 , .data-width-21 , .data-width-22 , .data-width-23, .data-width-24, .data-width-25
    {
        width: initial !important;
    }
    .tableData 
    {
        height: auto;
        line-height: initial;
        white-space: inherit;
    }
}